aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/constants.rb
Commit message (Collapse)AuthorAgeFilesLines
* v6: digests sha512 option implementedRalph Amissah2014-05-121-3/+3
| | | | | | | * options sha512 sha256 md5 * command line --sha512 * rcconf.yml ['defsault']['digest'] = sha512 * (Closes: #744402)
* v5 v6: coding, various minor cosmeticRalph Amissah2014-05-121-1/+1
|
* v5 v6: html, endnote name and nameref make compliant (epub use same)Ralph Amissah2014-02-051-0/+6
|
* v5 v6: ocn: strict html; turn on/off rules for txt & odfRalph Amissah2014-02-051-0/+1
|
* v4 v5: bin/sisu & some related lib changesRalph Amissah2014-01-201-3/+3
| | | | | * good time to consider rollover: closing v4 branch, replacing it with v5 & introducing v6 for development, proposed for this release + 1
* v5: asciidoc, file extension (for now .ad), inline footnotes, minorsisu_4.2.18Ralph Amissah2014-01-121-1/+1
|
* v5: heading recalibration, code (downstream) changes, continueRalph Amissah2014-01-121-1/+3
|
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-2/+3
|
* v5: xml, fictionbookRalph Amissah2013-12-031-0/+1
|
* v5: xml, docbookRalph Amissah2013-12-031-0/+3
|
* v5: plaintext, smarttext: rstRalph Amissah2013-12-031-0/+1
|
* v5: plaintext, smarttext: markdownRalph Amissah2013-12-031-0/+1
|
* v5: plaintext, smarttext: asciidocRalph Amissah2013-12-031-0/+1
|
* v5: plaintext, smarttext: textileRalph Amissah2013-12-031-0/+1
|
* v5: xml, scaffold, re-activated, split into sisu structure & collapsed structuresisu_4.2.11Ralph Amissah2013-11-051-14/+17
| | | | | | * --xml-scaffold-sisu (--xml-scaffold) * --xml-scaffold-collapse * output currently to terminal only
* v4 v5: constants, ocn output delimiter (where used) changed to 「...」Ralph Amissah2013-11-021-0/+1
|
* v5: options & downstream, more use of opt.act instead of opt.cmdRalph Amissah2013-10-231-15/+15
| | | | * opt.act.*.set==:on instead of opt.cmd =~/\S/
* v4 v5: constants, change a couple of internal processing delimiter characterssisu_4.2.7Ralph Amissah2013-10-171-3/+3
| | | | * to characters even less likely to be of use in ordinary (marked up) text
* v4 v5: constants, change a couple of internal processing delimeter characterssisu_4.2.6Ralph Amissah2013-10-161-5/+6
| | | | * that may be used in ordinary marked up text
* v4 v5: i18n CJK: zh ja ko, add languages Chinese, Japanese, KoreanRalph Amissah2013-09-211-1/+1
| | | | * texpdf, has large texlive xetex dependencies (Korean untested)
* v4 v5: terminal message, code markerRalph Amissah2013-08-211-7/+1
|
* v5: output structure by, monolingual alternative for :filetype or :filenameRalph Amissah2013-07-301-1/+16
| | | | | | | | | | | | | | | | | * filename without language code, if document is in default language * set a default language, 'en' or as specified * set in rc file or from command line instruction * command line e.g. sisu -hv --monolingual --by-filename sisu_markup.sst sisu -3v --monolingual --by-filetype sisu_manual.ssm * sisurc.yml lingual: 'mono' | 'multi' lingual: 'mono' * note: output by :filetype is roughly equivalent to what monolingual output by :language would be * allow command line setting of default language using language code --default-language='en' --default-lang-en if used together with --monolingual and --by-filetype or --by-filename the selected default language document will not have a language code in the output filename
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+344
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone