Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v5 v6: ao_numbering, auto name segment, extract "number" from heading, refine | Ralph Amissah | 2014-07-15 | 4 | -24/+60 |
| | |||||
* | v5 v6: sysenv, general, base_markup_dir_stub (replace pwd_stub) | Ralph Amissah | 2014-07-15 | 20 | -174/+182 |
| | |||||
* | v5 v6: bin/sisu, hub, options, pass message: sisu_called_from_directory | Ralph Amissah | 2014-07-15 | 11 | -27/+33 |
| | |||||
* | documents / documentation related | Ralph Amissah | 2014-07-15 | 7 | -16/+25 |
| | | | | | | | * COPYRIGHT, date * sisu.org, minor * README * manpage | ||||
* | v5 v6: version & changelog (& rakefile) | Ralph Amissah | 2014-07-15 | 5 | -8/+22 |
| | |||||
* | documention relatedsisu_5.5.0 | Ralph Amissah | 2014-07-11 | 6 | -97/+25 |
| | |||||
* | v5 v6: src, sisupod composite source, nested includes | Ralph Amissah | 2014-07-11 | 4 | -42/+90 |
| | |||||
* | 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 | 5 | -133/+226 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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 | 4 | -2/+20 |
| | |||||
* | v5 v6: ao_numbering, auto name segment, extract "number" from heading, fix | Ralph Amissah | 2014-07-11 | 4 | -4/+10 |
| | |||||
* | v5 v6: version & changelog (& rakefile) | Ralph Amissah | 2014-07-11 | 5 | -8/+22 |
| | |||||
* | sisu.org, README minorsisu_5.4.5 | Ralph Amissah | 2014-07-07 | 2 | -6/+43 |
| | |||||
* | v5 v6: ao, auto seg naming, adjustments | Ralph Amissah | 2014-07-07 | 6 | -26/+42 |
| | | | | * re: seg numbering, fixed width, leading zeros (introduced: 5.4.3 / 6.0.9) | ||||
* | bin/sisu, processing dir related | Ralph Amissah | 2014-07-07 | 3 | -21/+48 |
| | | | | | | | | | | | * e.g. using live-manual/manual as sample, the following should work as expected available: ca de en es fr it ja pl pt_BR ro; select: en & ja: sisu --html -v en/live-manual.ssm ja/live-manual.ssm or for all available translations: sisu --html -v **/live-manual.ssm (these previously would have broken after processing the first directory) sisu command equivalent for all available translations being (unaffected): sisu --html -v --glob live-manual | ||||
* | bin/sisu, some cosmetic long line breaking | Ralph Amissah | 2014-07-07 | 3 | -10/+25 |
| | |||||
* | v5 v6: version & changelog (& rakefile) (git, ref log instead of shortlog) | Ralph Amissah | 2014-07-07 | 5 | -126/+140 |
| | |||||
* | 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 | 4 | -32/+64 |
| | | | | * provisional fix (check related issues against 5.4.2) | ||||
* | v5 v6: version & changelog (& rakefile) | Ralph Amissah | 2014-07-04 | 5 | -8/+22 |
| | |||||
* | v5 v6: sysenv, developer _CONSTRUCTION_ZONE warning setup modifiedsisu_5.4.3 | Ralph Amissah | 2014-07-01 | 6 | -16/+22 |
| | |||||
* | v5 v6: epub, a fix, double check | Ralph Amissah | 2014-07-01 | 4 | -0/+6 |
| | |||||
* | v5 v6: ao, segment numbering, fixed width, leading zeros | Ralph Amissah | 2014-07-01 | 8 | -58/+162 |
| | | | | * alphanumeric sorting | ||||
* | v5 v6: ao, doc objects, layout group open & close, identify, is_for | Ralph Amissah | 2014-07-01 | 6 | -10/+54 |
| | |||||
* | v5 v6: ao, quote block, insert text indent markup (book index markup unchanged) | Ralph Amissah | 2014-07-01 | 4 | -4/+16 |
| | |||||
* | v5 v6: ao, (param), book index, strip white spaces around terms | Ralph Amissah | 2014-07-01 | 6 | -8/+14 |
| | | | | * fix uppercase first character where spaces used | ||||
* | v5 v6: ao, code cosmetic rearrangement | Ralph Amissah | 2014-07-01 | 36 | -1120/+2810 |
| | |||||
* | 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) | ||||
* | vim syntax, version & date (code block, language syntax; box group; quote) | Ralph Amissah | 2014-07-01 | 1 | -2/+2 |
| | | | | * now applies to v5 branch | ||||
* | v5: merge what was sisu_6.0.8 into v5 | Ralph Amissah | 2014-07-01 | 11 | -132/+461 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | sisu.org minor | Ralph Amissah | 2014-07-01 | 1 | -7/+7 |
| | |||||
* | v5 v6: version & changelog (& rakefile) | Ralph Amissah | 2014-07-01 | 5 | -8/+22 |
| | |||||
* | ao, fix bug in previous version (5.4.1) from sloppy cherry pick of v6sisu_5.4.2 | Ralph Amissah | 2014-06-22 | 2 | -2/+5 |
| | | | | * ao_doc_str (codeblock) | ||||
* | v5: version & changelog (& rakefile) | Ralph Amissah | 2014-06-22 | 3 | -4/+11 |
| | |||||
* | vim syntax, code block, language syntax; box group; quotesisu_5.4.1 | Ralph Amissah | 2014-06-19 | 2 | -5/+15 |
| | |||||
* | v6: docbook, code block | Ralph Amissah | 2014-06-19 | 3 | -24/+37 |
| | |||||
* | v6: docbook, images | Ralph Amissah | 2014-06-19 | 3 | -4/+28 |
| | |||||
* | v6: docbook, tables | Ralph Amissah | 2014-06-19 | 3 | -1/+68 |
| | |||||
* | v6: docbook, quotes (blockquote) | Ralph Amissah | 2014-06-19 | 2 | -1/+12 |
| | |||||
* | v6: docbook, metadata header (docinfo) | Ralph Amissah | 2014-06-19 | 3 | -0/+76 |
| | |||||
* | v6: docbook, ocn & footnote numbers (as xml comments) | Ralph Amissah | 2014-06-19 | 4 | -6/+13 |
| | |||||
* | v6: docbook, tags (name touch) | Ralph Amissah | 2014-06-19 | 1 | -30/+30 |
| | |||||
* | v6: ao, syntax, introduce tics quotes markup (blockquote equivalent) | Ralph Amissah | 2014-06-19 | 6 | -49/+113 |
| | |||||
* | v6: ao, syntax, introduce box text block/group | Ralph Amissah | 2014-06-19 | 5 | -16/+66 |
| | |||||
* | v6: ao, syntax, able optionally to indicate the language syntax of a code block | Ralph Amissah | 2014-06-19 | 6 | -27/+42 |
| | |||||
* | v5 v6: ao, introduce way of removing unrecognized tic markers | Ralph Amissah | 2014-06-19 | 4 | -20/+56 |
| | | | | | | | * 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, Symbol to match grouped text open & close (instead of String) | Ralph Amissah | 2014-06-19 | 6 | -68/+70 |
| | |||||
* | v5 v6: ao, regex match for tics "```" followed by space tweaked | Ralph Amissah | 2014-06-19 | 8 | -90/+92 |
| | |||||
* | v5 v6: ao, turn id numbers (for tags) into a hash | Ralph Amissah | 2014-06-19 | 4 | -60/+76 |
| | |||||
* | v5 v6: ao, code blocks, clean trailing newlines | Ralph Amissah | 2014-06-19 | 4 | -2/+8 |
| |