aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* v3: options, hub, introduce opt.act booleans, more setting in optionsRalph Amissah2011-04-193-145/+380
| | | | | | | * 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
* v3: urls, minor fixesRalph Amissah2011-04-192-18/+22
| | | | | * fix maintenance urls -M (where processing files are kept for examination) * odf maintenance added
* v3: odf:odt processing in separate subdirectoriesRalph Amissah2011-04-194-15/+42
| | | | | | * 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: options, -M / --maintenance, new alias --keep-processing-filesRalph Amissah2011-04-197-122/+138
| | | | | | | * new alias --keep-processing-files (see Bug#622902) * document "--keep-processing-files" alias for "-M" ("--maintenance") * minor rearrangement of regex * (Closes: #622902)
* v2 v3: cgi, sample-search-formRalph Amissah2011-04-197-30/+38
| | | | | * results still not right, (ruby1.9.2 libraries? double check script) * not yet done variable directory path fixing for result links
* v3: screen_text_color (ansi colors) touched, consider reviewing laterRalph Amissah2011-04-192-4/+79
|
* v2 v3: vim cterm colorschemes "8" and "frugal" addedRalph Amissah2011-04-196-2/+226
|
* v2 v3: vim slate colorscheme, conflicting group colors reviewedRalph Amissah2011-04-194-92/+116
|
* v3: dates - version, changelog; v2: 2.9.2 opened - version, changelogRalph Amissah2011-04-194-6/+9
|
* v3: urls, reuse/share code, fix -URalph Amissah2011-04-052-47/+144
| | | | | * share code between show selected urls and show all urls * fix -U which has not been properly updated for v3
* v3: 3.0.7 version & changelog "opened"Ralph Amissah2011-04-052-3/+10
|
* sha256 (3.0.6)Ralph Amissah2011-03-311-3/+3
|
* vim colorscheme slate, rearrangesisu_3.0.6Ralph Amissah2011-03-304-92/+96
|
* vim colorscheme slate, review console colorsRalph Amissah2011-03-304-40/+52
|
* v2, v3: dal_doc_str.rb, table structure issueRalph Amissah2011-03-304-3/+9
| | | | | * ruby1.9.2 transition related * double spaced empty line creates spurious newline
* v2, v3: dal_doc_str, empty line not paragraph objectRalph Amissah2011-03-304-10/+22
| | | | * ruby1.9.2 transition related
* v2, v3: dal_images, image path settingRalph Amissah2011-03-304-4/+8
| | | | * ruby1.9.2 transition related
* v2, v3: cgi, sample-search-form, string output (+ clean unused help text)Ralph Amissah2011-03-308-9/+8
| | | | * ruby1.9.2 transition related
* v2, v3: sysenv, remove repeated methodRalph Amissah2011-03-304-6/+5
|
* v2: param, nested regex match fix (backport from v3)Ralph Amissah2011-03-302-1/+4
|
* v2, v3: 3.0.6 version & changelog "opened"Ralph Amissah2011-03-304-6/+16
|
* sha256 (3.0.5-3)Ralph Amissah2011-03-271-0/+2
|
* sha256 (3.0.5-2)Ralph Amissah2011-03-261-0/+2
|
* sha256 (3.0.5)Ralph Amissah2011-03-241-3/+3
|
* v2, v3: texpdf bugfix, where map_nametags not found, drop tag, rather than crashsisu_3.0.5Ralph Amissah2011-03-246-8/+20
| | | | | | * Debian-live, live-manual (Ben Armstrong, chals?, reported new bug in a number of translations (that crashed the pdf generator). It turns out where map_nametags is not found the document crashes. Fix.
* v3, v2: bin/sisu*: v3 development ruby >=1.9.2p180; v2 maintenance ruby >=1.8.7Ralph Amissah2011-03-248-94/+278
| | | | * bin/sisu* version checks
* v2, v3: vim syntax highlighting, fix typoRalph Amissah2011-03-205-7/+14
|
* v3: changelog & version 3.0.5Ralph Amissah2011-03-202-3/+10
|
* sha256 (3.0.4)Ralph Amissah2011-03-111-3/+3
|
* sisu_manual, sisu_download, remove references to versions of sisusisu_3.0.4Ralph Amissah2011-03-112-22/+24
|
* v3: changelog & version 3.0.4Ralph Amissah2011-03-112-5/+12
|
* sha256 (3.0.3)Ralph Amissah2011-03-111-3/+3
|
* v2, v3: changelog git.sisudoc.org tag-points [3.0.3-1]sisu_3.0.3Ralph Amissah2011-03-112-15/+6
|
* syntax highlighting updates, emacs, vimRalph Amissah2011-03-117-345/+265
| | | | | * emacs sisu headers updated (subheaders omitted for now) sisu-mode.el * vim cleaning sisu.vim
* param: tidy, remove redundant document header tagsRalph Amissah2011-03-113-48/+43
|
* manpage: sisu.1 and html regeneratedRalph Amissah2011-03-102-3185/+4001
|
* documentation more link fixes (remove redundant), remove repeated skinRalph Amissah2011-03-1011-74/+31
|
* v2, v3: help (markup): correct path to markup-samplesRalph Amissah2011-03-104-37/+11
|
* v3 (v2): manpage, param, urls: manpage output presentation fixesRalph Amissah2011-03-107-54/+41
| | | | | | | | * 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
* v2, v3: dal_doc_str: fix, looks like typo in regexRalph Amissah2011-03-104-2/+6
|
* v2, v3: dal_substitutions_and_insertions: sisu header matching in codeblock, fixRalph Amissah2011-03-104-5/+11
|
* v2, v3: dal_syntax: (internal document) link matching, a fixRalph Amissah2011-03-104-2/+26
| | | | | | | | | | | | [Debian-live, live-manual (Jose Luis Zabalza, Ben Armstrong, reported bug in Spanish translation markup (that crashed the pdf generator). Bug in markup subsequently identified as "versátil,#{iso-hybrid}#, se" which the interpreter identified as an internal document link to a comma (instead of as being monospace markup), markup should have been "versátil, #{iso-hybrid}#, se" this fix prevents that incorrect match, (but the markup remains faulty and the monospace markup is not identified as such without the corrected spacing). Unfortunate "grave" results for what is a pretty insignificant data entry typo (there are no doubt other such situations).]
* v2, v3: dal_syntax + downstream output, email regex revisedRalph Amissah2011-03-1014-34/+38
| | | | | | * revised pattern match for email address, (removes occasional interference with urls having embedded email addresses) (dal_syntax and affected downstream output modules)
* v2, v3: texpdf, url (regex) pattern match fixRalph Amissah2011-03-104-3/+7
|
* v2, v3: 3.0.3 version & changelog "opened"Ralph Amissah2011-03-104-6/+18
|
* sha256 (3.0.2)Ralph Amissah2011-03-051-3/+3
|
* v2, v3: changelog updatessisu_3.0.2Ralph Amissah2011-03-052-1/+20
|
* documentation, minor tidyRalph Amissah2011-03-0516-206/+190
|
* manpage + html: sylink sisu.1 to sisu3.1Ralph Amissah2011-03-052-0/+2
|
* documentation, remove some filesRalph Amissah2011-03-055-8592/+0
|