aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/ao_misc_arrange.rb
Commit message (Collapse)AuthorAgeFilesLines
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-209/+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, book index relatedRalph Amissah2014-08-201-2/+2
|
* v5 v6: ao, quote block, insert text indent markup (book index markup unchanged)Ralph Amissah2014-07-011-2/+7
|
* v5 v6: ao, code cosmetic rearrangementRalph Amissah2014-07-011-9/+22
|
* v5: merge what was sisu_6.0.8 into v5Ralph Amissah2014-07-011-13/+35
| | | | | | | | | | | | | | | | | | * 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, introduce way of removing unrecognized tic markersRalph Amissah2014-06-191-10/+27
| | | | | | | * this is to provide some forward compatibility with new markup (unrecognized new tic marks are removed) * noisy, reports to screen on tics that are to be removed, unless quiet is on * review
* v5 v6: ao, regex match for tics "```" followed by space tweakedRalph Amissah2014-06-191-8/+8
|
* v5: single document root A~ (recalibrate headings); level D~ possibleRalph Amissah2014-01-061-1/+1
| | | | | | | | * :A~ document title, single document root (ln==0) * introduce additional possible heading level, D~ * markup rule change: single document root * breaks much downstream code, recalibrate (fix, test, fix & test again) * v4 & v5 bifurcate (diverge "un-merge-ably")
* 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/+157
* ao (abstract objects) shorter, also easily searched, higher sort location abstract as representation of & extraction of document objects (dal (document abstraction layer))