aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* xml_dom, behavior fixesRalph Amissah2010-03-221-46/+49
|
* shared_matadata, odf metadata use <br /> [prevent <br> breakage]Ralph Amissah2010-03-221-1/+2
|
* odf, shared_xml, texpdf: grouped bulleted textRalph Amissah2010-03-223-1/+8
|
* db_import, special character escape special endnote contentRalph Amissah2010-03-212-47/+32
| | | | | | | * e.g. ~[* such an endnote]~ db_import (unrelated), remove condition (if @opt.cmd !~/e/), minor, watch
* param, recommended links (reinstated)Ralph Amissah2010-03-211-1/+10
|
* plaintext docoration (more flexible markings)Ralph Amissah2010-03-172-17/+46
|
* param, adjustment for manpage synopsisRalph Amissah2010-03-171-1/+1
|
* documentation minor update, add epub, modify some dir pathsRalph Amissah2010-03-172-21/+62
|
* html tables fix (in html_segments, an erroneous assignment where there ↵Ralph Amissah2010-03-125-14/+6
| | | | should have been comparison)
* sysenv, html_promo, db name prefix from constants (now SiSUv2_)Ralph Amissah2010-03-102-8/+10
|
* texpdf_format, where image missing, escape image markup loopRalph Amissah2010-03-101-1/+2
|
* epub, html: make robust where missing param valuesRalph Amissah2010-03-104-16/+55
|
* introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0Ralph Amissah2010-03-06223-160/+51455
|
* plaintext fix for footnotes/endnotesRalph Amissah2010-02-171-43/+18
| | | | | footnotes to occur immediately after paragraph that contains them (unless endnotes selected instead)
* param, sysenv, minor adjustmentsRalph Amissah2010-02-082-7/+10
|
* html grouped text that is bulletedRalph Amissah2010-02-082-4/+14
|
* cosmeticRalph Amissah2010-02-042-21/+0
|
* documentation get paths to reflect directory structure changessisu_1.0.0Ralph Amissah2009-12-211-1/+0
|
* documentation, small changes to description of -m & -n processing flags ↵Ralph Amissah2009-12-191-2/+2
| | | | (closing debian bug #555496)
* cgi_sql_common, minor style related, (mostly enclosing of used variables in ↵Ralph Amissah2009-12-191-46/+47
| | | | curly braces)
* manpage, fixRalph Amissah2009-12-191-1/+4
|
* param & dal, includes removal of older header markup, simplification to ↵Ralph Amissah2009-12-194-115/+174
| | | | allow cleaner v1 & v2
* minor code adjustmentsRalph Amissah2009-12-1911-116/+100
|
* directory structure changes to accommodate the introduction of sisu v2Ralph Amissah2009-12-191-7/+8
|
* harvest_authors, minor fixRalph Amissah2009-11-271-1/+0
|
* cgi search, cosmeticRalph Amissah2009-08-312-19/+16
|
* sql, fix, different solutions for postgresql and sqlite to populate database ↵sisu_0.71.4Ralph Amissah2009-08-294-7/+55
| | | | using ruby-dbi
* dal images, where rmagick cannot be loaded use imagemagick directly if availablesisu_0.71.3Ralph Amissah2009-08-281-4/+11
|
* sysenv sha256 fix, set pwdsisu_0.71.2Ralph Amissah2009-08-021-0/+1
|
* html book index, batch processing fix, re-initialize variable after useRalph Amissah2009-07-281-0/+1
|
* html seg, navigation band button placementsisu_0.71.1Ralph Amissah2009-07-241-7/+7
|
* dal images, if no rmagick, system call imagemagick directly if availableRalph Amissah2009-07-241-6/+21
|
* manifest, include book index if availableRalph Amissah2009-07-232-4/+9
| | | | (after all, is usually more interesting than concordance file)
* html scroll left marginRalph Amissah2009-07-232-1/+8
|
* move lib to version 1 directory, (lib/sisu/v1) and make related changesRalph Amissah2009-07-04108-1/+1
|
* xml related minor touchesRalph Amissah2009-07-043-10/+18
|
* texpdf mostly minor cleaningRalph Amissah2009-07-041-26/+17
|
* html various minor: use suffix provided in constants; module SiSU_HTML_Tune; ↵Ralph Amissah2009-07-046-60/+61
| | | | | | html promo html promo, possibility of use of adsense, or other
* dal_numbering, minor regex reductionRalph Amissah2009-07-041-4/+1
|
* dal_idx, book_idx_html, match sysenvRalph Amissah2009-07-041-2/+1
|
* make sisu and ruby version info ruby instance methodsRalph Amissah2009-07-0414-25/+28
|
* copyright date update and removed some white spaceRalph Amissah2009-07-0266-107/+107
|
* cgi generated sample search form, fixRalph Amissah2009-07-012-4/+4
|
* db dbi, interfaces to sqlite and pgsql, fixes, pass individual sql statementsRalph Amissah2009-07-015-381/+410
|
* minor fixes and touchesRalph Amissah2009-07-017-11/+8
|
* copyright presentation changed, remains substantively the same; minor sisu ↵sisu_0.70.5Ralph Amissah2009-01-18108-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 filenamesRalph Amissah2009-01-012-16/+28
|
* year rolloverRalph Amissah2009-01-01107-112/+107
|
* latex/pdf tilde mark (bug in texlive, missing (at this instant) provide ↵Ralph Amissah2008-12-312-2/+11
| | | | workaround)
* sqlite3 fix, populate do using rb sqlite3 driver directly (rb dbi problematicRalph Amissah2008-12-248-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