Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v4: merge v5, syntax additions, block text related (version bump to 4.2.*) | Ralph Amissah | 2013-08-25 | 8 | -255/+424 |
| | | | | | | | | | | | | * 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 | 2 | -23/+25 |
| | |||||
* | v5: dal, refine grouped text open and close using tics "```" | Ralph Amissah | 2013-08-25 | 4 | -41/+43 |
| | |||||
* | v4 v5: css, html, epub, adjust paragraph spacing, aesthetic | Ralph Amissah | 2013-08-25 | 6 | -8/+14 |
| | | | | | * 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 | 6 | -232/+305 |
| | | | | | | | | | * 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 | 3 | -0/+97 |
| | | | | | * 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 | 12 | -66/+138 |
| | |||||
* | v4 v5: rescued error messages | Ralph Amissah | 2013-08-21 | 86 | -180/+184 |
| | |||||
* | v4 v5: fuchsia (sp.) | Ralph Amissah | 2013-08-21 | 18 | -58/+62 |
| | |||||
* | 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 | 4 | -10/+26 |
| | |||||
* | 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 | 18 | -392/+787 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | 7 | -270/+159 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-08-08 | 4 | -6/+20 |
| | |||||
* | v5: concordance, fixsisu_4.1.9 | Ralph Amissah | 2013-08-01 | 2 | -23/+14 |
| | |||||
* | v5: output structure by :filename or :filetype, default multilingual, fix | Ralph Amissah | 2013-08-01 | 2 | -30/+31 |
| | |||||
* | 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 | 5 | -78/+91 |
| | | | | | * single cgi form, (with different internal variables set for output types) * monolingual output search form option | ||||
* | v5: output structure by, monolingual alternative, documentation | Ralph Amissah | 2013-07-30 | 6 | -109/+185 |
| | |||||
* | v5: output structure by, monolingual alternative for :filetype or :filename | Ralph Amissah | 2013-07-30 | 10 | -260/+705 |
| | | | | | | | | | | | | | | | | | * 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 | 5 | -14/+74 |
| | |||||
* | v4 (v5): misc, minor | Ralph Amissah | 2013-07-30 | 4 | -6/+6 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-07-30 | 4 | -6/+20 |
| | |||||
* | v4 v5: "general code cleaning" fixsisu_4.1.7 | Ralph Amissah | 2013-06-25 | 4 | -28/+32 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-06-25 | 4 | -4/+18 |
| | |||||
* | v4: general code cleaning, sync with v5sisu_4.1.6 | Ralph Amissah | 2013-06-25 | 81 | -876/+634 |
| | |||||
* | v5: "general code cleaning" fix | Ralph Amissah | 2013-06-25 | 2 | -10/+14 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-06-25 | 4 | -7/+21 |
| | |||||
* | v5: general code cleaningsisu_4.1.5 | Ralph Amissah | 2013-06-22 | 81 | -868/+624 |
| | | | | * propagate back to v4 after testing | ||||
* | vim, ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j) | Ralph Amissah | 2013-06-22 | 3 | -6/+10 |
| | |||||
* | vim colorscheme def, mark current line | Ralph Amissah | 2013-06-22 | 8 | -12/+16 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-06-22 | 4 | -6/+20 |
| | |||||
* | v4 v5: cgi helper script, sample search form generator, file name matchingsisu_4.1.4 | Ralph Amissah | 2013-06-06 | 4 | -6/+10 |
| | |||||
* | v4 v5: cgi, cosmetic, drop use of images in sample form | Ralph Amissah | 2013-06-06 | 4 | -30/+72 |
| | |||||
* | v4 v5: sysenv, requested load warning removed, less screen clutter | Ralph Amissah | 2013-06-06 | 4 | -6/+10 |
| | |||||
* | v4 v5: db, population of database (--update), import of master files (.ssm), fix | Ralph Amissah | 2013-06-06 | 6 | -12/+20 |
| | | | | | * (Note: for .ssm: @md.fns (is set during runtime & is) != @opt.fns @md.opt.fns, affects construction of unique identifier) | ||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-06-06 | 4 | -6/+20 |
| | |||||
* | v4 v5: cgi_pgsql, cgi helper script sample search form generator, detailsisu_4.1.3 | Ralph Amissah | 2013-05-30 | 4 | -44/+34 |
| | |||||
* | v4 v5: sysenv, pgsql db connect fix | Ralph Amissah | 2013-05-30 | 4 | -6/+14 |
| | |||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-05-30 | 4 | -6/+20 |
| | |||||
* | v4 v5: help, documentation update, concentrate on man pagessisu_4.1.2 | Ralph Amissah | 2013-05-29 | 8 | -3444/+142 |
| | | | | | * documentation, manpage update * interactive help, out of date, removed | ||||
* | v4 v5: cgi helper script, sample search form generator, adjust/improve | Ralph Amissah | 2013-05-29 | 14 | -172/+450 |
| | | | | | | | | | * 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 | 8 | -256/+68 |
| | | | | | * 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 | 16 | -3844/+96 |
| | | | | * sysenv, version info moved here from interactive help | ||||
* | v4 v5: version & changelog | Ralph Amissah | 2013-05-29 | 4 | -6/+20 |
| | |||||
* | v4 v5: cgi script for sample search form generator, sqlite, minor fixessisu_4.1.1 | Ralph Amissah | 2013-05-19 | 6 | -26/+30 |
| | | | | * affects 'sisu -F' (repairs breakage) | ||||
* | vim, ftplugin, sisu.vim, statusline | Ralph Amissah | 2013-05-19 | 3 | -1/+37 |
| |