Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v3: cgi, sample search form reverted to '#!/usr/bin/env ruby' | Ralph Amissah | 2011-06-09 | 3 | -6/+5 |
| | | | | * 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 language | Ralph Amissah | 2011-06-09 | 4 | -327/+446 |
| | | | | | | * 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 directories | Ralph Amissah | 2011-06-09 | 2 | -3/+6 |
| | |||||
* | v3: param, remove unused class variable '@@symlnk' | Ralph Amissah | 2011-06-09 | 1 | -2/+0 |
| | |||||
* | v3: html, texpdf, syslink to default, adjusted & made similar | Ralph Amissah | 2011-06-08 | 2 | -4/+9 |
| | |||||
* | v3: manifest, fix a full name | Ralph Amissah | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | v3: --help language, provides list of available languages | Ralph Amissah | 2011-06-08 | 1 | -3/+19 |
| | | | | * language (ISO 639-1 code (as varied by po4a) & name) | ||||
* | v3: options, restrict glob rule checks to glob & find; carry lang info | Ralph Amissah | 2011-06-08 | 1 | -50/+61 |
| | | | | | | * 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 Amissah | 2011-06-07 | 2 | -2/+2 |
| | |||||
* | v3: options --find & --glob (-f -G) added, parses language sub-dirs | Ralph Amissah | 2011-05-29 | 2 | -9/+75 |
| | | | | | | | | | | | * 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 Amissah | 2011-05-25 | 2 | -371/+370 |
| | |||||
* | v3: cgi search form, fixes related to language code | Ralph Amissah | 2011-05-24 | 3 | -13/+13 |
| | | | | * filename with language code being required as unique document identifier | ||||
* | v3: sysenv, url webserver link (manifest) fix | Ralph Amissah | 2011-05-24 | 1 | -6/+10 |
| | |||||
* | v3: defaults, fix path to homepage image (more fixes remain...)sisu_3.0.10 | Ralph Amissah | 2011-05-23 | 1 | -4/+5 |
| | |||||
* | v3: sysenv, rsync, embedded: rsync to remote host alt output structures, fix | Ralph Amissah | 2011-05-23 | 3 | -249/+281 |
| | |||||
* | v3: options, include markup source "base" path | Ralph Amissah | 2011-05-23 | 1 | -2/+5 |
| | | | | * used to parse alternative markup source dir structures | ||||
* | v3: html, close files; syslink index.html to toc.html | Ralph Amissah | 2011-05-23 | 1 | -0/+13 |
| | | | | | * syslink will need revisit (will only "work" properly with by_language dir structure) | ||||
* | v3: texpdf, filenames | Ralph Amissah | 2011-05-23 | 1 | -12/+13 |
| | |||||
* | v3: manifest, sysenv, "available outputs" relative paths; available languages | Ralph Amissah | 2011-05-23 | 2 | -313/+529 |
| | | | | | | * 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 code | Ralph Amissah | 2011-05-23 | 11 | -65/+68 |
| | | | | | * 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 matching | Ralph Amissah | 2011-05-23 | 1 | -201/+209 |
| | | | | | | * Portuguese language class name (missed 't') * language name matching ('Portuguese Brazil') * indentation | ||||
* | v3: i18n, added language translation table column to hash/table | Ralph Amissah | 2011-05-23 | 1 | -59/+59 |
| | | | | * changelog, version dates touched as well | ||||
* | v3: sysenv, rsync, get rid of annoying nag to terminal (-v reporting Dir.pwd) | Ralph Amissah | 2011-05-17 | 1 | -5/+11 |
| | | | | * prevent attempt to change directory unless different directory requested | ||||
* | v3: po4a re-enabled, related fixes (issues persist)sisu_3.0.9 | Ralph Amissah | 2011-05-17 | 5 | -64/+126 |
| | |||||
* | v3: options, expand name of source file for selected language directories | Ralph Amissah | 2011-05-17 | 1 | -27/+20 |
| | | | | | | | * 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 path | Ralph Amissah | 2011-05-17 | 1 | -3/+4 |
| | |||||
* | v3: cgi sample search form, differ depending on output directory structure | Ralph Amissah | 2011-05-15 | 4 | -41/+46 |
| | |||||
* | v3: sysenv, output_path & place_file, modified, (affects many libraries) | Ralph Amissah | 2011-05-15 | 19 | -319/+885 |
| | | | | | | | | | * 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 Amissah | 2011-05-15 | 2 | -1/+11 |
| | |||||
* | v3: sysenv, output directory structure check, fix (start testing alternatives) | Ralph Amissah | 2011-05-15 | 1 | -12/+9 |
| | |||||
* | v3: i18n, sysenv, class variable to prevent unnecessary re-construction of hashsisu_3.0.8 | Ralph Amissah | 2011-05-05 | 2 | -3/+5 |
| | | | | * prevent program from becoming as slow as treacle, a fix | ||||
* | v3: sample search form, revert to generating ruby 1.8.7 sample | Ralph Amissah | 2011-05-04 | 3 | -36/+79 |
| | | | | | | | * 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 renamed | Ralph Amissah | 2011-05-04 | 4 | -32/+47 |
| | | | | | | | | | | * 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 fix | Ralph Amissah | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | v3: i18n, sysenv, options, language setting changes | Ralph Amissah | 2011-05-04 | 12 | -1726/+1963 |
| | | | | | | * 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 filename | Ralph Amissah | 2011-05-04 | 18 | -95/+141 |
| | | | | * affects multiple libraries | ||||
* | v3: concordance, output path, screen info correction | Ralph Amissah | 2011-05-04 | 1 | -2/+2 |
| | |||||
* | v2 v3: manpage, reinstate escaping of hyphens | Ralph Amissah | 2011-04-27 | 4 | -0/+6 |
| | |||||
* | v2 v3: sysenv, refer to lowriter, update | Ralph Amissah | 2011-04-26 | 2 | -4/+4 |
| | | | | | * v2 lowriter instead of oowriter * v3 lowriter instead of libreoffice | ||||
* | v3: harvest, sysenv, place with document manifests, variable directory path | Ralph Amissah | 2011-04-19 | 4 | -19/+84 |
| | | | | | | | | | | * 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.opt | Ralph Amissah | 2011-04-19 | 44 | -293/+293 |
| | | | | | * affects many files that now use @md.opt.cmd & @md.opt.mod (instead of @md.cmd & @md.mod) | ||||
* | v3: options, hub, introduce opt.act booleans, more setting in options | Ralph Amissah | 2011-04-19 | 2 | -142/+370 |
| | | | | | | | * 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 fixes | Ralph Amissah | 2011-04-19 | 1 | -16/+15 |
| | | | | | * fix maintenance urls -M (where processing files are kept for examination) * odf maintenance added | ||||
* | v3: odf:odt processing in separate subdirectories | Ralph Amissah | 2011-04-19 | 2 | -15/+35 |
| | | | | | | * 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-files | Ralph Amissah | 2011-04-19 | 2 | -68/+68 |
| | | | | | | | * 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-form | Ralph Amissah | 2011-04-19 | 5 | -30/+30 |
| | | | | | * 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 later | Ralph Amissah | 2011-04-19 | 1 | -4/+77 |
| | |||||
* | v3: urls, reuse/share code, fix -U | Ralph Amissah | 2011-04-05 | 1 | -47/+142 |
| | | | | | * share code between show selected urls and show all urls * fix -U which has not been properly updated for v3 | ||||
* | v2, v3: dal_doc_str.rb, table structure issue | Ralph Amissah | 2011-03-30 | 2 | -3/+7 |
| | | | | | * ruby1.9.2 transition related * double spaced empty line creates spurious newline | ||||
* | v2, v3: dal_doc_str, empty line not paragraph object | Ralph Amissah | 2011-03-30 | 2 | -10/+18 |
| | | | | * ruby1.9.2 transition related |