aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/odf.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-823/+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>
* date 2013: version & changelog; headers bin/sisu & lib/; code constants.rbsisu_4.0.1Ralph Amissah2013-01-011-1/+1
|
* v3: cosmetic code, .is_a?(X) replaces .class==X (& some defined? & nil? tests)Ralph Amissah2012-10-011-2/+2
|
* v3: cosmetic code, if true ; x, remove semicolons replace with "then"Ralph Amissah2012-10-011-6/+6
|
* v3: odf, internal links/bookmarks, toc, book indexRalph Amissah2012-10-011-77/+93
|
* v3: images, regular & sisupodRalph Amissah2012-06-031-0/+9
|
* v3: warn when files to be copied not found, addRalph Amissah2012-06-031-2/+8
|
* 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-1/+4
|
* v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removedRalph Amissah2012-03-191-145/+152
| | | | | | | | | * 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 v3dv: path & url links, updates for multiple output directory structuresRalph Amissah2012-02-031-3/+3
|
* v3: date, year 2012, updateRalph Amissah2012-01-101-1/+1
|
* v3: odf:odt, codeblocks, a match fix, affects e.g. "<<"Ralph Amissah2011-12-131-2/+4
|
* v3: odf:odt v1.2sisu_3.1.5Ralph Amissah2011-11-211-44/+20
| | | | | | * includes previously unimplemented hanging indents * done: dal, plaintext, html, epub, xhtml, xml (sax & dom), odt, pdf, sql; not done: man, info
* 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-8/+6
|
* v3: odf:odt, make odt style names more easily recognizablesisu_3.1.1Ralph Amissah2011-10-151-45/+45
|
* v2 v3: odf:odt v1.0: make odt header easier to track; remove binary blobRalph Amissah2011-10-151-66/+97
| | | | | | | | * make odt header changes easier to track (this commit maintains rough equivalence to sisu-3.1.0 headers) * sysenv, builds odf:odt directory structure instead of binary blob * get rid of odf:odt (binary changeset) blob zipfile (containing odf:odt directory structure)
* v3: Dir.chdir, remove "system cd" (change directory) use Dir.chdirRalph Amissah2011-09-051-6/+9
|
* v3: unix conditional tests (? :) remove line break markers before : cosmeticRalph Amissah2011-09-051-3/+3
|
* v3: odf, manpage, "new" indent not implementedRalph Amissah2011-07-261-1/+7
|
* v3: ansi screen reporting include document language codeRalph Amissah2011-06-261-1/+1
|
* v3: sysenv, output_path & place_file, modified, (affects many libraries)Ralph Amissah2011-05-151-5/+5
| | | | | | | | | * 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-6/+6
| | | | | * affects many files that now use @md.opt.cmd & @md.opt.mod (instead of @md.cmd & @md.mod)
* v3: odf:odt processing in separate subdirectoriesRalph Amissah2011-04-191-12/+24
| | | | | | * processing in separate subdirectories that can be kept for maintenance * odt.zip (bin) directory renamed odt from odf * sysenv, odf:odt paths adjusted for changes in maintenance & odt.zip
* v2, v3: dal_syntax + downstream output, email regex revisedRalph Amissah2011-03-101-6/+6
| | | | | | * revised pattern match for email address, (removes occasional interference with urls having embedded email addresses) (dal_syntax and affected downstream output modules)
* v3: sysenv, separate out processing_path method plus consequencesRalph Amissah2011-03-011-7/+7
|
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-011-2/+2
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-011-8/+8
|
* 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-2/+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/+751