aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* v4 v5: Rakefile, (installer), reduce actionssisu_4.2.16Ralph Amissah2013-12-153-181/+238
|
* v4 v5: version & changelogRalph Amissah2013-12-154-7/+21
| | | | | * along with date correction for occurrence of disk crash, which happened a week later than recorded, and in between previous releases.
* v5: docbook, structure, a fixsisu_4.2.15Ralph Amissah2013-12-092-4/+10
| | | | * construction zone: structure okish; docbook generated not usable
* v4 v5: Rakefile, (installer) improve, re-arrangeRalph Amissah2013-12-093-552/+503
|
* v4 v5: version & changelogRalph Amissah2013-12-094-6/+24
|
* v4 v5: bin/sisu, simplify in relation to sisu gemsisu_4.2.14Ralph Amissah2013-12-033-27/+15
|
* v4 v5: rake create build & install sisu gemspec; (.gitignore), work onRalph Amissah2013-12-036-109/+319
| | | | | * gemspec adjusted to install only libraries related to a version (v4 or v5) * select sisu version to create, build & install
* v4 v5: version & changelogRalph Amissah2013-12-034-6/+20
|
* v5: documentation related to commands for new outputs in developmentsisu_4.2.13Ralph Amissah2013-12-034-13/+114
|
* v5: xml, fictionbookRalph Amissah2013-12-039-4/+497
|
* v5: xml, docbookRalph Amissah2013-12-039-2/+410
|
* v5: plaintext, smarttext: rstRalph Amissah2013-12-038-0/+644
|
* v5: plaintext, smarttext: markdownRalph Amissah2013-12-038-0/+684
|
* v5: plaintext, smarttext: asciidocRalph Amissah2013-12-038-0/+682
|
* v5: plaintext, smarttext: textileRalph Amissah2013-12-038-0/+640
|
* v5: plaintext, rename & simplifyRalph Amissah2013-12-032-10/+13
|
* v5: some file renaming related to: shared files & epub, odf:odt, plaintextRalph Amissah2013-12-0335-606/+236
|
* v5: some renaming to ao from dal continuedRalph Amissah2013-12-0236-280/+276
|
* v5: renaming files & modules ao & AO (from dal & DAL)Ralph Amissah2013-12-0231-186/+194
| | | | | | * ao (abstract objects) shorter, also easily searched, higher sort location abstract as representation of & extraction of document objects (dal (document abstraction layer))
* v4 v5: rake create build & install sisu gemspec; bin/sisugem (add .gitignore)Ralph Amissah2013-12-0210-24/+361
| | | | | | | | | | | | | | | | | | | * rake gemcbi #(create build install sisu gem) * rake gemspecscreate && \ rake gembuild && \ sudo rake geminstall * rake gemspecscreate && \ gem build sisu5.gemspec && \ sudo gem install --no-rdoc --no-ri \ sisu-5.1.0.gem * bin/sisu updated (modified to take account of gems) * bin/sisugem added * .gitignore sisu-*.gem sisu*.gemspec consider inclusion (& tracking) of rake created sisu4.gemspec sisu5.gemspec (as this makes their availability more obvious) * once gem is installed: "sisu _5.1.0_ -vM" (to see version, commands otherwise as usual) if paths are such that sisu is not available "sisugem _5.1.0_ -vM" should work (as it is installed by gemspec, but not other sisu installers)
* v5: xmlns xlink using xlRalph Amissah2013-12-027-69/+71
|
* v5: xml sax rename fileRalph Amissah2013-12-023-1/+3
|
* v5: minor code related to line-breaksRalph Amissah2013-12-026-59/+74
|
* v5: dal_endnotes, removed a space that should no longer be necessaryRalph Amissah2013-12-022-1/+4
| | | | * testing required
* v5: dal_doc_str.rb, changes related to collapsed levelRalph Amissah2013-12-022-158/+218
| | | | | * for headings added for structure, without ocn * testing required
* v4 v5: version & changelogRalph Amissah2013-12-024-6/+20
|
* v4 v5: bin/sisu-*sisu_4.2.12Ralph Amissah2013-11-0818-8/+180
| | | | | * use option flag full names * add sisu-html-scroll, sisu-html-seg, sisu-pdf-portrait, sisu-pdf-landscape
* v4 v5: vim, ftplugin sisu.vim, fix missing <leader>Ralph Amissah2013-11-083-4/+5
|
* v4 v5: rake (& rant) sisu installerRalph Amissah2013-11-084-3108/+22
| | | | | * do less by default * remove rant generated sisu-install
* v4 v5: sisu_manual, minor info additionRalph Amissah2013-11-083-2/+27
|
* v4 v5: version & changelogRalph Amissah2013-11-084-6/+20
|
* v5: xml, scaffold, re-activated, split into sisu structure & collapsed structuresisu_4.2.11Ralph Amissah2013-11-0511-88/+492
| | | | | | * --xml-scaffold-sisu (--xml-scaffold) * --xml-scaffold-collapse * output currently to terminal only
* v4 v5: version & changelogRalph Amissah2013-11-054-6/+20
|
* v5: plaintext, reorganizesisu_4.2.10Ralph Amissah2013-11-022-20/+163
|
* v4 v5: constants, ocn output delimiter (where used) changed to 「...」Ralph Amissah2013-11-0210-31/+23
|
* v4 v5: version & changelogRalph Amissah2013-11-024-6/+20
|
* v4 v5: dal, document_structure_check_infosisu_4.2.9Ralph Amissah2013-10-274-52/+208
|
* v4 v5: cleaning, minorRalph Amissah2013-10-272-13/+3
|
* v4 v5: version & changelogRalph Amissah2013-10-274-6/+20
|
* v4 v5: dal, collapsed levels implementedsisu_4.2.8Ralph Amissah2013-10-238-25/+143
| | | | | * convenience, collapse sisu's dual level document structure for output of markup with straight linear structure
* v4 v5: dal, parent & node info, fixRalph Amissah2013-10-234-10/+128
| | | | | * used e.g. for mind map type output (last for kdissert output, no longer supported)
* v5: options & downstream, more use of opt.act instead of opt.cmdRalph Amissah2013-10-2380-652/+1127
| | | | * opt.act.*.set==:on instead of opt.cmd =~/\S/
* v4 v5: version & changelogRalph Amissah2013-10-234-6/+20
|
* v4 v5: constants, change a couple of internal processing delimiter characterssisu_4.2.7Ralph Amissah2013-10-174-6/+14
| | | | * to characters even less likely to be of use in ordinary (marked up) text
* v4 v5: version & changelogRalph Amissah2013-10-174-6/+20
|
* v4 v5: constants, change a couple of internal processing delimeter characterssisu_4.2.6Ralph Amissah2013-10-164-10/+18
| | | | * that may be used in ordinary marked up text
* v4 v5: comments, remove extra language lists, minorRalph Amissah2013-10-164-4/+4
|
* markup sample, update book index markup, appearance, minorRalph Amissah2013-10-163-289/+955
|
* vim, minor update, not syntax relatedRalph Amissah2013-10-165-35/+166
|
* v4 v5: version & changelogRalph Amissah2013-10-164-6/+20
|