aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5
Commit message (Collapse)AuthorAgeFilesLines
...
* v5: plaintext, smarttext: rstRalph Amissah2013-12-037-0/+643
|
* v5: plaintext, smarttext: markdownRalph Amissah2013-12-037-0/+681
|
* v5: plaintext, smarttext: asciidocRalph Amissah2013-12-037-0/+681
|
* v5: plaintext, smarttext: textileRalph Amissah2013-12-037-0/+636
|
* v5: plaintext, rename & simplifyRalph Amissah2013-12-031-10/+12
|
* v5: some file renaming related to: shared files & epub, odf:odt, plaintextRalph Amissah2013-12-0334-606/+233
|
* 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-0230-183/+183
| | | | | | * 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-022-0/+8
| | | | | | | | | | | | | | | | | | | * 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-026-69/+69
|
* v5: xml sax rename fileRalph Amissah2013-12-022-1/+1
|
* v5: minor code related to line-breaksRalph Amissah2013-12-025-59/+72
|
* v5: dal_endnotes, removed a space that should no longer be necessaryRalph Amissah2013-12-021-1/+1
| | | | * testing required
* v5: dal_doc_str.rb, changes related to collapsed levelRalph Amissah2013-12-021-158/+215
| | | | | * for headings added for structure, without ocn * testing required
* v5: xml, scaffold, re-activated, split into sisu structure & collapsed structuresisu_4.2.11Ralph Amissah2013-11-059-88/+488
| | | | | | * --xml-scaffold-sisu (--xml-scaffold) * --xml-scaffold-collapse * output currently to terminal only
* v5: plaintext, reorganizesisu_4.2.10Ralph Amissah2013-11-021-20/+160
|
* v4 v5: constants, ocn output delimiter (where used) changed to 「...」Ralph Amissah2013-11-026-29/+14
|
* v4 v5: dal, document_structure_check_infosisu_4.2.9Ralph Amissah2013-10-271-36/+102
|
* v4 v5: cleaning, minorRalph Amissah2013-10-271-10/+0
|
* v4 v5: dal, collapsed levels implementedsisu_4.2.8Ralph Amissah2013-10-233-18/+84
| | | | | * 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-231-5/+60
| | | | | * 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-2379-652/+1125
| | | | * 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: comments, remove extra language lists, minorRalph Amissah2013-10-162-2/+2
|
* v4 v5: i18n CJK: zh ja ko, add languages Chinese, Japanese, KoreanRalph Amissah2013-09-217-12/+108
| | | | * texpdf, has large texlive xetex dependencies (Korean untested)
* v4 v5: minor cleaningRalph Amissah2013-09-213-20/+11
|
* v5: db, book index, convert hash back to stringsisu_4.2.3Ralph Amissah2013-09-071-5/+25
|
* v5: dal, book index, hash key, strip whitespace, a (required) fixRalph Amissah2013-09-071-1/+2
|
* v5: dal, objects, store book index as hash (simplify downstream processing)sisu_4.2.2Ralph Amissah2013-09-052-72/+82
|
* v4 v5: dal, book index markup, round delimiters: allow spaces or space & newlineRalph Amissah2013-09-051-0/+3
| | | | | * allow spaces on both sides of delimiters, or a space before & newline following a delimiter \s+[:|;](\s+|\n) [else parses as before no spaces]
* v5: dal, grouped text with fontface spanning newlines, partial solution, testsisu_4.2.1Ralph Amissah2013-08-281-5/+30
| | | | * merge into v4 after testing
* v4 v5: dal, text blocks, tuningRalph Amissah2013-08-282-8/+33
|
* v4 v5: odf:odt, footnotes, fixRalph Amissah2013-08-281-4/+4
|
* v4 v5: pdf (latex) tables, bugfix (fasttrack)Ralph Amissah2013-08-281-1/+2
|
* v4 v5: manifest, output organised by, info, minor touchRalph Amissah2013-08-281-2/+3
|
* v5: dal, improve font face matching within grouped text (other than code blocks)Ralph Amissah2013-08-251-23/+23
|
* v5: dal, refine grouped text open and close using tics "```"Ralph Amissah2013-08-253-41/+40
|
* v4 v5: css, html, epub, adjust paragraph spacing, aestheticRalph Amissah2013-08-252-4/+4
| | | | | * increase whitespace (between paragraphs) * [review spacing (generally) further]
* v5: alternative open and close for blocks using line starting with "```"Ralph Amissah2013-08-215-232/+299
| | | | | | | | | * e.g. open code block: "``` code" close code block: "```" start poem: "``` poem" end poem: "```" * remove need for an empty line between opening & closing of a text block
* v5: markup syntax add: switch ocn (object numbering) off & on for content blockRalph Amissah2013-08-212-0/+93
| | | | | * switch ocn off & on for a block of content, line containing only off: "--~#" (omit headings where possible) "---#" on: "--+#"
* v4 v5: terminal message, code markerRalph Amissah2013-08-215-30/+65
|
* v4 v5: rescued error messagesRalph Amissah2013-08-2142-90/+90
|
* v4 v5: fuchsia (sp.)Ralph Amissah2013-08-218-29/+29
|
* v4 v5: dal_expand_insertions, refinement for monolingual outputsisu_4.1.11Ralph Amissah2013-08-081-5/+11
|
* v5: output structure by, multilingual, monolingual filenames tweakRalph Amissah2013-08-086-270/+157
|
* v5: concordance, fixsisu_4.1.9Ralph Amissah2013-08-011-23/+12
|
* v5: output structure by :filename or :filetype, default multilingual, fixRalph Amissah2013-08-011-30/+29
|
* v5: cgi helper script, sample search form, single form, monolingual optionsisu_4.1.8Ralph Amissah2013-07-304-78/+87
| | | | | * single cgi form, (with different internal variables set for output types) * monolingual output search form option
* v5: output structure by, monolingual alternative for :filetype or :filenameRalph Amissah2013-07-309-260/+691
| | | | | | | | | | | | | | | | | * 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