Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v5 v6: ensure reset of parsed document directory pathsisu_5.5.5 | Ralph Amissah | 2014-07-29 | 28 | -6/+54 |
| | | | | * needed in the case of html for some subsequent processing | ||||
* | v5 v6: options, minor fixes | Ralph Amissah | 2014-07-29 | 2 | -8/+8 |
| | |||||
* | v5 v6: ao_numbering, auto name segment, tweak to make behave as intendedsisu_5.5.4 | Ralph Amissah | 2014-07-24 | 4 | -24/+26 |
| | | | | * further testing required | ||||
* | v5 v6: db, reorganize previous commitsisu_5.5.3 | Ralph Amissah | 2014-07-23 | 6 | -266/+198 |
| | |||||
* | v5 v6: db, rescue where no tables, attempt to initialize db and retry | Ralph Amissah | 2014-07-23 | 8 | -56/+350 |
| | | | | | | * internally run the equivalent of --createall * (if successful) permitting completion of --import or --update command * make use of action triggers | ||||
* | v5 v6: sysenv, processing shortcuts, options, adjust | Ralph Amissah | 2014-07-22 | 4 | -16/+28 |
| | | | | * (further refinement necessary) | ||||
* | v5 v6: sysenv, revert to use of stub_pwd to correct hub post processing behavior | Ralph Amissah | 2014-07-22 | 4 | -40/+58 |
| | | | | | * revert to use of stub_pwd (instead of preferred base_markup_dir_stub introduced in 5.5.1) to bring back correct hub (post) processing behavior | ||||
* | v5 v6: sysenv, reorganise, break up file, multiple se_* files | Ralph Amissah | 2014-07-22 | 40 | -14942/+17938 |
| | |||||
* | v5 v6: db, pqsl, sqlite, reorganise triggers | Ralph Amissah | 2014-07-22 | 16 | -364/+532 |
| | |||||
* | v5 v6: db, pg import, fix | Ralph Amissah | 2014-07-22 | 2 | -46/+10 |
| | | | | | * remove dbi from rescue, no longer using ruby-dbi * ruby-pg query SELECT MAX | ||||
* | v5 v6: db, minor | Ralph Amissah | 2014-07-22 | 4 | -14/+42 |
| | |||||
* | v5 v6: options, sisupod parsing, fix | Ralph Amissah | 2014-07-22 | 2 | -6/+10 |
| | |||||
* | v5 v6: html_lite_shared, issue, fix | Ralph Amissah | 2014-07-22 | 2 | -2/+16 |
| | |||||
* | v5 v6: bin/sisu, hub, hub close (ensure), remove /tmp/ processing dir | Ralph Amissah | 2014-07-22 | 2 | -4/+42 |
| | |||||
* | v5 v6: cosmetic code | Ralph Amissah | 2014-07-22 | 114 | -1290/+3478 |
| | |||||
* | v5 v6: document images (more to clean up)sisu_5.5.1 | Ralph Amissah | 2014-07-15 | 12 | -28/+112 |
| | |||||
* | v5 v6: base images & css, continue | Ralph Amissah | 2014-07-15 | 22 | -70/+74 |
| | |||||
* | v5 v6: base images & css | Ralph Amissah | 2014-07-15 | 8 | -58/+148 |
| | |||||
* | v5 v6: docbook, status, under construction notice removed (still much to do) | Ralph Amissah | 2014-07-15 | 2 | -4/+4 |
| | |||||
* | v5 v6: docbook, css (needs work), also doc header, sisu processing info | Ralph Amissah | 2014-07-15 | 6 | -8/+52 |
| | |||||
* | v5 v6: docbook, images, and adjustment | Ralph Amissah | 2014-07-15 | 2 | -4/+4 |
| | |||||
* | v5 v6: docbook, url links, urls | Ralph Amissah | 2014-07-15 | 2 | -2/+8 |
| | |||||
* | v5 v6: docbook, code & other blocks markup | Ralph Amissah | 2014-07-15 | 4 | -4/+16 |
| | |||||
* | v5 v6: src, sisupod, bring back in line | Ralph Amissah | 2014-07-15 | 2 | -14/+18 |
| | |||||
* | v5 v6: src_share, cosmetic code | Ralph Amissah | 2014-07-15 | 2 | -6/+24 |
| | |||||
* | v5 v6: ao_numbering, auto name segment, extract "number" from heading, refine | Ralph Amissah | 2014-07-15 | 2 | -24/+56 |
| | |||||
* | v5 v6: sysenv, general, base_markup_dir_stub (replace pwd_stub) | Ralph Amissah | 2014-07-15 | 18 | -174/+178 |
| | |||||
* | v5 v6: bin/sisu, hub, options, pass message: sisu_called_from_directory | Ralph Amissah | 2014-07-15 | 8 | -24/+24 |
| | |||||
* | v5 v6: src, sisupod composite source, nested includes | Ralph Amissah | 2014-07-11 | 2 | -42/+84 |
| | |||||
* | v5 v6: src sisupod, cosmetic code arrangement | Ralph Amissah | 2014-07-11 | 4 | -44/+100 |
| | |||||
* | v5 v6: ao_composite, nested includes, .ssi (insert) can now include .ssi & .sst | Ralph Amissah | 2014-07-11 | 2 | -130/+156 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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 name | Ralph Amissah | 2014-07-11 | 2 | -38/+38 |
| | |||||
* | v5 v6: ao_numbering, check that all auto given number based seg names are unique | Ralph Amissah | 2014-07-11 | 2 | -2/+18 |
| | |||||
* | v5 v6: ao_numbering, auto name segment, extract "number" from heading, fix | Ralph Amissah | 2014-07-11 | 2 | -4/+4 |
| | |||||
* | v5 v6: ao, auto seg naming, adjustments | Ralph Amissah | 2014-07-07 | 4 | -22/+30 |
| | | | | * re: seg numbering, fixed width, leading zeros (introduced: 5.4.3 / 6.0.9) | ||||
* | v5 v6: ao, fix, re: seg numbering, fixed width, leading zeros (new in 5.4.3)sisu_5.4.4 | Ralph Amissah | 2014-07-04 | 2 | -32/+58 |
| | | | | * provisional fix (check related issues against 5.4.2) | ||||
* | v5 v6: sysenv, developer _CONSTRUCTION_ZONE warning setup modifiedsisu_5.4.3 | Ralph Amissah | 2014-07-01 | 4 | -16/+18 |
| | |||||
* | v5 v6: epub, a fix, double check | Ralph Amissah | 2014-07-01 | 2 | -0/+2 |
| | |||||
* | v5 v6: ao, segment numbering, fixed width, leading zeros | Ralph Amissah | 2014-07-01 | 6 | -58/+160 |
| | | | | * alphanumeric sorting | ||||
* | v5 v6: ao, doc objects, layout group open & close, identify, is_for | Ralph Amissah | 2014-07-01 | 4 | -10/+52 |
| | |||||
* | v5 v6: ao, quote block, insert text indent markup (book index markup unchanged) | Ralph Amissah | 2014-07-01 | 2 | -4/+14 |
| | |||||
* | v5 v6: ao, (param), book index, strip white spaces around terms | Ralph Amissah | 2014-07-01 | 4 | -8/+10 |
| | | | | * fix uppercase first character where spaces used | ||||
* | v5 v6: ao, code cosmetic rearrangement | Ralph Amissah | 2014-07-01 | 34 | -1120/+2798 |
| | |||||
* | v5 v6: files renamed: ao_composite.rb, html_concordance.rb | Ralph Amissah | 2014-07-01 | 10 | -11/+11 |
| | | | | | * ao_composite.rb (from composite.rb) * html_concordance.rb (from concordance.rb) | ||||
* | v5: merge what was sisu_6.0.8 into v5 | Ralph Amissah | 2014-07-01 | 10 | -132/+444 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | ao, fix bug in previous version (5.4.1) from sloppy cherry pick of v6sisu_5.4.2 | Ralph Amissah | 2014-06-22 | 1 | -2/+2 |
| | | | | * ao_doc_str (codeblock) | ||||
* | v6: docbook, code block | Ralph Amissah | 2014-06-19 | 2 | -24/+36 |
| | |||||
* | v6: docbook, images | Ralph Amissah | 2014-06-19 | 2 | -4/+27 |
| | |||||
* | v6: docbook, tables | Ralph Amissah | 2014-06-19 | 2 | -1/+67 |
| | |||||
* | v6: docbook, quotes (blockquote) | Ralph Amissah | 2014-06-19 | 1 | -1/+11 |
| |