aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* v5 v6: ao_numbering, auto name segment, tweak to make behave as intendedsisu_5.5.4Ralph Amissah2014-07-246-24/+32
| | | | * further testing required
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-246-9/+23
|
* v5 v6: db, reorganize previous commitsisu_5.5.3Ralph Amissah2014-07-236-266/+198
|
* v5 v6: db, rescue where no tables, attempt to initialize db and retryRalph Amissah2014-07-2310-56/+362
| | | | | | * internally run the equivalent of --createall * (if successful) permitting completion of --import or --update command * make use of action triggers
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-235-8/+22
|
* documentation relatedsisu_5.5.2Ralph Amissah2014-07-223-80/+91
|
* v5 v6: sysenv, processing shortcuts, options, adjustRalph Amissah2014-07-2214-64/+78
| | | | * (further refinement necessary)
* v5 v6: sysenv, revert to use of stub_pwd to correct hub post processing behaviorRalph Amissah2014-07-226-40/+62
| | | | | * 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_* filesRalph Amissah2014-07-2242-14942/+17944
|
* v5 v6: db, pqsl, sqlite, reorganise triggersRalph Amissah2014-07-2218-364/+536
|
* v5 v6: db, pg import, fixRalph Amissah2014-07-224-46/+18
| | | | | * remove dbi from rescue, no longer using ruby-dbi * ruby-pg query SELECT MAX
* v5 v6: db, minorRalph Amissah2014-07-224-14/+42
|
* v5 v6: options, sisupod parsing, fixRalph Amissah2014-07-224-6/+14
|
* v5 v6: html_lite_shared, issue, fixRalph Amissah2014-07-224-2/+20
|
* v5 v6: bin/sisu, hub, hub close (ensure), remove /tmp/ processing dirRalph Amissah2014-07-225-34/+83
|
* v5 v6: cosmetic codeRalph Amissah2014-07-22114-1290/+3478
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-225-21/+36
|
* v5 v6: document images (more to clean up)sisu_5.5.1Ralph Amissah2014-07-1514-28/+114
|
* v5 v6: base images & css, continueRalph Amissah2014-07-1522-70/+74
|
* v5 v6: base images & cssRalph Amissah2014-07-1510-58/+156
|
* v5 v6: docbook, status, under construction notice removed (still much to do)Ralph Amissah2014-07-154-4/+6
|
* v5 v6: docbook, css (needs work), also doc header, sisu processing infoRalph Amissah2014-07-158-8/+56
|
* v5 v6: docbook, images, and adjustmentRalph Amissah2014-07-154-4/+6
|
* v5 v6: docbook, url links, urlsRalph Amissah2014-07-154-2/+10
|
* v5 v6: docbook, code & other blocks markupRalph Amissah2014-07-156-4/+22
|
* v5 v6: src, sisupod, bring back in lineRalph Amissah2014-07-154-14/+22
|
* v5 v6: src_share, cosmetic codeRalph Amissah2014-07-152-6/+24
|
* v5 v6: ao_numbering, auto name segment, extract "number" from heading, refineRalph Amissah2014-07-154-24/+60
|
* v5 v6: sysenv, general, base_markup_dir_stub (replace pwd_stub)Ralph Amissah2014-07-1520-174/+182
|
* v5 v6: bin/sisu, hub, options, pass message: sisu_called_from_directoryRalph Amissah2014-07-1511-27/+33
|
* documents / documentation relatedRalph Amissah2014-07-157-16/+25
| | | | | | | * COPYRIGHT, date * sisu.org, minor * README * manpage
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-155-8/+22
|
* documention relatedsisu_5.5.0Ralph Amissah2014-07-116-97/+25
|
* v5 v6: src, sisupod composite source, nested includesRalph Amissah2014-07-114-42/+90
|
* v5 v6: src sisupod, cosmetic code arrangementRalph Amissah2014-07-114-44/+100
|
* v5 v6: ao_composite, nested includes, .ssi (insert) can now include .ssi & .sstRalph Amissah2014-07-115-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 nameRalph Amissah2014-07-112-38/+38
|
* v5 v6: ao_numbering, check that all auto given number based seg names are uniqueRalph Amissah2014-07-114-2/+20
|
* v5 v6: ao_numbering, auto name segment, extract "number" from heading, fixRalph Amissah2014-07-114-4/+10
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-115-8/+22
|
* sisu.org, README minorsisu_5.4.5Ralph Amissah2014-07-072-6/+43
|
* v5 v6: ao, auto seg naming, adjustmentsRalph Amissah2014-07-076-26/+42
| | | | * re: seg numbering, fixed width, leading zeros (introduced: 5.4.3 / 6.0.9)
* bin/sisu, processing dir relatedRalph Amissah2014-07-073-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 breakingRalph Amissah2014-07-073-10/+25
|
* v5 v6: version & changelog (& rakefile) (git, ref log instead of shortlog)Ralph Amissah2014-07-075-126/+140
|
* v5 v6: ao, fix, re: seg numbering, fixed width, leading zeros (new in 5.4.3)sisu_5.4.4Ralph Amissah2014-07-044-32/+64
| | | | * provisional fix (check related issues against 5.4.2)
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-045-8/+22
|
* v5 v6: sysenv, developer _CONSTRUCTION_ZONE warning setup modifiedsisu_5.4.3Ralph Amissah2014-07-016-16/+22
|
* v5 v6: epub, a fix, double checkRalph Amissah2014-07-014-0/+6
|
* v5 v6: ao, segment numbering, fixed width, leading zerosRalph Amissah2014-07-018-58/+162
| | | | * alphanumeric sorting