aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/html_segments.rb
Commit message (Collapse)AuthorAgeFilesLines
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-716/+0
| | | | | | | | | | | | | * libs & version files under new branch names: current & develop * previously under branch version numbers (v5|v6) * version .yml files moved * associated adjustments made as required, notably to: bin/sisu se* qi* (file headers); breakage potential, testing required * [on dir names, want release to (alphabetically) precede next/development, considered (cur|dev) (current|(dev|development|progress|next)) (stable|unstable), alpha sorting fail (release|(next|develop))]
* v5 v6: code headers reformatted for viewing as org-mode filesRalph Amissah2014-12-081-40/+37
|
* year set 2015 (prepare for the new year)Ralph Amissah2014-12-081-1/+1
|
* v5 v6: html_format, "id"s for objects & footnotesRalph Amissah2014-10-191-1/+1
|
* v5 v6: html, remove trailing backslash for empty linebreak & paragraph, <br> <p>Ralph Amissah2014-10-191-2/+2
|
* v5: merge v6: remove defaults.rb & some relics related to sisu skinssisu_5.7.0Ralph Amissah2014-10-121-14/+11
|
* v5: html, reduce difference with v6 (removal of some trailing slashes <p> <br>)Ralph Amissah2014-10-121-2/+2
|
* v5 v6: html, tiny first nudge toward html5 (v5 v6 differ)Ralph Amissah2014-10-031-1/+1
| | | | * document headers, other minor
* v5 v6: header comment reduction, minorsisu_5.6.8Ralph Amissah2014-09-281-3/+0
|
* update urls to git repoRalph Amissah2014-09-191-2/+2
|
* v5 v6: cosmetic codeRalph Amissah2014-08-201-1/+3
|
* v5 v6: extend document structure, headings A - D, 1 - 4Ralph Amissah2014-08-081-36/+109
| | | | * sql db table structure changed (needs to be rebuilt)
* v5: merged v6 librariesRalph Amissah2014-08-081-1/+1
| | | | | | | | | | | | * commandline, --act0 to --act9, rc-config with flag:act[0-9] * configurable command line options increased to 0 - 9 (instead of 0 - 5) * use --act0 to --act9 (previous flags -1 to -5; -0 to -9 now available) * default --act0 * rc config with flag:act0 to flag:act9 (previously roman numerals) * legacy roman numeral configuration works (for now) * use opt.act, code internals (simplify, cleaner; remove opt.cmd & opt.mod) * hub, further changes related to use of opt.act; hub file split
* v5 v6: cosmetic codeRalph Amissah2014-07-221-1/+4
|
* v5 v6: base images & css, continueRalph Amissah2014-07-151-2/+2
|
* v5 v6: html, endnote name and nameref make compliant (epub use same)Ralph Amissah2014-02-051-3/+3
|
* v5: heading recalibration, code (downstream) changessisu_4.2.17Ralph Amissah2014-01-061-24/+32
| | | | * here no doubt remains breakage (test, fix & test again)
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-1/+2
|
* v5: some file renaming related to: shared files & epub, odf:odt, plaintextRalph Amissah2013-12-031-1/+1
|
* v5: options & downstream, more use of opt.act instead of opt.cmdRalph Amissah2013-10-231-1/+5
| | | | * opt.act.*.set==:on instead of opt.cmd =~/\S/
* v4 v5: rescued error messagesRalph Amissah2013-08-211-1/+1
|
* v5: output structure by, multilingual, monolingual filenames tweakRalph Amissah2013-08-081-2/+0
|
* v5: output structure by, monolingual alternative for :filetype or :filenameRalph Amissah2013-07-301-2/+12
| | | | | | | | | | | | | | | | | * 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: general code cleaningsisu_4.1.5Ralph Amissah2013-06-221-7/+5
| | | | * propagate back to v4 after testing
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+628
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone