aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* v3: sisupod_v3 make (build); place (rsync); process (generate sisu output from)sisu_3.0.17sisu-3.0.17Ralph Amissah2011-09-056-166/+377
| | | | | | | | | | | | | | | | * sisupod v3 * modify pod dir structure, place sisu source in dir/[lang_code]/ e.g. dir/en/ * use tar.xz (.txz) * bundle all language version in pod * bundle .ssm and all included files for each selected language (rather than composited .ssm.sst file) (filename pattern) or named in files to be processed string * remote placement * sisu processing from sisupod v3 * rsync sisupod v3 * sysenv, check that tree is available and use as desired when available
* v3: Dir.chdir, remove "system cd" (change directory) use Dir.chdirRalph Amissah2011-09-054-26/+42
|
* v3: unix conditional tests (? :) remove line break markers before : cosmeticRalph Amissah2011-09-0538-234/+234
|
* v3: dal, sisu document links (multiple output versions) shortcutsisu_3.0.16sisu-3.0.16Ralph Amissah2011-08-181-47/+237
| | | | | | | | | | | * links to multiple versions internal documents based on shortcut notation, e.g. { "Viral Spiral", David Bollier [3sS]}viral_spiral.david_bollier.sst resulting in all versions of the document that would be generated by running the command sisu3 -3sS viral_spiral.david_bollier.sst * added possibility to specify language where language directory structure is used for source documents { "Viral Spiral", David Bollier [3sS]}en/viral_spiral.david_bollier.sst
* v3: concordance, i18n, start adding alternative language alphabetsRalph Amissah2011-08-182-2/+45
| | | | * Danish, Norwegian, Swedish
* v3: epub, param, (defaults) epub tuningRalph Amissah2011-08-185-82/+167
| | | | | | | * include levels A - C as individual sections (xhtml file with consistent opf & ncx) * sync ncx with sisu internal structural logic (correct depth, include level A, place sisu toc)
* v3: sysenv, cosmetic, code arrangement touchRalph Amissah2011-08-181-9/+9
|
* v3: html_format, texinfo_format, minor, html seg presentation fixRalph Amissah2011-08-182-2/+1
|
* v3: epub, constants, experiment with presentationsisu_3.0.15sisu-3.0.15Ralph Amissah2011-08-096-44/+115
| | | | | | | | | | | * disable some internal "features" * make file and directory naming more flexible, now using 'OEBPS', 'toc.ncx', 'content.opf', * adjustment of some headers and general tuning * add opf guide * clean processing directory between each build * constants, added constants Ep (for epub) * constants, added DISABLE (used here with epub)
* v3: constants, re-arrangedRalph Amissah2011-08-091-121/+169
|
* v3: texpdf, possibility to translate "Contents" for table of contentsRalph Amissah2011-08-091-0/+6
|
* v3: prog_text_translation, add contents, remove some repetitionRalph Amissah2011-08-091-25/+24
|
* v3: po4a, make use of base directory (default) language settingRalph Amissah2011-08-081-5/+5
| | | | * set original language, (instead of assuming English) (per directory or wider)
* v3: options, sysenv, sisurc.yml, set/config default language (code)Ralph Amissah2011-08-082-24/+27
| | | | | * in absence of setting 'en' assumed * 'en' previously fixed
* v3: options, default action on running "sisu3 [filename.sst]", fixRalph Amissah2011-08-081-2/+4
|
* v2 v3: removed objects.txt, cleaningRalph Amissah2011-08-082-84/+0
|
* v3: po4a, indent (check for breakage)Ralph Amissah2011-07-261-3/+18
|
* v3: odf, manpage, "new" indent not implementedRalph Amissah2011-07-262-2/+12
|
* v3: sql (pg, sqlite), indent ...Ralph Amissah2011-07-262-1/+15
|
* v3: texpdf, indent ...Ralph Amissah2011-07-262-1/+155
|
* v3: epub, indent ...Ralph Amissah2011-07-262-18/+440
|
* v3: html, indent ...Ralph Amissah2011-07-262-14/+26
|
* v3: xhtml, xml sax & dom, indent (partially implemented) ...Ralph Amissah2011-07-263-3/+19
|
* v3: css, indent ...Ralph Amissah2011-07-261-38/+1285
|
* v3: plaintext, indent ...Ralph Amissah2011-07-262-4/+9
|
* v3: dal, indent, control of first line of indent & rest of paragraphRalph Amissah2011-07-263-17/+83
| | | | | | | * implements hanging indent, and possibility to set first line step indent * __[1-9] hanging indent (initial indent 0); paragraph text indent [1-9] * _[0-9]?_[1-9] initial indent; paragraph text indent * __[1-9]! bold words \\ part of hanging indent paragraph text
* v3: sql db, constants, cgi-sql, structure changed, creator.editor field addedRalph Amissah2011-07-265-9/+51
|
* v3: param, manifest, qrcode, epub, added creator.editor fieldRalph Amissah2011-07-264-1/+54
|
* v3: qrcode, manifest, (++), QR code (metadata) images for manifestRalph Amissah2011-07-265-6/+804
| | | | * generate images using qrencode
* v3: epub, opf fixesRalph Amissah2011-07-262-11/+85
|
* v3: texpdf, XeTeX language settings (setmainlanguage setotherlanguage)Ralph Amissah2011-07-262-4/+14
| | | | * get from directory or filename if header @make: :language: not set
* v3: xmls (sax, dom, xhtml) use of tidy, correct output locationRalph Amissah2011-07-263-12/+12
|
* v3: param, cleanup setting of auto endotesRalph Amissah2011-07-261-11/+2
|
* v3: sysenv, cosmeticRalph Amissah2011-07-261-6/+5
|
* v3: sysenv, avoid creation of spurious directories in output treeRalph Amissah2011-07-261-11/+1
| | | | * an image copy section removed (re-implement correctly later)
* v3: urls, --concordance (hyphen added, descriptive)Ralph Amissah2011-07-261-1/+1
|
* v3: urls (ansi screen reporting), add document language codeRalph Amissah2011-06-261-24/+24
|
* v3: manifest, manifest enable additional output & source (if shared)Ralph Amissah2011-06-261-10/+26
| | | | | | | | * manpage (in fututure have config setting with default false/off) * info (texinfo) (in fututure have config setting with default false/off) * hash digests * locate markup source (if shared) * sisupod (if shared)
* v3: sysenv, fix some output paths (markup source); accommodate manpageRalph Amissah2011-06-261-31/+30
| | | | | | | | * shared source markup (.sst .ssm & sisupod.zip) fix some paths * placement of markup source, output_path.src.dir, fix * output_path.src.url, fix * manifest info * (epub viewer cosmetic rearrangement)
* v3: info (texinfo) (sysenv), move output; line-breaks within objectRalph Amissah2011-06-263-1/+57
| | | | | | | * backslashes & line-breaks * place under web server directory * info tool setting prompt * sysenv, accommodate info page changes
* v3: manpage (sysenv), move output; line-breaks within objectRalph Amissah2011-06-262-24/+30
| | | | | | | * start to honor line-breaks within objects (revisit) * show double escape \\ (backslashes) in code blocks * place under web server directory * sysenv, accommodate manpage changes
* v3: html_tune, reduce loops; deal with angle-bracketsRalph Amissah2011-06-261-85/+94
| | | | | * deal with angle brackets in markup (test, could cause breakage) * reduce loops in code
* v3: plaintext, codeblock keep backslashesRalph Amissah2011-06-261-0/+1
|
* v3: constants, a sisupod & an xml related additionRalph Amissah2011-06-261-2/+4
|
* v3: define latex \newcommands for some special characters (for sisu code)Ralph Amissah2011-06-262-49/+32
| | | | | | * \newcommands for some special characters to simplify dealing with them in sisu code \hardspace \caret \pipe \curlyopen \curlyclose \lt \gt \slash \backslash \underscore \exclaim
* v2 v3: texpdf, define hardspace & provide backslashRalph Amissah2011-06-264-0/+18
| | | | | * define \hardspace to simplify placing a hardspace * provide backslash character in code block
* v3: ansi screen reporting include document language codeRalph Amissah2011-06-2615-24/+32
|
* v2 v3: dal_syntax, linebreak in regular text object: ' \\ ' ('<br>' depreciated)Ralph Amissah2011-06-262-16/+26
| | | | | | * thanks to Jonas Stein for making me look at this (see bug: #617298 & comments in upstream CHANGELOG_v3) * testing required, downstream outputs affected
* v3: cgi, sample search form, force utf-8 character encoding to avoid issuessisu_3.0.12Ralph Amissah2011-06-091-13/+40
|
* v3: cgi, sample search form reverted to '#!/usr/bin/env ruby'Ralph Amissah2011-06-093-6/+5
| | | | * appears to be a fix in libdbi-ruby1.9.1, see comments in sisu-3.0.8 changelog