aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc')
-rw-r--r--data/doc/sisu/CHANGELOG813
1 files changed, 417 insertions, 396 deletions
diff --git a/data/doc/sisu/CHANGELOG b/data/doc/sisu/CHANGELOG
index 2c1bf32b..81193a07 100644
--- a/data/doc/sisu/CHANGELOG
+++ b/data/doc/sisu/CHANGELOG
@@ -6,11 +6,32 @@ Reverse Chronological:
%% STABLE MANIFEST
+%% sisu_0.53.0.orig.tar.gz (2007-06-02::22/6)
+http://www.jus.uio.no/sisu/pkg/src/sisu_0.53.0.orig.tar.gz
+ sisu_0.53.0.orig.tar.gz
+ sisu_0.53.0-1.dsc
+ sisu_0.53.0-1.diff.gz
+
+ * housekeeping, internal program adjustments (i.e. unrelated to output)
+ * lib, moved lib base to v0 branch (major version preceded by a v), [from
+ major.minor version (this version would otherwise be 0.53)], primarily to
+ simplify reading of scm history (with fewer lib directory changes)
+ * issues with strings and arrays (flatten and compact some arrays)
+ * changed require from Constant + '/path' back to "#{Constant}/path"
+ * various little things
+ * cleanup, including cleaning of end of line (hanging white) spaces
+
+ * Note: dcc, several hash values change.
+
+ * moved to git for scm including git-buildpackage
+ (from a combination of mercurial and dars + darcs-buildpackage, [don't ask,
+ it served me quite well though])
+
%% sisu_0.52.7.orig.tar.gz (2007-05-17::20/4)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.7.orig.tar.gz
- sisu_0.52.7.orig.tar.gz
- sisu_0.52.7-1.dsc
- sisu_0.52.7-1.diff.gz
+ a9513dea06487a4e588f160f3d2491e8 1283842 sisu_0.52.7.orig.tar.gz
+ 5e0cfa4abf66318161819331d6b0f5af 606 sisu_0.52.7-1.dsc
+ 0e5c9ddcf696aae9026d8b881a3dc7d7 148706 sisu_0.52.7-1.diff.gz
* texpdf, related to special characters
@@ -20,7 +41,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.6.orig.tar.gz
f466b68b3093e2c95fed13e4ebf0d495 606 sisu_0.52.6-1.dsc
aafb3b715fe2566f88c2def746d73099 148689 sisu_0.52.6-1.diff.gz
- * texpdf, a url representation fix, escape of special characters
+ * texpdf, a url representation fix, escape of special characters
%% sisu_0.52.5.orig.tar.gz (2007-05-10::19/4)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.5.orig.tar.gz
@@ -39,7 +60,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.5.orig.tar.gz
setting PGPORT (e.g. "export PGPORT=5432") or setting the port in
sisurc.yml (check what the correct value should be [on my system the
default was set to 5433 for 8.2, "ls -la /var/run/postgresql/" may help])
-
+
%% sisu_0.52.4.orig.tar.gz (2007-05-05::18/6)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.4.orig.tar.gz
8712a6162633f27dce36f57bc60599a5 1282392 sisu_0.52.4.orig.tar.gz
@@ -121,7 +142,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.0.orig.tar.gz
sisupod (zip) files (currently) have inserted into the binary:
'SiSU sisupod 0.52.0'
- and sisupod (zip) of directory content:
+ and sisupod (zip) of directory content:
'SiSU sisupod 0.52.0 directory contents sisupod-sisu-2007-04-03.ssp'
* command line options:
@@ -138,7 +159,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.0.orig.tar.gz
conversion to and from ordinary sisu markup (.sst)
* shared_xml fix (occasionally affecting html) make sure content of
- <meta name= tag do not contain double quote character transform to
+ <meta name= tag do not contain double quote character transform to
single quote
* ODF and XML special character and XML escape fixes
@@ -157,7 +178,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.51.0.orig.tar.gz
* existing skins need to be rewritten (necessary modifications relatively
straightforward) [this is the reason for the version number bump up]
- [NB. (i) document syntax remains unchanged;
+ [NB. (i) document syntax remains unchanged;
(ii) refactoring changes pass initial tests but require further testing]
* xml representations of sisu markup, small a touch
@@ -229,7 +250,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.50.1.orig.tar.gz
* css default, minor changes
- * postgresql indexes, not built automatically on text fields, rely on tsearch,
+ * postgresql indexes, not built automatically on text fields, rely on tsearch,
(suggest you build gin indexes)
* cgi sample search form scripts visited
@@ -295,7 +316,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.49.1.orig.tar.gz
* xml, minor refactoring
* segmented html, minor user interface navigation changes (for pre next and
- toc):
+ toc):
* navigation arrow buttons and available documents information trade
places, navigation arrows moved right (less cursor movement used in
navigation, the scroll bar is usually on the right, also more consistent
@@ -532,7 +553,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.8.orig.tar.gz
* LaTeX use mathptmx.sty instead of "obsolete" times.sty (as suggested by
Frank Küster in Bug#402807)
- * cgi-sample form, an arbitrary limit set for sql query results
+ * cgi-sample form, an arbitrary limit set for sql query results
(1000 better than none) (closes: 403042)
* defaults, update sisu default homepage to current, (mainly urls)
@@ -573,14 +594,14 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.8.orig.tar.gz
* cgi sample form related modifications (relatively minor but nice to have
sorted):
-
+
* cgi_pgsql and cgi_sqlite, dynamic path used instead (fixed path will
result in errors where the default path is not used).
-
+
* cgi_pgsql and cgi_sqlite, "documentation" tip for copying generated cgi
sample to cgi-bin directory, prevent accidental copying to a directory
instead of file. Dynamic path used.
-
+
* debian/control Recommends libfcgi-ruby1.8 moved to sisu-postgresql and
sisu-sqlite (only used in this context)
@@ -610,7 +631,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.8.orig.tar.gz
(Closes: #406281 and #406280) [same bug]
* removed sisu-sqlite suggests on libdbd-sqlite and
- sisu-postgresql suggests on libdbd-pgsql which are
+ sisu-postgresql suggests on libdbd-pgsql which are
not found in testing/Etch
(Closes: #406282 and #406284)
@@ -643,7 +664,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.8.orig.tar.gz
8ba3e0a9ba6b9b0f4966e020cbcee865 606 sisu_0.48.8-9.dsc
1ac6537c065807c1459e63a4122f9d79 145898 sisu_0.48.8-9.diff.gz
- * removed Danish debian sample markup files to reduce the size of the
+ * removed Danish debian sample markup files to reduce the size of the
inter-diff against the package in testing.
* minor further adjustments to xml processing
@@ -661,7 +682,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.8.orig.tar.gz
* xml, minor refactoring
* segmented html, minor user interface navigation changes (for pre next and
- toc):
+ toc):
* navigation arrow buttons and available documents information trade
places, navigation arrows moved right (less cursor movement used in
navigation, the scroll bar is usually on the right, also more consistent
@@ -731,7 +752,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.5.orig.tar.gz
428fe256c0dd063d362baa751866ede8 100632 sisu_0.48.5-1.diff.gz
* sisupod (directory zip) creation, file selection tuning
-
+
* command line option papersize (texpdf), minor convention e.g.
--papersize-letter (in addition to --papersize=letter) available options:
European 'A4', book 'a5', 'b5' and U.S. 'letter', 'legal' (system defaults
@@ -820,7 +841,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.0.orig.tar.gz
* sisupod, sisu can be run directly against a sisupod without manual
unpacking, e.g.:
'sisu -3 sisupod.zip'
- [early implementation, a system call used],
+ [early implementation, a system call used],
run against the following filename/types: sisupod, sisupod.zip,
[filename].ssp
* security:
@@ -878,15 +899,15 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.7.orig.tar.gz
(however affects rest of code, much testing, (smallish possibility of
breakage remains))
- * gif, reinstate support, however use not yet recommended
+ * gif, reinstate support, however use not yet recommended
(gif no longer under patent, however, gif is not available for all pdf,
- does not yet appear to be available in tetex)
+ does not yet appear to be available in tetex)
[image support: png, jpg, (gif)]
* [debian/control] sisu-pdf set to work with texlive (tetex|texlive depends)
(sisu works out of the box with texlive installed, currently an issue with
- the default font in texlive)
- http://lists.debian.org/debian-tex-maint/2006/10/msg00620.html
+ the default font in texlive)
+ http://lists.debian.org/debian-tex-maint/2006/10/msg00620.html
%% sisu_0.47.6.orig.tar.gz (2006w40/6 | 2006-10-07) [Debian Release snapshot, uploaded by Wookey]
http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.6.orig.tar.gz
@@ -921,7 +942,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.4.orig.tar.gz
* syntax highlighting, kate, kwrite, nano minor updates, review
- * debian: browser and pdf reader icons removed,
+ * debian: browser and pdf reader icons removed,
(Closes: #389500) fixes debian policy violation
removed non dfsg compliant firefox icon
(also removed other browser related icons)
@@ -989,7 +1010,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.5.orig.tar.gz
87e99256d31497c23509811e122b6ea2 609 sisu_0.46.5-1.dsc
5b4caafec6ac1ebc5314f7fa44e8f677 99342 sisu_0.46.5-1.diff.gz
- * documentation adjustments
+ * documentation adjustments
%% sisu_0.46.4.orig.tar.gz (2006w36/3 | 2006-09-06)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.4.orig.tar.gz
@@ -1055,7 +1076,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.2.orig.tar.gz
* Ruby: if|unless|elsif|where colon constructs are depreciated in Ruby 1.8.5.
(released today), so (the aesthetically more pleasing) colons switched with
- semi-colons.
+ semi-colons.
%% sisu_0.46.1.orig.tar.gz (2006w33/3 | 2006-08-16) [Debian Release snapshot, uploaded by Wookey]
http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.1.orig.tar.gz
@@ -1068,7 +1089,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.1.orig.tar.gz
somewhere within your $fpath (do it yourself on debian copy to ~/.zfunc or
/usr/local/share/zsh/site-functions and run compinit)
- * code, minor alterations,
+ * code, minor alterations,
* creation of Arrays and Hashes, not intended to be substantive
* in hub corrected calling of help for termsheet
* small adjustments to calling of conversion scripts
@@ -1107,7 +1128,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.45.1.orig.tar.gz
properly with the new code base]
for the present time, ignore (jump over) the version changes in 0.44,
and continue from 0.43
-
+
* only the odf icon (noted in 0.44) and a cosmetic change to manifest are
added to this release since 0.43
@@ -1170,7 +1191,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.43.0.orig.tar.gz
11692249f8ae03a4ead59fb1f0e00514 609 sisu_0.43.0-1.dsc
e3307627de717fca49c9fbec988c8cc2 99392 sisu_0.43.0-1.diff.gz
- * footnotes, introduction of new editor (square bracket) series,
+ * footnotes, introduction of new editor (square bracket) series,
using asterisk and plus signs
~[ asterisk editor note ]~ or ~[* asterisk ed. note ]~ and
~[+ dagger ed. note ]~
@@ -1243,7 +1264,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.42.4.orig.tar.gz
* debian/control added a Conflicts: vim-sisu,
sisu-remote, to the existing Replaces: these
two packages have been removed
-
+
* ruby, also tested ok with ruby1.9 (Debian Version: 1.9.0+20060609-1)
sisu -3v [filename]
[database tests omitted, relevant ruby drivers not on system]
@@ -1331,17 +1352,17 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.42.0.orig.tar.gz
* asterisk (and plus sign) footnote/endnote marker/tags
[SubTech2006::LII:TB "request": required for U.S. law articles]
- done: html, odf, xmls, plaintext,
+ done: html, odf, xmls, plaintext,
latex pdf (some cosmetic changes to come)
digests(dcc)
sql (specific issue not addressed but works sortof)
- * syntax, asterisk (and plus sign) footnote/endnote marker/tags
+ * syntax, asterisk (and plus sign) footnote/endnote marker/tags
introduced ~{* for an asterisk marked endnote }~ and plus sign equivalent
[reason for version number change, as previous
version won't parse]
- * texpdf portrait text now all black, including toc and endnote markers
+ * texpdf portrait text now all black, including toc and endnote markers
landscape retains color for toc (red) & linked text (blue) [online viewing]
[introduce configuration options?]
@@ -1367,7 +1388,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.8.orig.tar.gz
283d46cf2196e667e5416327a19659c5 632 sisu_0.41.8-1.dsc
1fe0b2f06aed3d3f8a272340dcabef9c 98810 sisu_0.41.8-1.diff.gz
- * kdissert, texpdf, accept sisu page break and new page marker, used for
+ * kdissert, texpdf, accept sisu page break and new page marker, used for
LaTeX/pdf
%% sisu_0.41.7.orig.tar.gz (2006w25/6 | 2006-06-24)
@@ -1414,7 +1435,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.6.orig.tar.gz
http://www.jus.uio.no/sisu/kdissert.kdi/sisu_manifest
and note the kdissert source file on which sisu markup and outputs are based:
http://www.jus.uio.no/sisu/kdissert.kdi/kdissert.kdi
-
+
* kdissert fixes to make the following true:
* sisu --convert=kdi [kdissert filename]
@@ -1433,7 +1454,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.5.orig.tar.gz
da50cd8f993761e8011386afcd8d2636 669069 sisu_0.41.5.orig.tar.gz
33e2fc91260a5131e60588729cbf0c67 631 sisu_0.41.5-1.dsc
d63fd861450216b66acf0295100c754d 98313 sisu_0.41.5-1.diff.gz
-
+
* sisu --convert=kdi [kdissert filename]
will attempt to convert a simple file produced using kdissert to sisu
markup, basic and experimental
@@ -1498,7 +1519,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.1.orig.tar.gz
fef43880a4b0c0ce68ca269b19108216 98204 sisu_0.41.1-1.diff.gz
* defaults, html_format, some html cleaning (including fix of html comment
- marker that was problem for dillo in doc.html)
+ marker that was problem for dillo in doc.html)
* html segments endnotes, fix for first segment, (endnotes were deposited in
first segment multiple times (or rather this happened in some segments
@@ -1705,7 +1726,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.10.orig.tar.gz
6c930e4ea4e3b41388bb61c9b6aad7ac 650 sisu_0.38.10-2.dsc
43717b69a0bf29cbd810a0c36066fb2e 95761 sisu_0.38.10-2.diff.gz
- * rebuilt using debian standards version 3.7.2
+ * rebuilt using debian standards version 3.7.2
(previous build used 3.7.0)
%% sisu_0.38.10.orig.tar.gz (2006w18/4 | 2006-05-04)
@@ -1742,7 +1763,7 @@ f513d112435ff923e5197a5f5875c58a 3402148 sisu_0.38.9.orig.tar.gz
* search, debian:sisu "recommends" added hyperestraier
[option in addition to sisu "atomic" search with postgresql and sqlite]
-
+
some help on setting hyperestraier up (in very basic way) for sisu
provided: sisu help hyperestraier
@@ -1752,7 +1773,7 @@ f513d112435ff923e5197a5f5875c58a 3402148 sisu_0.38.9.orig.tar.gz
for help on sisu search generally follow suggestions in: sisu help search
* vim filetypes fix, the temporary ._sst rather than ._ssi
-
+
* temporary files ._sst are now removed after run, unless -M (maintenance)
flag is used
@@ -1829,7 +1850,7 @@ b9eae129c6a86c89398a3af5170a22a8 3396296 sisu_0.38.5.orig.tar.gz
8a559bc917ef9bb082c46949cc77ac53 647 sisu_0.38.5-1.dsc
2f4ea49bd593d5557b9043b354335181 94686 sisu_0.38.5-1.diff.gz
- * primarily a new debian build as lintian 1.23.17 "published"
+ * primarily a new debian build as lintian 1.23.17 "published"
yesterday, complains about existing builds
* vim ftplugin, folds, another minor modification
@@ -1877,15 +1898,15 @@ db731e962a0e6553602a978addc49933 647 sisu_0.38.1-1.dsc
* sisu --convert [filename/wildcard] converts between 0.38 and 0.37 markup
(which is substantially the same as 0.16 markup, only the file names
- changed)
+ changed)
* sisu --identify [filename/wildcard] attempts to recognises the markup
- version
+ version
* sisu --query [version number| or history] provides a bit of information
on changes to markup and file naming conventions used
- * urls, minor fix,
+ * urls, minor fix,
(screen output of generated output omitted -H, (-h was ok))
* generated cgi search form needs a writable present directory,
@@ -1903,7 +1924,7 @@ e8611c3610409c083c92d76da8c8ef6d 647 sisu_0.38.0-1.dsc
markup introduced, as alternative, existing markup is not affected - new
document header markup, new document structure markup, experimental, [new