Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removed | Ralph Amissah | 2012-03-19 | 1 | -539/+0 |
| | | | | | | | | | * v3dv (3.2) "merged" into v3 (previously 3.1) (& removed) * conf/sisu/v3dv --> conf/sisu/v3 * data/sisu/v3dv --> data/sisu/v3 * lib/sisu/v3dv --> lib/sisu/v3 * bin/sisu* (v3dv references changed to v3) * (--dev modifier (superfluous for the time being) runs main v3 branch) | ||||
* | v3dv: --redirect (--redirect=dir_path) & --dump (--dump=dir_path) + consequences | Ralph Amissah | 2012-02-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | * --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, dal +, use symbols to identify document objects type (is) and group (of)sisu_3.1.13 | Ralph Amissah | 2012-02-03 | 1 | -13/+13 |
| | | | | * (dal & code affected as a result) | ||||
* | v3dv: replace use of most ruby exclamation (!) method actionssisu_3.1.12 | Ralph Amissah | 2012-01-23 | 1 | -18/+15 |
| | |||||
* | v3dv: SiSU_DAL_ for module names in dal, & module Metadata is SiSU_Metadatasisu_3.1.11 | Ralph Amissah | 2012-01-10 | 1 | -1/+1 |
| | | | | | | | * 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: class names, use more CamelCase | Ralph Amissah | 2012-01-10 | 1 | -15/+15 |
| | |||||
* | v3dv: class names, remove "SiSU_" (reserve for module names for consistency) | Ralph Amissah | 2012-01-10 | 1 | -3/+3 |
| | |||||
* | v3dv: module names, use more CamelCase | Ralph Amissah | 2012-01-10 | 1 | -9/+9 |
| | |||||
* | v3dv, add dev branch (use to make some changes to module & class names & test) | Ralph Amissah | 2012-01-10 | 1 | -0/+542 |
* (intended as) short term branch, merge back into v3 once tested * sisu --dev (to invoke) |