aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/ao_composite.rb
Commit message (Collapse)AuthorAgeFilesLines
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-294/+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-41/+38
|
* year set 2015 (prepare for the new year)Ralph Amissah2014-12-081-1/+1
|
* v5 v6: ao, composite documents, on --verbose report loading of .sst files, fixsisu_5.7.2Ralph Amissah2014-11-021-7/+9
| | | | | | | | | | | * without fix sisu reports loading of .ssm & .ssi files but not .sst (sub-documents are imported correctly and resulting document outputs are correct and unaffected, but unless aware of this bug it would seem otherwise until the correct operation of sisu was manually verified e.g. by examining documents produced); (issue somewhat mitigated by not being the most common sisu operation) * sisu is in development freeze, this fix is provided for Debian Jessie (Closes: #767761)
* v5 v6: header comment reduction, minorsisu_5.6.8Ralph Amissah2014-09-281-3/+0
|
* update urls to git repoRalph Amissah2014-09-191-2/+2
|
* v6: use opt.act, code internals (simplify, cleaner; remove opt.cmd & opt.mod)Ralph Amissah2014-08-081-3/+3
| | | | * v5 dp, indentation changed to retain easy comparison with v6
* v5 v6: code file renames, fairly extensiveRalph Amissah2014-08-081-1/+1
| | | | | * v5 file renames sync with v6 for easier comparison * v5 here (5.5.6) remains as in previous version (5.5.5)
* v5 v6: sysenv, general, base_markup_dir_stub (replace pwd_stub)Ralph Amissah2014-07-151-1/+1
|
* v5 v6: ao_composite, nested includes, .ssi (insert) can now include .ssi & .sstRalph Amissah2014-07-111-65/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .ssm can contain/include .sst or .ssi .sst files can be processed independently, they do not contain other files .ssi files have been only insertions of text & are not processed independently but as part of an ssm change proposed: .ssm unchanged, .sst unchanged, .ssi as before, but can include .sst or .ssi, so: files are only insertions & are not processed independently but as part of an .ssm or another .ssi i.e. as before with the addition that it like a .ssm can contain/include .sst or .ssi * requested feature, (Closes: #744408) User beware. In previous versions there has been a deliberate attempt to keep it easy to follow documents & not have to dig through different levels of includes, as this is more likely to lead to errors in markup. The idea of nested includes has not been attractive (messy for a document), however, this is now made possible, use with care * it is not as easy to see document structure at a glance, and structural errors may be introduced and will need to be taken care of (requiring document markup debugging) * allowing .ssi to also include other .ssi or .sst could lead to infinite recursion if an .ssi includes another which includes itself; stopping after an additional level of includes seems arbitrary, and possibly prone to error if you are dealing with many documents * requires testing * version bump, new behavior added to .ssi one of the 3 sisu filetypes
* v5 v6: ao_composite, variable nameRalph Amissah2014-07-111-19/+19
|
* v5 v6: ao, code cosmetic rearrangementRalph Amissah2014-07-011-26/+44
|
* v5 v6: files renamed: ao_composite.rb, html_concordance.rbRalph Amissah2014-07-011-0/+267
* ao_composite.rb (from composite.rb) * html_concordance.rb (from concordance.rb)