aboutsummaryrefslogtreecommitdiffhomepage
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* v2, v3: texpdf bugfix, where map_nametags not found, drop tag, rather than crashsisu_3.0.5Ralph Amissah2011-03-244-6/+18
| | | | | | * 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-244-7/+20
| | | | * 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-112-4/+6
|
* manpage: sisu.1 and html regeneratedRalph Amissah2011-03-101-1867/+2867
|
* 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-102-0/+4
|
* v3 (v2): manpage, param, urls: manpage output presentation fixesRalph Amissah2011-03-102-0/+10
| | | | | | | | * 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-102-0/+4
|
* v2, v3: dal_substitutions_and_insertions: sisu header matching in codeblock, fixRalph Amissah2011-03-102-0/+6
|
* v2, v3: dal_syntax: (internal document) link matching, a fixRalph Amissah2011-03-102-0/+24
| | | | | | | | | | | | [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-102-0/+8
| | | | | | * 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-102-0/+4
|
* 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-052-11/+1
|
* manpage + html: sylink sisu.1 to sisu3.1Ralph Amissah2011-03-051-0/+1
|
* documentation, remove some filesRalph Amissah2011-03-054-3786/+0
|
* html manpages, re-run man2htmlRalph Amissah2011-03-0514-831/+4410
|
* sisu.8 manpage & html deleted, needs rewrite, unhelpfulRalph Amissah2011-03-051-273/+0
|
* markup samples, manual, headers: links and other detailsRalph Amissah2011-03-0537-915/+600
|
* doc/sisu user_txt, minor update & pruningRalph Amissah2011-03-053-132/+14
|
* v3: version & changelog, touch dateRalph Amissah2011-03-052-3/+8
|
* CHANGELOG_v{1,2,3}, syslink, avoid duplicationRalph Amissah2011-03-025-613/+8839
| | | | | * CHANGELOG_v3 updated * CHANGELOG & README locations pruned
* v2, v3: consolidate manual & markup samplesRalph Amissah2011-03-02204-19797/+0
| | | | * reinstate lang dir structure for manual when v3 becomes default
* v3: sysenv, separate out processing_path method plus consequencesRalph Amissah2011-03-011-0/+3
|
* v3: space between each and opening curly brace e.g. "x.each {|y| p y}"Ralph Amissah2011-03-011-0/+2
|
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-011-0/+2
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-011-0/+2
|
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-011-0/+2
|
* make sisu: v2 require >=ruby1.8.7; v3 require >=ruby1.9.2Ralph Amissah2011-03-013-3/+19
| | | | | | | | | | | * bin/sisu bin/sisu3 modified accordingly note: there are issues with sisu and early versions of ruby1.9.2 ruby1.9.2p0 is known to segfault on a number of operations ruby1.9.2p180 does not have these issues * v3 includes changelog updates * v2 includes changelog updates and version update 2.8.1
* v3: sisu version 3.0.2-beta-rb1.9.2p180Ralph Amissah2011-03-011-3/+3
|
* v3: changelog, open 3.0.2, target ruby1.9.2Ralph Amissah2011-03-011-0/+10
|
* v2: changelog fixRalph Amissah2011-03-011-43/+3
|
* sha256 (3.0.1)Ralph Amissah2011-03-011-4/+6
|
* changelog & version (3.0.1)Ralph Amissah2011-02-161-3/+3
|
* css, fix css paths for xhtml, xml dom & xml saxRalph Amissah2011-02-151-0/+2
|
* sysenv, sisurc.yml & elsewhere as affected, output_dir_structure (conf & tests)Ralph Amissah2011-02-151-3/+6
| | | | * (by_language_code; by_filetype; by_filename)
* console feedback on selected files being processed, updates & fixesRalph Amissah2011-02-151-0/+2
|
* sysenv & sisurc.yml: libreoffice, default odf readerRalph Amissah2011-02-151-0/+8
|
* sha256 (3.0.0)Ralph Amissah2011-02-081-3/+3
|
* update changelogs & version datesisu_3.0.0Ralph Amissah2011-02-074-12/+28
|