aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/dal_doc_str.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5: renaming files & modules ao & AO (from dal & DAL)Ralph Amissah2013-12-021-1427/+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_doc_str.rb, changes related to collapsed levelRalph Amissah2013-12-021-158/+215
| | | | | * for headings added for structure, without ocn * testing required
* v5: xml, scaffold, re-activated, split into sisu structure & collapsed structuresisu_4.2.11Ralph Amissah2013-11-051-6/+6
| | | | | | * --xml-scaffold-sisu (--xml-scaffold) * --xml-scaffold-collapse * output currently to terminal only
* v4 v5: dal, document_structure_check_infosisu_4.2.9Ralph Amissah2013-10-271-36/+102
|
* v4 v5: dal, collapsed levels implementedsisu_4.2.8Ralph Amissah2013-10-231-12/+57
| | | | | * convenience, collapse sisu's dual level document structure for output of markup with straight linear structure
* v4 v5: dal, parent & node info, fixRalph Amissah2013-10-231-5/+60
| | | | | * used e.g. for mind map type output (last for kdissert output, no longer supported)
* v5: options & downstream, more use of opt.act instead of opt.cmdRalph Amissah2013-10-231-8/+8
| | | | * opt.act.*.set==:on instead of opt.cmd =~/\S/
* v5: dal, book index, hash key, strip whitespace, a (required) fixRalph Amissah2013-09-071-1/+2
|
* v5: dal, objects, store book index as hash (simplify downstream processing)sisu_4.2.2Ralph Amissah2013-09-051-2/+51
|
* v4 v5: dal, book index markup, round delimiters: allow spaces or space & newlineRalph Amissah2013-09-051-0/+3
| | | | | * 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 v5: dal, text blocks, tuningRalph Amissah2013-08-281-6/+29
|
* v5: dal, refine grouped text open and close using tics "```"Ralph Amissah2013-08-251-33/+32
|
* v5: alternative open and close for blocks using line starting with "```"Ralph Amissah2013-08-211-83/+140
| | | | | | | | | * 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-211-0/+66
| | | | | * switch ocn off & on for a block of content, line containing only off: "--~#" (omit headings where possible) "---#" on: "--+#"
* v5: "general code cleaning" fixRalph Amissah2013-06-251-10/+12
|
* v5: general code cleaningsisu_4.1.5Ralph Amissah2013-06-221-13/+14
| | | | * propagate back to v4 after testing
* v4 v5: document version check, disableRalph Amissah2013-05-291-48/+0
| | | | | * automatic check disabled * check and correction of pre 0.38 markup removed
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+1051
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone