aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* v3: documentation, on additional breaks in document, (remove some old info)sisu_3.0.13Ralph Amissah2011-06-266-484/+402
| | | | | | | | | | * linebreak \\ (previously undocumented <br> kept but depreciated) [it is intended that this should close #617298 (post mail)] * page break (breaks column if column, else breaks page) * page new (new page, breaks page) * sisurc.yml set output directory structure by language * removed section on hyperestraier, too specialised for general manpage (also section not checked recently)
* v2 v3: sisurc.yml, config settingsRalph Amissah2011-06-267-244/+342
|
* v3: urls (ansi screen reporting), add document language codeRalph Amissah2011-06-262-24/+26
|
* v3: manifest, manifest enable additional output & source (if shared)Ralph Amissah2011-06-262-10/+37
| | | | | | | | * manpage (in fututure have config setting with default false/off) * info (texinfo) (in fututure have config setting with default false/off) * hash digests * locate markup source (if shared) * sisupod (if shared)
* v3: sysenv, fix some output paths (markup source); accommodate manpageRalph Amissah2011-06-262-31/+35
| | | | | | | | * shared source markup (.sst .ssm & sisupod.zip) fix some paths * placement of markup source, output_path.src.dir, fix * output_path.src.url, fix * manifest info * (epub viewer cosmetic rearrangement)
* v3: info (texinfo) (sysenv), move output; line-breaks within objectRalph Amissah2011-06-264-1/+63
| | | | | | | * backslashes & line-breaks * place under web server directory * info tool setting prompt * sysenv, accommodate info page changes
* v3: manpage (sysenv), move output; line-breaks within objectRalph Amissah2011-06-263-24/+37
| | | | | | | * start to honor line-breaks within objects (revisit) * show double escape \\ (backslashes) in code blocks * place under web server directory * sysenv, accommodate manpage changes
* v3: html_tune, reduce loops; deal with angle-bracketsRalph Amissah2011-06-262-85/+99
| | | | | * deal with angle brackets in markup (test, could cause breakage) * reduce loops in code
* v3: plaintext, codeblock keep backslashesRalph Amissah2011-06-262-0/+3
|
* v3: constants, a sisupod & an xml related additionRalph Amissah2011-06-262-2/+6
|
* v3: define latex \newcommands for some special characters (for sisu code)Ralph Amissah2011-06-263-50/+35
| | | | | | * \newcommands for some special characters to simplify dealing with them in sisu code \hardspace \caret \pipe \curlyopen \curlyclose \lt \gt \slash \backslash \underscore \exclaim
* v2 v3: texpdf, define hardspace & provide backslashRalph Amissah2011-06-266-0/+26
| | | | | * define \hardspace to simplify placing a hardspace * provide backslash character in code block
* v3: ansi screen reporting include document language codeRalph Amissah2011-06-2616-24/+34
|
* v2 v3: vim, sisu syntax highlighting, linebreak \\ added (<br> kept)Ralph Amissah2011-06-264-4/+8
|
* v2 v3: dal_syntax, linebreak in regular text object: ' \\ ' ('<br>' depreciated)Ralph Amissah2011-06-264-16/+35
| | | | | | * 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: vim colors, added cursor line & cursor columnRalph Amissah2011-06-2616-42/+52
|
* v2 v3: 2.9.7 & 3.0.13 version & changelog "opened"Ralph Amissah2011-06-264-6/+16
|
* sha256 (3.0.12)Ralph Amissah2011-06-091-3/+3
|
* v3: cgi, sample search form, force utf-8 character encoding to avoid issuessisu_3.0.12Ralph Amissah2011-06-092-13/+43
|
* v3: cgi, sample search form reverted to '#!/usr/bin/env ruby'Ralph Amissah2011-06-094-7/+15
| | | | * appears to be a fix in libdbi-ruby1.9.1, see comments in sisu-3.0.8 changelog
* v3: harvest, work for alt output structures; for each languageRalph Amissah2011-06-095-327/+452
| | | | | | * paths to document manifests etc. for the possible output dir structures * author and topic lists for available documents, by availability in each language
* v3: sysenv, limit/prevent the creation of spurious language output directoriesRalph Amissah2011-06-093-3/+9
|
* v3: param, remove unused class variable '@@symlnk'Ralph Amissah2011-06-093-5/+5
|
* v3: html, texpdf, syslink to default, adjusted & made similarRalph Amissah2011-06-083-4/+12
|
* v3: manifest, fix a full nameRalph Amissah2011-06-082-1/+3
|
* v3: --help language, provides list of available languagesRalph Amissah2011-06-082-4/+23
| | | | * language (ISO 639-1 code (as varied by po4a) & name)
* v3: options, restrict glob rule checks to glob & find; carry lang infoRalph Amissah2011-06-083-53/+69
| | | | | | * restrict glob rule checks to when --glob (-G) or --find (-f) requested * carry information on document language (from filename and or directory) * (additional test)
* v2 v3: help, s/Bul garian/Bulgarian/ (Closes: #619068)Ralph Amissah2011-06-074-2/+6
|
* v2 v3: 2.9.6 & 3.0.12 version & changelog "opened"Ralph Amissah2011-06-074-6/+16
|
* sha256 (3.0.11)Ralph Amissah2011-05-291-3/+3
|
* v3: documentation, minor update, includes --find / --globsisu_3.0.11Ralph Amissah2011-05-2919-254/+321
|
* v3: options --find & --glob (-f -G) added, parses language sub-dirsRalph Amissah2011-05-293-10/+86
| | | | | | | | | | | * 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: i18n, constants, some language info moved to i18n (from constants)Ralph Amissah2011-05-254-374/+375
|
* v3: cgi search form, fixes related to language codeRalph Amissah2011-05-244-13/+16
| | | | * filename with language code being required as unique document identifier
* v3: sysenv, url webserver link (manifest) fixRalph Amissah2011-05-242-6/+12
|
* v3: 3.0.11 version & changelog "opened"Ralph Amissah2011-05-242-3/+10
|
* sha256 (3.0.10)Ralph Amissah2011-05-241-3/+3
|
* v3: defaults, fix path to homepage image (more fixes remain...)sisu_3.0.10Ralph Amissah2011-05-232-4/+7
|
* v3: sysenv, rsync, embedded: rsync to remote host alt output structures, fixRalph Amissah2011-05-234-252/+287
|
* v3: options, include markup source "base" pathRalph Amissah2011-05-232-2/+8
| | | | * used to parse alternative markup source dir structures
* v3: html, close files; syslink index.html to toc.htmlRalph Amissah2011-05-232-0/+18
| | | | | * syslink will need revisit (will only "work" properly with by_language dir structure)
* v3: texpdf, filenamesRalph Amissah2011-05-232-12/+15
|
* v3: manifest, sysenv, "available outputs" relative paths; available languagesRalph Amissah2011-05-233-313/+534
| | | | | | * relative paths to "available outputs" (for each dir structure), fix * show language versions published (needs 2 runs for manifest, polls output as to whether manifest exists)
* v3: param, html, epub, xml, simplify file-naming with language codeRalph Amissah2011-05-2312-65/+72
| | | | | * language code occurs in fixed location within file-name (could previously do so in 1 of 3 configured locations)
* v3: prog_text_translation, language class name fix; languge name matchingRalph Amissah2011-05-232-201/+214
| | | | | | * Portuguese language class name (missed 't') * language name matching ('Portuguese Brazil') * indentation
* v3: i18n, added language translation table column to hash/tableRalph Amissah2011-05-233-62/+64
| | | | * changelog, version dates touched as well
* v3: sysenv, rsync, get rid of annoying nag to terminal (-v reporting Dir.pwd)Ralph Amissah2011-05-172-5/+15
| | | | * prevent attempt to change directory unless different directory requested
* v2 v3: 2.9.5 & 3.0.10 version & changelog "opened"; copyright touchRalph Amissah2011-05-174-2/+16
| | | | * copyright, dates for setup.rb
* sha256 (3.0.9)Ralph Amissah2011-05-171-3/+3
|
* v3: po4a re-enabled, related fixes (issues persist)sisu_3.0.9Ralph Amissah2011-05-176-64/+128
|