aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/ao_expand_insertions.rb
Commit message (Collapse)AuthorAgeFilesLines
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-516/+0
| | | | | | | | | | | | | * libs & version files under new branch names: current & develop * previously under branch version numbers (v5|v6) * version .yml files moved * associated adjustments made as required, notably to: bin/sisu se* qi* (file headers); breakage potential, testing required * [on dir names, want release to (alphabetically) precede next/development, considered (cur|dev) (current|(dev|development|progress|next)) (stable|unstable), alpha sorting fail (release|(next|develop))]
* v5 v6: code headers reformatted for viewing as org-mode filesRalph Amissah2014-12-081-40/+37
|
* year set 2015 (prepare for the new year)Ralph Amissah2014-12-081-1/+1
|
* v5 v6: header comment reduction, minorsisu_5.6.8Ralph Amissah2014-09-281-3/+0
|
* update urls to git repoRalph Amissah2014-09-191-2/+2
|
* v5 v6: ao, expansion of links to internal filepaths (re: syntax based shortcut)Ralph Amissah2014-09-121-16/+40
| | | | * expansion of sisu output filepaths (sync with use of --act0 to --act9)
* v5 v6: ao_expand_insertions, blocked text match, adjustRalph Amissah2014-08-201-6/+29
|
* v5 v6: cosmetic codeRalph Amissah2014-08-201-14/+14
|
* v5: merged v6 librariesRalph Amissah2014-08-081-8/+12
| | | | | | | | | | | | * commandline, --act0 to --act9, rc-config with flag:act[0-9] * configurable command line options increased to 0 - 9 (instead of 0 - 5) * use --act0 to --act9 (previous flags -1 to -5; -0 to -9 now available) * default --act0 * rc config with flag:act0 to flag:act9 (previously roman numerals) * legacy roman numeral configuration works (for now) * use opt.act, code internals (simplify, cleaner; remove opt.cmd & opt.mod) * hub, further changes related to use of opt.act; hub file split
* v5 v6: ao, code cosmetic rearrangementRalph Amissah2014-07-011-14/+34
|
* v5: merge what was sisu_6.0.8 into v5Ralph Amissah2014-07-011-1/+1
| | | | | | | | | | | | | | | | | | * ao, * syntax, able optionally to indicate the language syntax of a code block * syntax, introduce box text block/group * syntax, introduce tics quotes markup (blockquote equivalent) * docbook, * ocn & footnote numbers (as xml comments) * metadata header (docinfo) * quotes (blockquote) * tables * images * code block * vim syntax, add * code block, language syntax, optional * box block * quote block
* v5 v6: ao, regex match for tics "```" followed by space tweakedRalph Amissah2014-06-191-2/+2
|
* v5: cosmetic code, case statementRalph Amissah2014-01-061-6/+6
|
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-1/+2
|
* v5: renaming files & modules ao & AO (from dal & DAL)Ralph Amissah2013-12-021-0/+450
* ao (abstract objects) shorter, also easily searched, higher sort location abstract as representation of & extraction of document objects (dal (document abstraction layer))