aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/options.rb
Commit message (Collapse)AuthorAgeFilesLines
* v3: qrcode, manifest, (++), QR code (metadata) images for manifestRalph Amissah2011-07-261-0/+6
| | | | * generate images using qrencode
* v3: options, restrict glob rule checks to glob & find; carry lang infoRalph Amissah2011-06-081-50/+61
| | | | | | * restrict glob rule checks to when --glob (-G) or --find (-f) requested * carry information on document language (from filename and or directory) * (additional test)
* v3: options --find & --glob (-f -G) added, parses language sub-dirsRalph Amissah2011-05-291-5/+71
| | | | | | | | | | | * options * filter out files not matching .ss[tm] * with -f -G (--find|--glob) flag glob all .ss[tm] files in dir including language sub-directories sisu3 -3G live-manual * with -f (--find|--glob) flag and find .ss[tm] files that match given string in dir including language subdirectories sisu3 -3GR
* v3: options, include markup source "base" pathRalph Amissah2011-05-231-2/+5
| | | | * used to parse alternative markup source dir structures
* v3: options, expand name of source file for selected language directoriesRalph Amissah2011-05-171-27/+20
| | | | | | | * only use for single file(name) available in multiple languages e.g. sisu3 -hv en/free_culture.lawrence_lessig.sst es fr * english assumed as default language, make default configurable later * particularly useful for po4a
* v3: sysenv, options, output_dir_structure.by? (language|filetype|filename)Ralph Amissah2011-05-151-1/+2
|
* v3: options, language setting, based on directory structure or filenameRalph Amissah2011-05-041-7/+16
| | | | * affects multiple libraries
* v3: options, hub, introduce opt.act booleans, more setting in optionsRalph Amissah2011-04-191-57/+299
| | | | | | | * opt.act booleans more flexible than opt.cmd (start to favor use of opt.act over opt.cmd) * move option setting from hub to options where possible * separate out a few methods
* v2 v3: options, -M / --maintenance, new alias --keep-processing-filesRalph Amissah2011-04-191-35/+35
| | | | | | | * new alias --keep-processing-files (see Bug#622902) * document "--keep-processing-files" alias for "-M" ("--maintenance") * minor rearrangement of regex * (Closes: #622902)
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-011-4/+4
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-011-1/+1
|
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-011-1/+1
|
* increment year (2011) for bin and lib/sisu/v3Ralph Amissah2011-02-071-1/+1
|
* v3 po4a, options, shortcut representation for processing, keep working onRalph Amissah2011-02-011-2/+41
| | | | | | | | * sisu --po4a en/live-manual.ssm fr instead of: sisu --po4a en/live-manual.ssm fr/live-manual.ssm test: sisu --po4a en/live-manual.ssm fr de
* v3 introduced as development branch, invoked using "sisu --v3 [instructions]Ralph Amissah2011-02-011-0/+248