aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* v3: options, expand name of source file for selected language directoriesRalph Amissah2011-05-172-27/+26
| | | | | | | * 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: embedded, source pathRalph Amissah2011-05-171-3/+4
|
* v3: version & changelog dateRalph Amissah2011-05-172-3/+3
|
* v3: cgi sample search form, differ depending on output directory structureRalph Amissah2011-05-155-41/+49
|
* v3: sysenv, output_path & place_file, modified, (affects many libraries)Ralph Amissah2011-05-1520-319/+897
| | | | | | | | | * paths for dir, url, relative and rcp that vary with output dir structure * cope with alterative dir structures * manifest url paths, fix * dal_expand_insertions, fix * rsync, review * scp disabled
* v3: sysenv, options, output_dir_structure.by? (language|filetype|filename)Ralph Amissah2011-05-152-1/+11
|
* v3: sysenv, output directory structure check, fix (start testing alternatives)Ralph Amissah2011-05-152-12/+13
|
* v2 v3: vim cterm colorschemes, touch search colorRalph Amissah2011-05-1514-36/+40
|
* v2 v3: bin/sisu2 introduced (complement bin/sisu3), currently same as bin/sisuRalph Amissah2011-05-153-0/+137
| | | | | * later switch bin/sisu to bin/sisu3 * consider using update-alternatives
* v2 v3: copyright file update, sisu-mode.el assigned to FSF (GNU EMACS)Ralph Amissah2011-05-153-5/+11
|
* v2 v3: copyright file, softlink, make more visible in tarballRalph Amissah2011-05-153-0/+5
|
* v2 v3: 2.9.4 & 3.0.9 version & changelog "opened"Ralph Amissah2011-05-154-6/+16
|
* sha256 (3.0.8)Ralph Amissah2011-05-051-3/+3
|
* v3: i18n, sysenv, class variable to prevent unnecessary re-construction of hashsisu_3.0.8Ralph Amissah2011-05-052-3/+5
| | | | * prevent program from becoming as slow as treacle, a fix
* v3: date, version, changelogRalph Amissah2011-05-052-3/+3
|
* v3: sample search form, revert to generating ruby 1.8.7 sampleRalph Amissah2011-05-044-36/+85
| | | | | | | * sisu3 using ruby >=1.9.2p180 generates search form for ruby 1.8.7, so: generate sample form using sisu3 -F (options), then; start webrick using ruby 1.8.7 & sisu -W (not sisu3) * take account of alternative output directory structures [work on, test]
* v3: db, review, directory structure changed, database prefix renamedRalph Amissah2011-05-045-32/+53
| | | | | | | | | | * language_document_char field made larger [consider renaming] * title, src_filename and language_document_char fields mandatory (title, title_main, src_filename, language_document_char) * review of unique key setting, now based on combination of filename and language (filename no longer sufficient with intro of language subdirectories) * [retest sqlite3]
* v3: urls, sqlite, a fixRalph Amissah2011-05-042-1/+3
|
* v3: i18n, sysenv, options, language setting changesRalph Amissah2011-05-0413-1745/+1988
| | | | | | * must be able to set language at options stage from filename or directory * affects many files * old i18n more appropriately renamed prog_text_translation
* v3: options, language setting, based on directory structure or filenameRalph Amissah2011-05-0419-97/+147
| | | | * affects multiple libraries
* v3: concordance, output path, screen info correctionRalph Amissah2011-05-042-2/+4
|
* v2 v3: vim colorschemes minor reviewRalph Amissah2011-05-0412-46/+58
|
* v2 v3: bin/ cosmeticRalph Amissah2011-05-046-10/+10
|
* v2 v3: note (CHANGELOG) on ruby DBI bug affecting sisu cgi sample search formsRalph Amissah2011-04-272-0/+48
| | | | | | | * see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596103> however, it affects sqlite3 in the same way as pgsql (the driver against which it is reported) * includes possible workarounds (for sisu sample search forms)
* v*: manpages escaped hyphens reinstatedRalph Amissah2011-04-2714-701/+703
|
* v2 v3: manpage, reinstate escaping of hyphensRalph Amissah2011-04-276-0/+12
|
* v2 v3: bin/ type fix for ruby version checkRalph Amissah2011-04-278-30/+30
|
* v2 v3: vim (8 color cterm) colorschemes, 8, frugal, sparseRalph Amissah2011-04-2616-308/+880
| | | | | | | * sparse series uses dark grey on black, on which reverse cursors may disappear, usually looks better * frugal series avoids dark grey * slate for cterm now incorporates frugal-cterm-sisu
* v2 v3: vim, sisu syntax change of a couple of color groupsRalph Amissah2011-04-264-14/+26
|
* v2 v3: sysenv, refer to lowriter, updateRalph Amissah2011-04-264-4/+8
| | | | | * v2 lowriter instead of oowriter * v3 lowriter instead of libreoffice
* v2 v3: bin/ improved ruby version checkRalph Amissah2011-04-266-44/+78
|
* v2 v3: 2.9.3 & 3.0.8 version & changelogs "opened"Ralph Amissah2011-04-264-6/+16
|
* sha256 (3.0.7)Ralph Amissah2011-04-201-3/+3
|
* v2 v3: sisu-mode.el, header notes copyright assignment to FSF (GNU EMACS)sisu_3.0.7Ralph Amissah2011-04-204-6/+18
| | | | | * assignment to FSF * header includes url to git repo (when possible track GNU EMACS location)
* v2 v3: vim colorschemes, headers touched, url to git repo providedRalph Amissah2011-04-2010-30/+36
|
* v3: harvest, sysenv, place with document manifests, variable directory pathRalph Amissah2011-04-195-20/+94
| | | | | | | | | | * sysenv, variable directory path fixing (language, filetype, filname), making the stub for at least manifest and html available early for processing that do not or should not need to process individual markup files completely, such as the cgi search form and harvest * harvest * place with document manifests * variable directory path fixing (language, filetype, filname)
* v3: param, md remove md.cmd and md.mod shortcut methods, use use md.optRalph Amissah2011-04-1945-293/+298
| | | | | * affects many files that now use @md.opt.cmd & @md.opt.mod (instead of @md.cmd & @md.mod)