Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | markup sample, update book index markup, appearance, minor | Ralph Amissah | 2013-10-16 | 3 | -289/+955 |
| | |||||
* | vim, minor update, not syntax related | Ralph Amissah | 2013-10-16 | 5 | -35/+166 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-10-16 | 4 | -6/+20 |
| | |||||
* | bin/sisu update language list ja ko zh, fixsisu_4.2.5 | Ralph Amissah | 2013-09-22 | 2 | -0/+4 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-09-22 | 4 | -6/+20 |
| | |||||
* | Rakefile to assist in placing sisu markup under po4a management (sisu_manual)sisu_4.2.4 | Ralph Amissah | 2013-09-21 | 4 | -0/+423 |
| | | | | | | | | * 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. | ||||
* | sisu_manual, sisurc*.yml minor | Ralph Amissah | 2013-09-21 | 7 | -0/+282 |
| | |||||
* | sisu_manual, move to en/ sub-dir (permitting translations) | Ralph Amissah | 2013-09-21 | 37 | -0/+8 |
| | | | | | * use of language sub-dir for source sisu markup suited to permitting translation management by po4a | ||||
* | v4 v5: i18n CJK: zh ja ko, add languages Chinese, Japanese, Korean | Ralph Amissah | 2013-09-21 | 2 | -0/+8 |
| | | | | * texpdf, has large texlive xetex dependencies (Korean untested) | ||||
* | v4: dal, objects, store book index as hash (simplify downstream processing) | Ralph Amissah | 2013-09-21 | 1 | -0/+4 |
| | | | | | | * merge v5 * db, book index, convert hash back to string (associated downstream processing change) | ||||
* | v4 v5: minor cleaning | Ralph Amissah | 2013-09-21 | 2 | -0/+4 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-09-21 | 4 | -6/+20 |
| | |||||
* | v5: db, book index, convert hash back to stringsisu_4.2.3 | Ralph Amissah | 2013-09-07 | 1 | -0/+2 |
| | |||||
* | v5: dal, book index, hash key, strip whitespace, a (required) fix | Ralph Amissah | 2013-09-07 | 2 | -0/+4 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-09-07 | 4 | -6/+20 |
| | |||||
* | v5: dal, objects, store book index as hash (simplify downstream processing)sisu_4.2.2 | Ralph Amissah | 2013-09-05 | 1 | -0/+2 |
| | |||||
* | v4 v5: vim syntax, book index markup, hilight delimeters | Ralph Amissah | 2013-09-05 | 3 | -3/+11 |
| | |||||
* | v4 v5: dal, book index markup, round delimiters: allow spaces or space & newline | Ralph Amissah | 2013-09-05 | 2 | -0/+8 |
| | | | | | * allow spaces on both sides of delimiters, or a space before & newline following a delimiter \s+[:|;](\s+|\n) [else parses as before no spaces] | ||||
* | v4: dal, grouped text with fontface spanning newlines, partial solution | Ralph Amissah | 2013-09-05 | 1 | -0/+3 |
| | | | | * merged from v5 | ||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-09-05 | 4 | -6/+20 |
| | |||||
* | v5: dal, grouped text with fontface spanning newlines, partial solution, testsisu_4.2.1 | Ralph Amissah | 2013-08-28 | 1 | -1/+3 |
| | | | | * merge into v4 after testing | ||||
* | v4 v5: dal, text blocks, tuning | Ralph Amissah | 2013-08-28 | 2 | -0/+4 |
| | |||||
* | v4 v5: odf:odt, footnotes, fix | Ralph Amissah | 2013-08-28 | 2 | -0/+4 |
| | |||||
* | v4 v5: pdf (latex) tables, bugfix (fasttrack) | Ralph Amissah | 2013-08-28 | 2 | -0/+4 |
| | |||||
* | v4 v5: vim syntax, sisu.vim, fix typo | Ralph Amissah | 2013-08-28 | 3 | -3/+9 |
| | | | | * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#" | ||||
* | v4 v5: manifest, output organised by, info, minor touch | Ralph Amissah | 2013-08-28 | 2 | -0/+4 |
| | |||||
* | v4 v5: config files (by filetype & filename) touched | Ralph Amissah | 2013-08-28 | 4 | -2/+6 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-08-28 | 4 | -6/+20 |
| | |||||
* | v4 v5: vim syntax, sisu.vim, improve grouped text match, for blocks using ticssisu_4.2.0 | Ralph Amissah | 2013-08-25 | 3 | -3/+11 |
| | | | | | | * syntax additions (introduced for 5.0.12) now relevant also for v4 * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#" * grouped text, open, close of blocks using tics "```" | ||||
* | v4: merge v5, syntax additions, block text related (version bump to 4.2.*) | Ralph Amissah | 2013-08-25 | 1 | -0/+10 |
| | | | | | | | | | | | | * 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 [ note further refinements will be required; use of tildes "~~" considered but more problematic, tics not used elsewhere] | ||||
* | v5: dal, improve font face matching within grouped text (other than code blocks) | Ralph Amissah | 2013-08-25 | 1 | -0/+2 |
| | |||||
* | v5: dal, refine grouped text open and close using tics "```" | Ralph Amissah | 2013-08-25 | 1 | -0/+3 |
| | |||||
* | v4 v5: css, html, epub, adjust paragraph spacing, aesthetic | Ralph Amissah | 2013-08-25 | 2 | -0/+6 |
| | | | | | * increase whitespace (between paragraphs) * [review spacing (generally) further] | ||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-08-25 | 4 | -6/+20 |
| | |||||
* | v5: vim syntax additions, sisu.vimsisu_4.1.12 | Ralph Amissah | 2013-08-21 | 2 | -2/+8 |
| | | | | | * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#" * grouped text, open, close of blocks using tics "```" | ||||
* | v5: alternative open and close for blocks using line starting with "```" | Ralph Amissah | 2013-08-21 | 1 | -0/+6 |
| | | | | | | | | | * 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 | ||||
* | v5: markup syntax add: switch ocn (object numbering) off & on for content block | Ralph Amissah | 2013-08-21 | 1 | -0/+4 |
| | | | | | * switch ocn off & on for a block of content, line containing only off: "--~#" (omit headings where possible) "---#" on: "--+#" | ||||
* | v4 v5: terminal message, code marker | Ralph Amissah | 2013-08-21 | 2 | -6/+8 |
| | |||||
* | v4 v5: rescued error messages | Ralph Amissah | 2013-08-21 | 2 | -0/+4 |
| | |||||
* | v4 v5: fuchsia (sp.) | Ralph Amissah | 2013-08-21 | 2 | -0/+4 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-08-21 | 4 | -6/+20 |
| | |||||
* | v4 v5: dal_expand_insertions, refinement for monolingual outputsisu_4.1.11 | Ralph Amissah | 2013-08-08 | 2 | -0/+4 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-08-08 | 4 | -2/+16 |
| | |||||
* | v4: merge v5 lib (5.0.10)sisu_4.1.10 | Ralph Amissah | 2013-08-08 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | * output structure by, add monolingual alt for :filetype & :filename, step 1 * output structure by, monolingual alternative for :filetype or :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 * output structure by, monolingual alternative, documentation * cgi helper script, sample search form, single form, monolingual option * single cgi form, (with different internal variables set for output types) | ||||
* | v5: output structure by, multilingual, monolingual filenames tweak | Ralph Amissah | 2013-08-08 | 1 | -0/+2 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-08-08 | 4 | -6/+20 |
| | |||||
* | v5: concordance, fixsisu_4.1.9 | Ralph Amissah | 2013-08-01 | 1 | -0/+2 |
| | |||||
* | v5: output structure by :filename or :filetype, default multilingual, fix | Ralph Amissah | 2013-08-01 | 1 | -0/+2 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-08-01 | 4 | -6/+20 |
| | |||||
* | v5: cgi helper script, sample search form, single form, monolingual optionsisu_4.1.8 | Ralph Amissah | 2013-07-30 | 1 | -0/+4 |
| | | | | | * single cgi form, (with different internal variables set for output types) * monolingual output search form option |