aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2
Commit message (Collapse)AuthorAgeFilesLines
* v2 v3: texpdf, define hardspace & provide backslashRalph Amissah2011-06-262-0/+9
| | | | | * define \hardspace to simplify placing a hardspace * provide backslash character in code block
* v2 v3: dal_syntax, linebreak in regular text object: ' \\ ' ('<br>' depreciated)Ralph Amissah2011-06-261-8/+13
| | | | | | * thanks to Jonas Stein for making me look at this (see bug: #617298 & comments in upstream CHANGELOG_v3) * testing required, downstream outputs affected
* v2 v3: help, s/Bul garian/Bulgarian/ (Closes: #619068)Ralph Amissah2011-06-071-1/+1
|
* v2 v3: manpage, reinstate escaping of hyphensRalph Amissah2011-04-272-0/+3
|
* v2 v3: sysenv, refer to lowriter, updateRalph Amissah2011-04-261-1/+1
| | | | | * v2 lowriter instead of oowriter * v3 lowriter instead of libreoffice
* v2 v3: options, -M / --maintenance, new alias --keep-processing-filesRalph Amissah2011-04-191-33/+33
| | | | | | | * 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-192-9/+9
| | | | | * results still not right, (ruby1.9.2 libraries? double check script) * not yet done variable directory path fixing for result links
* v2, v3: dal_doc_str.rb, table structure issueRalph Amissah2011-03-301-1/+3
| | | | | * ruby1.9.2 transition related * double spaced empty line creates spurious newline
* v2, v3: dal_doc_str, empty line not paragraph objectRalph Amissah2011-03-301-5/+9
| | | | * ruby1.9.2 transition related
* v2, v3: dal_images, image path settingRalph Amissah2011-03-301-2/+3
| | | | * ruby1.9.2 transition related
* v2, v3: cgi, sample-search-form, string output (+ clean unused help text)Ralph Amissah2011-03-303-4/+2
| | | | * ruby1.9.2 transition related
* v2, v3: sysenv, remove repeated methodRalph Amissah2011-03-301-3/+0
|
* v2: param, nested regex match fix (backport from v3)Ralph Amissah2011-03-301-1/+1
|
* v2, v3: texpdf bugfix, where map_nametags not found, drop tag, rather than crashsisu_3.0.5Ralph Amissah2011-03-241-1/+1
| | | | | | * 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.
* v2, v3: help (markup): correct path to markup-samplesRalph Amissah2011-03-101-20/+5
|
* v3 (v2): manpage, param, urls: manpage output presentation fixesRalph Amissah2011-03-102-25/+13
| | | | | | | | * 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-101-1/+1
|
* v2, v3: dal_substitutions_and_insertions: sisu header matching in codeblock, fixRalph Amissah2011-03-101-3/+3
|
* v2, v3: dal_syntax: (internal document) link matching, a fixRalph Amissah2011-03-101-1/+1
| | | | | | | | | | | | [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-106-18/+16
| | | | | | * 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-101-2/+2
|
* v2, v3: manpage, adjust output (backslash ('\') escapes reduced)Ralph Amissah2011-03-051-3/+2
|
* v2, v3: defaults, default homepage tidy & update linksRalph Amissah2011-03-051-107/+20
|
* prepare for v3 branchRalph Amissah2011-02-012-2/+2
|
* document objects: page break; object separator (introduced & used, adjust later)Ralph Amissah2010-12-1612-15/+66
| | | | | | | | | | | | | | * object separator introduced (requested Cory Doctorow, implementation not discussed) * dal_syntax, object separator syntax (<:---> or <:ols>) * constants, object separator * vim syntax highlighting, match object separator * document objects: page break; object separator (introduced & used) * dal, page break and object separator objects * represent page break and object separator: plaintext, html, epub, odf, texpdf (adjust later)
* dal_syntax, sisu syntax modification (insist on curly braces)Ralph Amissah2010-12-131-18/+0
| | | | | | | | * enforce use of curly braces in markup, remove single word markup without curly braces (requested fix, Ben Armstrong (live-manual), problematic for technical writing) * also removed some undocumented alternative markup attributes
* dal, markup syntax (fontface) multi-line match, for line-wrap textRalph Amissah2010-12-091-14/+14
|
* dal, multiline-match to permit line-wrap on bullet text (and headings)Ralph Amissah2010-12-081-5/+5
| | | | (requested fix, Ben Armstrong (live-manual))
* document manifest link (plaintext, odf)Ralph Amissah2010-12-073-12/+8
| | | | | | | * plaintext, link to "document manifest" fix(links to individual output types removed) * odf, manifest link fix * html, cosmetic touch
* html, link to "document manifest" & search form reviewed (testing required)Ralph Amissah2010-12-043-90/+119
|
* html, link to "document manifest" remains (individual output links removed)Ralph Amissah2010-12-032-108/+11
|
* texpdf: toc now contains level 3~ consistent with other output formatsRalph Amissah2010-11-291-1/+3
| | | | (requested fix, Ben Armstrong (live-manual))
* epub: ocn (object numbers) now link to themselvesRalph Amissah2010-11-291-1/+5
| | | | * jumps to top of viewer
* html & css: ocn (object numbers) now link to themselvesRalph Amissah2010-11-292-1/+5
| | | | | | | | * jumps to top of browser * provides link url (requested, Ben Armstrong (live-manual))
* texpdf, use of monospace in headings causes table of contents breakage, fixRalph Amissah2010-11-111-4/+8
| | | | (requested fix, Ben Armstrong)
* texpdf_format, i18n, set tex document header language (polyglossia)sisu_2.7.8Ralph Amissah2010-10-252-43/+169
| | | | | | | | | | | * i18n, introduce header @make: :language: internationalization using codes from http://www.debian.org/international/l10n/po/ at this time for texpdf, (able to satify needs of polyglossia for the likes of Brazilian Portugues) and in future for po files, where iso:639 for this purpose appears to have use limitations http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes * i18n, add code list and associated language (as listed by polyglossia) * texpdf_format, use param (@make: :language: (default english)), to set tex document language header (previously used file naming convention)
* i18n, introduce header @make: :language:Ralph Amissah2010-10-251-2/+20
| | | | | | | | * internationalization using codes from http://www.debian.org/international/l10n/po/ * param, extract @make: :language: information if provided, default "english" * sisu.vim recognize @make: :language: (also elsewhere shortened :lang_code: from :language_code:)
* html, quick ref links_guide configurable, booleanRalph Amissah2010-10-243-18/+28
| | | | | | * true/false (config.yml commented out, default false) (requested off option, Daniel Baumann)
* html segments, title banner (including "copy @" mark) configurable, booleanRalph Amissah2010-10-242-5/+23
| | | | | | * true/false (config.yml commented out, default false) (requested off option, Daniel Baumann)
* html, remove "copy @" markRalph Amissah2010-10-241-2/+0
| | | | (requested, Daniel Baumann)
* internal links, punctuation & parentheses issue, refixRalph Amissah2010-10-233-5/+5
|
* internal links, punctuation & parentheses issue, fixRalph Amissah2010-10-233-5/+5
| | | | | | | | | | * dal, exclude parentheses and square brackets from matching (requested fix, Ben Armstrong) * html, remove space between link & following punctuation, parentheses &/or square brackets (requested fix, Ben Armstrong) * epub, remove space between link & following punctuation, parentheses &/or square brackets
* epub, internal link: remove space between link & parentheses or square bracketsRalph Amissah2010-10-221-1/+1
|
* html, internal link: remove space between link & parentheses or square bracketsRalph Amissah2010-10-221-1/+1
|
* dal, internal link: exclude parentheses and square brackets from matchingRalph Amissah2010-10-221-3/+3
| | | | (requested fix, Ben Armstrong)
* epub, internal link: remove space between link & following punctuationRalph Amissah2010-10-211-1/+1
|
* html, internal link: remove space between link & following punctuationRalph Amissah2010-10-211-1/+1
| | | | (requested fix, Ben Armstrong)
* texpdf, codeblocks do not permit empty lines, fixRalph Amissah2010-10-151-2/+4
|
* texpdf, bullet text, hanging indent, fixRalph Amissah2010-10-142-7/+36
| | | | | | (works for regular text (not grouped text) (requested fix, Ben Armstrong)
* codeblocks, numbered markup option, fixRalph Amissah2010-10-145-64/+84
| | | | | | | | | | | (requested fix needed by debian-live:live-manual, Ben Armstrong & Mark Schneider) * numbered codeblocks, , where codeblock opens with code{# * dal changes as required, flag markup request and number * constants, provide vertical line symbol, use to separate numbered codeblock from code * texpdf substitute \vline for numbered codeblock line separator