aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5
Commit message (Collapse)AuthorAgeFilesLines
* v5: dal, grouped text with fontface spanning newlines, partial solution, testsisu_4.2.1Ralph Amissah2013-08-281-5/+30
| | | | * merge into v4 after testing
* v4 v5: dal, text blocks, tuningRalph Amissah2013-08-282-8/+33
|
* v4 v5: odf:odt, footnotes, fixRalph Amissah2013-08-281-4/+4
|
* v4 v5: pdf (latex) tables, bugfix (fasttrack)Ralph Amissah2013-08-281-1/+2
|
* v4 v5: manifest, output organised by, info, minor touchRalph Amissah2013-08-281-2/+3
|
* v5: dal, improve font face matching within grouped text (other than code blocks)Ralph Amissah2013-08-251-23/+23
|
* v5: dal, refine grouped text open and close using tics "```"Ralph Amissah2013-08-253-41/+40
|
* v4 v5: css, html, epub, adjust paragraph spacing, aestheticRalph Amissah2013-08-252-4/+4
| | | | | * increase whitespace (between paragraphs) * [review spacing (generally) further]
* v5: alternative open and close for blocks using line starting with "```"Ralph Amissah2013-08-215-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 blockRalph Amissah2013-08-212-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 markerRalph Amissah2013-08-215-30/+65
|
* v4 v5: rescued error messagesRalph Amissah2013-08-2142-90/+90
|
* v4 v5: fuchsia (sp.)Ralph Amissah2013-08-218-29/+29
|
* v4 v5: dal_expand_insertions, refinement for monolingual outputsisu_4.1.11Ralph Amissah2013-08-081-5/+11
|
* v5: output structure by, multilingual, monolingual filenames tweakRalph Amissah2013-08-086-270/+157
|
* v5: concordance, fixsisu_4.1.9Ralph Amissah2013-08-011-23/+12
|
* v5: output structure by :filename or :filetype, default multilingual, fixRalph Amissah2013-08-011-30/+29
|
* v5: cgi helper script, sample search form, single form, monolingual optionsisu_4.1.8Ralph Amissah2013-07-304-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 :filenameRalph Amissah2013-07-309-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 1Ralph Amissah2013-07-304-14/+72
|
* v4 (v5): misc, minorRalph Amissah2013-07-301-2/+2
|
* v4 v5: "general code cleaning" fixsisu_4.1.7Ralph Amissah2013-06-251-14/+14
|
* v5: "general code cleaning" fixRalph Amissah2013-06-251-10/+12
|
* v5: general code cleaningsisu_4.1.5Ralph Amissah2013-06-2280-868/+622
| | | | * propagate back to v4 after testing
* v4 v5: cgi helper script, sample search form generator, file name matchingsisu_4.1.4Ralph Amissah2013-06-061-2/+2
|
* v4 v5: cgi, cosmetic, drop use of images in sample formRalph Amissah2013-06-061-15/+34
|
* v4 v5: sysenv, requested load warning removed, less screen clutterRalph Amissah2013-06-061-2/+2
|
* v4 v5: db, population of database (--update), import of master files (.ssm), fixRalph Amissah2013-06-062-6/+6
| | | | | * (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.3Ralph Amissah2013-05-301-22/+15
|
* v4 v5: sysenv, pgsql db connect fixRalph Amissah2013-05-301-3/+5
|
* v4 v5: cgi helper script, sample search form generator, adjust/improveRalph Amissah2013-05-296-86/+218
| | | | | | | | | * 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, disableRalph Amissah2013-05-293-128/+30
| | | | | * automatic check disabled * check and correction of pre 0.38 markup removed
* v4 v5: help, interactive help, out of date, removedRalph Amissah2013-05-297-1922/+43
| | | | * sysenv, version info moved here from interactive help
* v4 v5: cgi script for sample search form generator, sqlite, minor fixessisu_4.1.1Ralph Amissah2013-05-192-13/+12
| | | | * affects 'sisu -F' (repairs breakage)
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-09123-0/+65532
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone