Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v4 v5: dal, book index markup, round delimiters: allow spaces or space & newline | Ralph Amissah | 2013-09-05 | 2 | -0/+6 |
| | | | | | * 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 | -5/+30 |
| | | | | * merged from v5 | ||||
* | v5: dal, grouped text with fontface spanning newlines, partial solution, testsisu_4.2.1 | Ralph Amissah | 2013-08-28 | 1 | -5/+30 |
| | | | | * merge into v4 after testing | ||||
* | v4 v5: dal, text blocks, tuning | Ralph Amissah | 2013-08-28 | 4 | -16/+66 |
| | |||||
* | v4 v5: odf:odt, footnotes, fix | Ralph Amissah | 2013-08-28 | 2 | -8/+8 |
| | |||||
* | v4 v5: pdf (latex) tables, bugfix (fasttrack) | Ralph Amissah | 2013-08-28 | 2 | -2/+4 |
| | |||||
* | v4 v5: manifest, output organised by, info, minor touch | Ralph Amissah | 2013-08-28 | 2 | -4/+6 |
| | |||||
* | v4: merge v5, syntax additions, block text related (version bump to 4.2.*) | Ralph Amissah | 2013-08-25 | 7 | -255/+414 |
| | | | | | | | | | | | | * 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 | -23/+23 |
| | |||||
* | v5: dal, refine grouped text open and close using tics "```" | Ralph Amissah | 2013-08-25 | 3 | -41/+40 |
| | |||||
* | v4 v5: css, html, epub, adjust paragraph spacing, aesthetic | Ralph Amissah | 2013-08-25 | 4 | -8/+8 |
| | | | | | * increase whitespace (between paragraphs) * [review spacing (generally) further] | ||||
* | v5: alternative open and close for blocks using line starting with "```" | Ralph Amissah | 2013-08-21 | 5 | -232/+299 |
| | | | | | | | | | * 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 | 2 | -0/+93 |
| | | | | | * 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 | 10 | -60/+130 |
| | |||||
* | v4 v5: rescued error messages | Ralph Amissah | 2013-08-21 | 84 | -180/+180 |
| | |||||
* | v4 v5: fuchsia (sp.) | Ralph Amissah | 2013-08-21 | 16 | -58/+58 |
| | |||||
* | v4 v5: dal_expand_insertions, refinement for monolingual outputsisu_4.1.11 | Ralph Amissah | 2013-08-08 | 2 | -10/+22 |
| | |||||
* | v4: merge v5 lib (5.0.10)sisu_4.1.10 | Ralph Amissah | 2013-08-08 | 16 | -391/+764 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | 6 | -270/+157 |
| | |||||
* | v5: concordance, fixsisu_4.1.9 | Ralph Amissah | 2013-08-01 | 1 | -23/+12 |
| | |||||
* | v5: output structure by :filename or :filetype, default multilingual, fix | Ralph Amissah | 2013-08-01 | 1 | -30/+29 |
| | |||||
* | v5: cgi helper script, sample search form, single form, monolingual optionsisu_4.1.8 | Ralph Amissah | 2013-07-30 | 4 | -78/+87 |
| | | | | | * single cgi form, (with different internal variables set for output types) * monolingual output search form option | ||||
* | v5: output structure by, monolingual alternative for :filetype or :filename | Ralph Amissah | 2013-07-30 | 9 | -260/+691 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | v5: output structure by, add monolingual alt for :filetype & :filename, step 1 | Ralph Amissah | 2013-07-30 | 4 | -14/+72 |
| | |||||
* | v4 (v5): misc, minor | Ralph Amissah | 2013-07-30 | 3 | -5/+5 |
| | |||||
* | v4 v5: "general code cleaning" fixsisu_4.1.7 | Ralph Amissah | 2013-06-25 | 2 | -28/+28 |
| | |||||
* | v4: general code cleaning, sync with v5sisu_4.1.6 | Ralph Amissah | 2013-06-25 | 80 | -876/+632 |
| | |||||
* | v5: "general code cleaning" fix | Ralph Amissah | 2013-06-25 | 1 | -10/+12 |
| | |||||
* | v5: general code cleaningsisu_4.1.5 | Ralph Amissah | 2013-06-22 | 80 | -868/+622 |
| | | | | * propagate back to v4 after testing | ||||
* | v4 v5: cgi helper script, sample search form generator, file name matchingsisu_4.1.4 | Ralph Amissah | 2013-06-06 | 2 | -4/+4 |
| | |||||
* | v4 v5: cgi, cosmetic, drop use of images in sample form | Ralph Amissah | 2013-06-06 | 2 | -30/+68 |
| | |||||
* | v4 v5: sysenv, requested load warning removed, less screen clutter | Ralph Amissah | 2013-06-06 | 2 | -4/+4 |
| | |||||
* | v4 v5: db, population of database (--update), import of master files (.ssm), fix | Ralph Amissah | 2013-06-06 | 4 | -12/+12 |
| | | | | | * (Note: for .ssm: @md.fns (is set during runtime & is) != @opt.fns @md.opt.fns, affects construction of unique identifier) | ||||
* | v4 v5: cgi_pgsql, cgi helper script sample search form generator, detailsisu_4.1.3 | Ralph Amissah | 2013-05-30 | 2 | -44/+30 |
| | |||||
* | v4 v5: sysenv, pgsql db connect fix | Ralph Amissah | 2013-05-30 | 2 | -6/+10 |
| | |||||
* | v4 v5: cgi helper script, sample search form generator, adjust/improve | Ralph Amissah | 2013-05-29 | 12 | -172/+436 |
| | | | | | | | | | * 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='' | ||||
* | v4 v5: document version check, disable | Ralph Amissah | 2013-05-29 | 6 | -256/+60 |
| | | | | | * automatic check disabled * check and correction of pre 0.38 markup removed | ||||
* | v4 v5: help, interactive help, out of date, removed | Ralph Amissah | 2013-05-29 | 14 | -3844/+86 |
| | | | | * sysenv, version info moved here from interactive help | ||||
* | v4 v5: cgi script for sample search form generator, sqlite, minor fixessisu_4.1.1 | Ralph Amissah | 2013-05-19 | 4 | -26/+24 |
| | | | | * affects 'sisu -F' (repairs breakage) | ||||
* | v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0 | Ralph Amissah | 2013-05-09 | 124 | -5511/+5160 |
| | | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone | ||||
* | v4: cgi script for sample search form, minor fixes | Ralph Amissah | 2013-05-09 | 3 | -6/+7 |
| | |||||
* | v4: defaults, sysenv, simplify default home page (not used by default) | Ralph Amissah | 2013-05-09 | 2 | -327/+41 |
| | |||||
* | v4: minor sysenv, cgi_sql_commonsisu_4.0.21 | Ralph Amissah | 2013-05-06 | 2 | -14/+12 |
| | |||||
* | v4: cgi sample search form, minorsisu_4.0.20 | Ralph Amissah | 2013-04-11 | 2 | -7/+8 |
| | |||||
* | v4: zap, delete output files, based on given (existing) source file name | Ralph Amissah | 2013-04-07 | 6 | -85/+96 |
| | |||||
* | v4: options, exclude manifest links if no manifest (--no-manifest) selected | Ralph Amissah | 2013-03-31 | 1 | -0/+3 |
| | |||||
* | v4: sysenv, yamlrc cosmetic | Ralph Amissah | 2013-03-31 | 1 | -4/+6 |
| | |||||
* | v4: cgi, auto-generated sample search form | Ralph Amissah | 2013-03-29 | 5 | -40/+57 |
| | | | | | * for various sisu output directory structures * fixes | ||||
* | v4: dbi, import composite files (.ssm) correctly | Ralph Amissah | 2013-03-28 | 2 | -5/+8 |
| | |||||
* | v4: dal, screen_text_color, distinguish doc abstraction, as start of processing | Ralph Amissah | 2013-03-26 | 2 | -1/+4 |
| |