aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/dal_expand_insertions.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5: renaming files & modules ao & AO (from dal & DAL)Ralph Amissah2013-12-021-450/+0
| | | | | | * ao (abstract objects) shorter, also easily searched, higher sort location abstract as representation of & extraction of document objects (dal (document abstraction layer))
* v5: dal, refine grouped text open and close using tics "```"Ralph Amissah2013-08-251-2/+2
|
* v5: alternative open and close for blocks using line starting with "```"Ralph Amissah2013-08-211-2/+2
| | | | | | | | | * 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
* 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-081-15/+13
|
* v5: output structure by, monolingual alternative for :filetype or :filenameRalph Amissah2013-07-301-38/+103
| | | | | | | | | | | | | | | | | * 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
* v4 v5: "general code cleaning" fixsisu_4.1.7Ralph Amissah2013-06-251-14/+14
|
* v5: general code cleaningsisu_4.1.5Ralph Amissah2013-06-221-55/+54
| | | | * propagate back to v4 after testing
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+382
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone