Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | param, sysenv, minor adjustments | Ralph Amissah | 2010-02-08 | 2 | -7/+10 |
| | |||||
* | html grouped text that is bulleted | Ralph Amissah | 2010-02-08 | 2 | -4/+14 |
| | |||||
* | cosmetic | Ralph Amissah | 2010-02-04 | 2 | -21/+0 |
| | |||||
* | documentation get paths to reflect directory structure changessisu_1.0.0 | Ralph Amissah | 2009-12-21 | 1 | -1/+0 |
| | |||||
* | documentation, small changes to description of -m & -n processing flags ↵ | Ralph Amissah | 2009-12-19 | 1 | -2/+2 |
| | | | | (closing debian bug #555496) | ||||
* | cgi_sql_common, minor style related, (mostly enclosing of used variables in ↵ | Ralph Amissah | 2009-12-19 | 1 | -46/+47 |
| | | | | curly braces) | ||||
* | manpage, fix | Ralph Amissah | 2009-12-19 | 1 | -1/+4 |
| | |||||
* | param & dal, includes removal of older header markup, simplification to ↵ | Ralph Amissah | 2009-12-19 | 4 | -115/+174 |
| | | | | allow cleaner v1 & v2 | ||||
* | minor code adjustments | Ralph Amissah | 2009-12-19 | 11 | -116/+100 |
| | |||||
* | directory structure changes to accommodate the introduction of sisu v2 | Ralph Amissah | 2009-12-19 | 1 | -7/+8 |
| | |||||
* | harvest_authors, minor fix | Ralph Amissah | 2009-11-27 | 1 | -1/+0 |
| | |||||
* | cgi search, cosmetic | Ralph Amissah | 2009-08-31 | 2 | -19/+16 |
| | |||||
* | sql, fix, different solutions for postgresql and sqlite to populate database ↵sisu_0.71.4 | Ralph Amissah | 2009-08-29 | 4 | -7/+55 |
| | | | | using ruby-dbi | ||||
* | dal images, where rmagick cannot be loaded use imagemagick directly if availablesisu_0.71.3 | Ralph Amissah | 2009-08-28 | 1 | -4/+11 |
| | |||||
* | sysenv sha256 fix, set pwdsisu_0.71.2 | Ralph Amissah | 2009-08-02 | 1 | -0/+1 |
| | |||||
* | html book index, batch processing fix, re-initialize variable after use | Ralph Amissah | 2009-07-28 | 1 | -0/+1 |
| | |||||
* | html seg, navigation band button placementsisu_0.71.1 | Ralph Amissah | 2009-07-24 | 1 | -7/+7 |
| | |||||
* | dal images, if no rmagick, system call imagemagick directly if available | Ralph Amissah | 2009-07-24 | 1 | -6/+21 |
| | |||||
* | manifest, include book index if available | Ralph Amissah | 2009-07-23 | 2 | -4/+9 |
| | | | | (after all, is usually more interesting than concordance file) | ||||
* | html scroll left margin | Ralph Amissah | 2009-07-23 | 2 | -1/+8 |
| | |||||
* | move lib to version 1 directory, (lib/sisu/v1) and make related changes | Ralph Amissah | 2009-07-04 | 108 | -1/+1 |
| | |||||
* | xml related minor touches | Ralph Amissah | 2009-07-04 | 3 | -10/+18 |
| | |||||
* | texpdf mostly minor cleaning | Ralph Amissah | 2009-07-04 | 1 | -26/+17 |
| | |||||
* | html various minor: use suffix provided in constants; module SiSU_HTML_Tune; ↵ | Ralph Amissah | 2009-07-04 | 6 | -60/+61 |
| | | | | | | html promo html promo, possibility of use of adsense, or other | ||||
* | dal_numbering, minor regex reduction | Ralph Amissah | 2009-07-04 | 1 | -4/+1 |
| | |||||
* | dal_idx, book_idx_html, match sysenv | Ralph Amissah | 2009-07-04 | 1 | -2/+1 |
| | |||||
* | make sisu and ruby version info ruby instance methods | Ralph Amissah | 2009-07-04 | 14 | -25/+28 |
| | |||||
* | copyright date update and removed some white space | Ralph Amissah | 2009-07-02 | 66 | -107/+107 |
| | |||||
* | cgi generated sample search form, fix | Ralph Amissah | 2009-07-01 | 2 | -4/+4 |
| | |||||
* | db dbi, interfaces to sqlite and pgsql, fixes, pass individual sql statements | Ralph Amissah | 2009-07-01 | 5 | -381/+410 |
| | |||||
* | minor fixes and touches | Ralph Amissah | 2009-07-01 | 7 | -11/+8 |
| | |||||
* | copyright presentation changed, remains substantively the same; minor sisu ↵sisu_0.70.5 | Ralph Amissah | 2009-01-18 | 108 | -219/+108 |
| | | | | | | | | | | | | | | | version bump copyright file uses (debian) machine parsable format use: * Copyright: (C) 1997 - 2009 Ralph Amissah All Rights Reserved. to mean: * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Ralph Amissah All Rights Reserved. CHANGELOG updated and minor version bump 0.70.5 | ||||
* | harvest, other language filenames | Ralph Amissah | 2009-01-01 | 2 | -16/+28 |
| | |||||
* | year rollover | Ralph Amissah | 2009-01-01 | 107 | -112/+107 |
| | |||||
* | latex/pdf tilde mark (bug in texlive, missing (at this instant) provide ↵ | Ralph Amissah | 2008-12-31 | 2 | -2/+11 |
| | | | | workaround) | ||||
* | sqlite3 fix, populate do using rb sqlite3 driver directly (rb dbi problematic | Ralph Amissah | 2008-12-24 | 8 | -91/+117 |
| | | | | | | | | | | | | | | | | at present) sqlite fix, change ruby driver used to populate sisu sqlite3 db to rb sqlite3 for the time being. Use rb sqlite3 driver directly rather (than more convenient when working) rb dbi interface to populate content. Used to bypass problems with rb dbi sqlite3 interface noted in sisu 0.66.2 (2008-04-25) and 0.66.3 (2008-05-11) that have have persisted (apparently worked at end 2007 (v.0.62.4) and start of 2008 (v.0.64.0) * sqlite dropall, fix * fix to auto-generated sqlite cgi script sample, only works if at least one existing populated sisu sqlite database is found during the generation process | ||||
* | SiSU's sqlite module still broken for the time being: inconsistent ruby dbi api | Ralph Amissah | 2008-12-20 | 7 | -23/+64 |
| | | | | | | | | | | for sqlite3, (unable to begin and commit transaction) provide explicit message problem noted already in v.0.66.2 (2008-04) and last in v.0.66.3 (2008-05) module (& rb dbi) apparently worked at end 2007 (v.0.62.4) and start of 2008 (v.0.64.0) ... (did not expect broken state to last, sorry) include maintenance mode info with -M flag | ||||
* | html & css cosmetic changes (index & concordance), run "sisu -CC"; changelog | Ralph Amissah | 2008-12-16 | 3 | -3/+15 |
| | |||||
* | close html <p> tag for "letter" class | Ralph Amissah | 2008-12-16 | 2 | -4/+4 |
| | |||||
* | harvest_authors, sort authors works | Ralph Amissah | 2008-12-16 | 1 | -3/+9 |
| | |||||
* | i18n, fix related to variable renaming | Ralph Amissah | 2008-12-16 | 1 | -6/+6 |
| | | | | | likely bug introduced: fb1e1bf0cb8a2202eda1ab254b01b997df60a6db (with comment: metadata, variable renaming (requires testing)) | ||||
* | minor touches | Ralph Amissah | 2008-12-16 | 2 | -1/+3 |
| | |||||
* | manpage, help include: sisu --harvest *.ss[tm] | Ralph Amissah | 2008-12-16 | 1 | -20/+22 |
| | |||||
* | param & dal, cosmetic, text placement | Ralph Amissah | 2008-12-14 | 2 | -73/+73 |
| | |||||
* | metadata, variable renaming (requires testing) | Ralph Amissah | 2008-12-13 | 21 | -691/+696 |
| | | | | | | | metadata, variable renaming (dropped use of dc_ to signify dublin core metadata as is subset of what is used and cumbersome to identify) - testing required manpage minor touch | ||||
* | mostly additional metadata fields | Ralph Amissah | 2008-12-13 | 6 | -127/+182 |
| | | | | | | additional metadata fields css minor touch help minor info touch | ||||
* | help and changelog update | Ralph Amissah | 2008-12-11 | 1 | -1/+3 |
| | |||||
* | sysenv, cosmetic touch | Ralph Amissah | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | html tables, fix to structure and for (specified) column widths | Ralph Amissah | 2008-12-11 | 2 | -30/+33 |
| | |||||
* | tex/pdf, bullet mark, workaround current absence from tex-live) | Ralph Amissah | 2008-12-11 | 2 | -3/+7 |
| | | | | bug in tex-live, no doubt temporary |