aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/epub.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-716/+0
| | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone
* v4 (v3): lib, bin/sisu, misc, code headers provide url to online git file sourcesisu_4.0.7Ralph Amissah2013-02-101-0/+4
| | | | | | * e.g. bin/sisu header * Git <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary> <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=bin/sisu;hb=HEAD>
* v4 v3: epub, toc.ncx fix, navpoint_closeRalph Amissah2013-01-271-0/+1
|
* v4 v3: epub, epub_format, provide full depth epub table of contentssisu_4.0.2Ralph Amissah2013-01-231-8/+40
| | | | * [request Mikael Böök]
* date 2013: version & changelog; headers bin/sisu & lib/; code constants.rbsisu_4.0.1Ralph Amissah2013-01-011-1/+1
|
* v3: some fixes, cleaning, removingRalph Amissah2012-10-011-12/+3
|
* v3: cosmetic code, if, else, remove some semicolons (;) replace with newlinesRalph Amissah2012-10-011-1/+2
|
* v3: cosmetic code, true ? x : yRalph Amissah2012-10-011-3/+3
|
* v3: images, copy (system link removed)sisu_3.2.11Ralph Amissah2012-06-031-4/+1
|
* v3: images, regular & sisupodRalph Amissah2012-06-031-2/+9
|
* v3: code headers mainly copyrightRalph Amissah2012-05-281-5/+4
|
* v3: reporting, composite file names touchedRalph Amissah2012-05-121-1/+1
|
* v3: rescue & error warnings, some touchedRalph Amissah2012-05-061-5/+20
|
* v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removedRalph Amissah2012-03-191-125/+88
| | | | | | | | | * 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)
* v3: date, year 2012, updateRalph Amissah2012-01-101-1/+1
|
* v3: FileUtils, replace system callssisu_3.1.4Ralph Amissah2011-11-111-2/+2
|
* v3: FileUtils, make explicit calls (more verbose, easier to find)Ralph Amissah2011-11-111-5/+3
|
* v3: epubsisu_3.0.18sisu-3.0.18Ralph Amissah2011-09-131-6/+9
| | | | | | * fix for different output structures, language codes not used internally (within epub) * adjustment to image paths for image copy
* v3: Dir.chdir, remove "system cd" (change directory) use Dir.chdirRalph Amissah2011-09-051-8/+11
|
* v3: unix conditional tests (? :) remove line break markers before : cosmeticRalph Amissah2011-09-051-2/+2
|
* v3: epub, param, (defaults) epub tuningRalph Amissah2011-08-181-24/+51
| | | | | | | * 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: epub, constants, experiment with presentationsisu_3.0.15sisu-3.0.15Ralph Amissah2011-08-091-3/+6
| | | | | | | | | | | * 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: ansi screen reporting include document language codeRalph Amissah2011-06-261-1/+1
|
* v3: param, html, epub, xml, simplify file-naming with language codeRalph Amissah2011-05-231-5/+5
| | | | | * language code occurs in fixed location within file-name (could previously do so in 1 of 3 configured locations)
* v3: sysenv, output_path & place_file, modified, (affects many libraries)Ralph Amissah2011-05-151-4/+4
| | | | | | | | | * paths for dir, url, relative and rcp that vary with output dir structure * cope with alterative dir structures * manifest url paths, fix * dal_expand_insertions, fix * rsync, review * scp disabled
* v3: param, md remove md.cmd and md.mod shortcut methods, use use md.optRalph Amissah2011-04-191-11/+11
| | | | | * affects many files that now use @md.opt.cmd & @md.opt.mod (instead of @md.cmd & @md.mod)
* v3: sysenv, separate out processing_path method plus consequencesRalph Amissah2011-03-011-8/+8
|
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-011-17/+17
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-011-7/+7
|
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-011-1/+1
|
* console feedback on selected files being processed, updates & fixesRalph Amissah2011-02-151-3/+2
|
* increment year (2011) for bin and lib/sisu/v3Ralph Amissah2011-02-071-1/+1
|
* v3 introduced as development branch, invoked using "sisu --v3 [instructions]Ralph Amissah2011-02-011-0/+673