aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/param.rb
Commit message (Collapse)AuthorAgeFilesLines
* v3: error & warning messages touched, revisitRalph Amissah2012-06-031-12/+12
|
* v3: sisupod.txz processingRalph Amissah2012-05-281-1/+2
| | | | * BUG image copying/processing for sisupod
* v3: options, command line control of output directory structureRalph Amissah2012-05-281-3/+10
| | | | | * --output-by-language; --output-by-filetype; --output-by-filename, or --by-language; --by-filetype; --by-filename
* v3: code headers mainly copyrightRalph Amissah2012-05-281-5/+4
|
* v3: sisupod make, re-fixed, check againsisu_3.2.8Ralph Amissah2012-05-121-1/+2
|
* v3: reporting, composite file names touchedRalph Amissah2012-05-121-2/+2
|
* v3: rescue & error warnings, some touchedRalph Amissah2012-05-061-10/+20
|
* v3: param, dal_syntax, document header (simple regex) substitution listRalph Amissah2012-04-151-0/+20
| | | | | | | | | | | | * $ and curly braces are escaped (within sisu) to allow the following: @make:\n :substitute: /${linux-distro}/,'Debian' /${stable}/,'Squeeze' \ /${testing}/,'Wheezy' * changes are not made within text object types: code-blocks, tables or metadata (document headers). Marked up document remains self-referential. * Note: the substitution list must be written on a single line, without line-breaks. * [Substitutions possibility requested by Debian-live, live-manual (Ben Armstrong & Daniel Baumann)]
* v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removedRalph Amissah2012-03-191-61/+148
| | | | | | | | | * 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: param, sisupod_make, sisu markup embedded symbol images regex, case addedRalph Amissah2011-11-211-1/+2
|
* v3: fix necessary, Re: (3.1.2) [da4acc7] header, bold & italic pattern matchingsisu_3.1.3Ralph Amissah2011-11-051-6/+6
| | | | | * header, bold & italic pattern matching, ignore case (possibility reinstated) @make: :bold: :italic: /[regex]/i
* v3: header, bold & italic pattern matching, ignore case (possibility reinstated)sisu_3.1.2Ralph Amissah2011-10-311-10/+10
| | | | * (bold & italic pattern matching) @make: :bold: :italic: /[regex]/i
* v3: texpdf, fonts, Liberation series default (main: Sans, mono: Mono)Ralph Amissah2011-10-031-3/+25
| | | | | | | * (mono) improved with selection of Liberation Mono as default * font (main font, mono) configurable in sisurc.yml under default: (texpdf_font:|texpdf_font_mono:) or within document under @make: (:texpdf_font:|:texpdf_font_mono:)
* v3: cosmetic, minorRalph Amissah2011-09-241-2/+5
|
* v2 v3: param, matching of date, years 1400 - 21\d\dRalph Amissah2011-09-241-4/+4
|
* v3: correct sisupod references and path to .txz (replace .zip)Ralph Amissah2011-09-131-3/+1
|
* v3: unix conditional tests (? :) remove line break markers before : cosmeticRalph Amissah2011-09-051-50/+50
|
* v3: epub, param, (defaults) epub tuningRalph Amissah2011-08-181-6/+33
| | | | | | | * 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: param, manifest, qrcode, epub, added creator.editor fieldRalph Amissah2011-07-261-0/+21
|
* v3: param, cleanup setting of auto endotesRalph Amissah2011-07-261-11/+2
|
* v3: param, remove unused class variable '@@symlnk'Ralph Amissah2011-06-091-2/+0
|
* v3: param, html, epub, xml, simplify file-naming with language codeRalph Amissah2011-05-231-3/+6
| | | | | * language code occurs in fixed location within file-name (could previously do so in 1 of 3 configured locations)
* v3: po4a re-enabled, related fixes (issues persist)sisu_3.0.9Ralph Amissah2011-05-171-39/+114
|
* v3: i18n, sysenv, options, language setting changesRalph Amissah2011-05-041-3/+3
| | | | | | * must be able to set language at options stage from filename or directory * affects many files * old i18n more appropriately renamed prog_text_translation
* v3: options, language setting, based on directory structure or filenameRalph Amissah2011-05-041-11/+12
| | | | * affects multiple libraries
* v2 v3: manpage, reinstate escaping of hyphensRalph Amissah2011-04-271-0/+2
|
* v3: param, md remove md.cmd and md.mod shortcut methods, use use md.optRalph Amissah2011-04-191-26/+26
| | | | | * affects many files that now use @md.opt.cmd & @md.opt.mod (instead of @md.cmd & @md.mod)
* param: tidy, remove redundant document header tagsRalph Amissah2011-03-111-44/+37
|
* v3 (v2): manpage, param, urls: manpage output presentation fixesRalph Amissah2011-03-101-6/+4
| | | | | | | | * manpage: lowercase .br; correct newlines before .nf and after .fi; no escape of hyphens; remove redundant links; endnotes array requires flatten; screen info on output path) * param: manpage header .br and no escape of hyphens * urls: correct output path for manpage
* v3: sysenv, separate out processing_path method plus consequencesRalph Amissah2011-03-011-4/+4
|
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-011-14/+14
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-011-3/+3
|
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-011-1/+1
|
* v3: urls, param, two unrelated regex fixes, checkRalph Amissah2011-03-011-1/+1
|
* 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/+1403