aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv
Commit message (Collapse)AuthorAgeFilesLines
* v3dv: control hookssisu_3.1.14Ralph Amissah2012-02-144-3/+288
| | | | | | | | * hooks to make it possible to control (via: the command line; the document markup header, or; the command line) the likes of: toc, manifest, manifest-links, metadata, html-minitoc, html-navigation, html-navigation-bar; these are switched on by default and control takes the form of making it possible to switch them off.
* v3dv: dal, remove sisu_manifest from document structure & tocRalph Amissah2012-02-143-13/+8
| | | | * html & epub coding affected
* v3dv: --redirect (--redirect=dir_path) & --dump (--dump=dir_path) + consequencesRalph Amissah2012-02-1416-181/+625
| | | | | | | | | | | | | | | | | | | | | * --dump places output in directory specified, if none specified in the current directory (pwd). * --redirect places output in subdirectory under specified directory, subdirectory uses the filename (without the suffix). If no output directory is specified places the subdirectory under the current directory (pwd). * html, css incorporated into each file (concordance & manifest included) * html, xhtml & xmls, css copied into css subdirectory (not used by html as embedded) * html xmls, images copied to output directory * no links to manifest * manifest with relative links only * longer html filenames given to avoid names clashing (e.g. for toc, manifest, concordance) * html, epub, remove manifest toc links * -j copy images associated with file (images used by html & xmls) * automatically invoked by --dump & redirect * v3 v3dv: document --redirect, --dump, -j update sisu_commands.sst [documents not generated until v3.2.0 (when v3dv branch is merged into v3)]
* v3dv: sysenv, output_dir_structure, rewritten, affected code modifiedRalph Amissah2012-02-146-48/+34
|
* v3dv, dal +, use symbols to identify document objects type (is) and group (of)sisu_3.1.13Ralph Amissah2012-02-0343-469/+596
| | | | * (dal & code affected as a result)
* v3 v3dv: path & url links, updates for multiple output directory structuresRalph Amissah2012-02-0317-844/+108
|
* v3dv: replace use of most ruby exclamation (!) method actionssisu_3.1.12Ralph Amissah2012-01-2366-2532/+2535
|
* v3dv: call most methods by full name (include associated module & class names)Ralph Amissah2012-01-2318-190/+152
| | | | * messing with code, merge back now likely to become v3.2
* v3dv: sysenv, use "which" instead of "whereis" to locate programs, testRalph Amissah2012-01-231-1/+1
| | | | * [suggested by, Timothy Hume, used to get sisu texpdf to work on MacOS]
* v3 v3dv: texpdf, tampering with "safe" special character transformations, a fixRalph Amissah2012-01-231-0/+9
| | | | | * could introduce new issues, watch * [reported by Timothy Hume, pdf title bug "&" not represented]
* v3 v3dv: urls, odt maintenance path fixRalph Amissah2012-01-231-1/+1
|
* v3dv: SiSU_DAL_ for module names in dal, & module Metadata is SiSU_Metadatasisu_3.1.11Ralph Amissah2012-01-1017-522/+25
| | | | | | | * v3dv: modify.rb script (& its artifact) removed (after use) from lib/sisu modify.rb script remains available (in generic form) under: data/sisu/v3/conf/convert/modify.rb data/sisu/v3dv/conf/convert/modify.rb
* v3dv: make further changes to module names & testRalph Amissah2012-01-1015-275/+219
|
* v3dv: class names, use more CamelCaseRalph Amissah2012-01-10104-1301/+1301
|
* v3dv: class names, remove "SiSU_" (reserve for module names for consistency)Ralph Amissah2012-01-1038-83/+83
|
* v3dv: module names, use more CamelCaseRalph Amissah2012-01-1091-405/+582
|
* v3dv, add dev branch (use to make some changes to module & class names & test)Ralph Amissah2012-01-10120-0/+64752
* (intended as) short term branch, merge back into v3 once tested * sisu --dev (to invoke)