%% SiSU version 5 * debian/changelog v5 development branch, opened to insulate stable v4 v4 stable branch supersedes & replaces v3 branch initial goals: * remove/retire "skins"; replace some functionality with headers and/or yml file (consider header like syntax for document and site appearance info) * bin/sisu $0 make possible to run sisu command on/within project dir tree * bin/sisu $*, hub, make possible to specify dir path for markup files v3 branch is removed; it is available in sisu < 4.1.0 v2 branch is removed; it is available in sisu =< 3.3.2 * homepage at: * * * * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi * CHANGELOG CHANGELOG_v2 CHANGELOG_v3 README data/doc/sisu/ %% Reverse Chronological: %% 5.0.17.orig.tar.xz (2013-09-21:37/6) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.17 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.17-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.17.orig.tar.xz sisu_5.0.17.orig.tar.xz sisu_5.0.17-1.dsc * i18n CJK: zh ja ko, add languages Chinese, Japanese, Korean * texpdf, has large texlive xetex dependencies (Korean untested) * [concordance, untouched does nothing cjk, decide whether to disable] * sisu_manual, (in markup-samples) move to en/ sub-dir (permitting translations) * use of language sub-dir for source sisu markup suited to permitting translation management by po4a * sisurc.yml minor * Rakefile to help place sisu markup in a source language directory under po4a management * Rakefile to assist in placing sisu markup under po4a management (sisu_manual) * Provided as an example with sisu_manual * fairly generic, but potentially dangerous, can be used to place sisu markup source translations under po4a management, but user needs to know what this is, (and how to set it up, hence sisu_manual as an example (despite the lack of translations)) as can clobber/destroy files that are not managed by po4a. * minor cleaning %% 5.0.16.orig.tar.xz (2013-09-07:35/6) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.16 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.16-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.16.orig.tar.xz sisu_5.0.16.orig.tar.xz sisu_5.0.16-1.dsc * dal, book index, hash key, strip whitespace, a (required) fix * db, book index, convert hash back to string %% 5.0.15.orig.tar.xz (2013-09-05:35/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.15 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.15-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.15.orig.tar.xz sisu_5.0.15.orig.tar.xz sisu_5.0.15-1.dsc * dal, objects, store book index as hash (simplify downstream processing) * dal, book index markup, allow spaces on both sides of delimiters, or a space before and newline following a delimiter \s+[:|;](\s+|\n) [else parses as before no spaces] * vim syntax, book index markup, hilight delimeters %% 5.0.14.orig.tar.xz (2013-08-28:34/3) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.14 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.14-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.14.orig.tar.xz sisu_5.0.14.orig.tar.xz sisu_5.0.14-1.dsc * config files (by filetype & filename) touched * manifest, output organised by, info, minor touch * vim syntax, sisu.vim, fix typo * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#" * dal * grouped text with fontface spanning newlines, partial solution, test * text blocks, tuning * pdf (latex) tables, bugfix * odf:odt, footnotes, fix %% 5.0.13.orig.tar.xz (2013-08-25:33/7) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.13 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.13-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.13.orig.tar.xz sisu_5.0.13.orig.tar.xz sisu_5.0.13-1.dsc * dal, refine grouped text open and close using tics "```" [note use of "~~" considered but more problematic, (tics not used elsewhere)] * dal, improve font face matching within grouped text (other than code blocks) * vim syntax, improve grouped text match, open, close of blocks using tics "```" * css, html, epub, adjust paragraph spacing, (increase, whitespace aesthetic, review further) %% 5.0.12.orig.tar.xz (2013-08-21:33/3) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.12 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.12-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.12.orig.tar.xz sisu_5.0.12.orig.tar.xz sisu_5.0.12-1.dsc * syntax add * switch ocn off and on for a block of content, line containing only off: "--~#" (omit headings where possible) "---#" on: "--+#" * alternative open and close for blocks using line starting with "```", e.g. open code block: "``` code" close code block: "```" start poem: "``` poem" end poem: "```" * remove need for an empty line between opening & closing of a text block * vim syntax, add * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#" * grouped text, open, close of blocks using tics "```" * messages to terminal * code marker * rescued error messages * fuchsia (sp.) %% 5.0.11.orig.tar.xz (2013-08-08:31/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.11 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.11-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.11.orig.tar.xz sisu_5.0.11.orig.tar.xz sisu_5.0.11-1.dsc * dal_expand_insertions, refinement for monolingual output %% 5.0.10.orig.tar.xz (2013-08-08:31/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.10 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.10-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.10.orig.tar.xz sisu_5.0.10.orig.tar.xz sisu_5.0.10-1.dsc * output structure by, multilingual, monolingual filenames tweak %% 5.0.9.orig.tar.xz (2013-08-01:30/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.9 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.9-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.9.orig.tar.xz sisu_5.0.9.orig.tar.xz sisu_5.0.9-1.dsc * output structure by :filename or :filetype, multilingual default, fix * concordance, fix %% 5.0.8.orig.tar.xz (2013-07-30:30/2) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.8 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.8-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.8.orig.tar.xz sisu_5.0.8.orig.tar.xz sisu_5.0.8-1.dsc * output structure by, add monolingual alternative for :filetype or :filename * filename without language code, if document is in default language * set a default language, 'en' or as specified * set in rc file or from command line instruction * command line e.g. sisu -hv --monolingual --by-filename sisu_markup.sst sisu -3v --monolingual --by-filetype sisu_manual.ssm * sisurc.yml lingual: 'mono' | 'multi' lingual: 'mono' * note: output by :filetype is roughly equivalent to what monolingual output by :language would be * allow command line setting of default language using language code --default-language='en' --default-lang-en if used together with --monolingual and --by-filetype or --by-filename the selected default language document will not have a language code in the output filename * documentation * cgi helper script, sample search form * single cgi form, (with different internal variables set for output types) * monolingual output search form option %% 5.0.7.orig.tar.xz (2013-06-25:25/2) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.7 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.7-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.7.orig.tar.xz sisu_5.0.7.orig.tar.xz sisu_5.0.7-1.dsc * "general code cleaning" fix %% 5.0.6.orig.tar.xz (2013-06-25:25/2) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.6 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.6-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.6.orig.tar.xz sisu_5.0.6.orig.tar.xz sisu_5.0.6-1.dsc * "general code cleaning" fix %% 5.0.5.orig.tar.xz (2013-06-22:24/6) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.5 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.5-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.5.orig.tar.xz sisu_5.0.5.orig.tar.xz sisu_5.0.5-1.dsc * vim * colorscheme def, mark current line * ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j) * general code cleaning, propagate back to v4 after testing %% 5.0.4.orig.tar.xz (2013-06-06:22/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.4 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.4-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.4.orig.tar.xz sisu_5.0.4.orig.tar.xz sisu_5.0.4-1.dsc * db, population of database (--update), import of master files (.ssm), fix (Note: for .ssm: @md.fns (is set during runtime & is) != @opt.fns @md.opt.fns, affects construction of unique identifier) * cgi helper script, sample search form generator * file name matching, check * cosmetic, drop use of images in sample form * sysenv, requested load warning removed, less screen clutter, consider %% 5.0.3.orig.tar.xz (2013-05-30:21/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.3 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.3-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.3.orig.tar.xz sisu_5.0.3.orig.tar.xz sisu_5.0.3-1.dsc * sysenv, pgsql db connect fix * cgi_pgsql, cgi helper script, sample search form generator, detail %% 5.0.2.orig.tar.xz (2013-05-29:21/3) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.2 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.2-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.2.orig.tar.xz sisu_5.0.2.orig.tar.xz sisu_5.0.2-1.dsc * help update, concentrate on man pages * documentation, manpage update * interactive help, out of date, removed * document version check, disable * automatic check disabled * check and correction of pre 0.38 markup removed * sysenv, version info moved here from help * cgi helper script sample search form generator, adjust/improve, adds settings: db type --db-pq or db-sqlite webserver for cgi script & db --webserv-search='' webserver for sisu ouptut files --webserv-output='' cgi search form link name --cgi-search-form-name='' db user (pg) --db-user='' %% 5.0.1.orig.tar.xz (2013-05-18:19/7) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.1 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.1-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.1.orig.tar.xz sisu_5.0.1.orig.tar.xz sisu_5.0.1-1.dsc * vim, ftplugin, sisu.vim, statusline * cgi script for sample search form generator, sqlite, minor fixes (affects 'sisu -F') %% 5.0.0.orig.tar.xz (2013-05-08:18/3) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.0.0 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.0.0-1 http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.0.orig.tar.xz sisu_5.0.0.orig.tar.xz sisu_5.0.0-1.dsc * v5: opened * v3 closed v5 opened