aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* a bit of a cleanup, and change reference to null to ordinaryRalph Amissah2008-08-1815-216/+24
|
* rsync, replace --delete-after with --deleteRalph Amissah2008-08-171-5/+10
| | | | apparently not all versions of rsync accept more specific option
* html document structure, div markers, watchRalph Amissah2008-08-171-1/+10
|
* html segments structure and info provided (a bit verbose), and cssRalph Amissah2008-08-174-435/+149
|
* html segments, links to concordance file only if made, fixRalph Amissah2008-08-162-1/+36
|
* html css and div relatedRalph Amissah2008-08-166-33/+82
|
* texpdf, fix: image dimension match (for post 0.68.0 changed middle layerRalph Amissah2008-08-141-1/+1
| | | | representation)
* html format, consolidate html_format file, prune later; version number bumpedRalph Amissah2008-08-147-605/+565
| | | | | version number bump: is necessary to re-initialize using new css for html presentation sisu -CC
* html, css and related markup, touchRalph Amissah2008-08-141-1/+1
|
* html, css and related markupRalph Amissah2008-08-146-390/+267
|
* html increased use of css; dal, middle layer, url representation, interim commitRalph Amissah2008-08-1227-399/+457
|
* sisu-0.68.0 proposedRalph Amissah2008-07-2252-2570/+3137
| | | | | | | * middle layer document representation changed, (accounting for substantial patch) * texpdf multiple document sizes as specified in config * numerous small fixes [should on the whole be easier to maintain]
* action response query fixRalph Amissah2008-07-193-6/+4
|
* texpdf papersize adjustments primarily for portrait sizes a5 & b5Ralph Amissah2008-07-132-5/+10
|
* texpdf fixes, xetex and xelatex processing commands, and fix for a5 ↵Ralph Amissah2008-07-122-4/+4
| | | | landscape pdf
* minor fixes: remote sourcefile; processing directory; manifest infoRalph Amissah2008-07-123-16/+18
|
* rebuild, "sisu --help env" fix and texpdf papersize re-fixedRalph Amissah2008-07-032-6/+5
|
* sysenv/texpdf, xetex landscape pdf fixRalph Amissah2008-07-022-12/+14
|
* sysenv/texpdf, fix required for xetex landscape pdfsRalph Amissah2008-07-021-2/+16
|
* simplify syntax for import of external files, e.g.:Ralph Amissah2008-05-222-8/+5
| | | | | | | | << filename.sst minor related syntax changes, automatic version bump make appropriate additions to vim-syntax consider use of vim-addon manager
* minor syncRalph Amissah2008-05-111-1/+1
|
* introduced particulars (rename later) for commonly used document and ↵Ralph Amissah2008-05-1020-202/+283
| | | | environment details, and cleaned up some requires
* syenv updates, mostly sql relatedRalph Amissah2008-05-101-13/+49
|
* some re-arrangement related to sqlite3 testing (including a rudimentary sql ↵Ralph Amissah2008-05-108-93/+139
| | | | import file, dbi by-pass)
* addition of a couple of multiline search tags, and minor rearrangementRalph Amissah2008-05-102-13/+11
|
* sqlite3 complete transaction issue not yet resolvedRalph Amissah2008-04-241-2/+2
|
* move to sqlite3, an issue with finalising transactions (commit, close...)Ralph Amissah2008-04-248-17/+99
|
* minor fixes, changelog note on debian debhelper compat >=6Ralph Amissah2008-03-301-1/+1
|
* tex to pdf, xetex (utf8) added as alternative to pdftexRalph Amissah2008-03-222-164/+356
|
* extend semantic shorthandRalph Amissah2008-03-011-45/+65
|
* clean screen outputRalph Amissah2008-02-241-2/+2
|
* CHANGELOG 0.66 and ruby identify program files as utf-8Ralph Amissah2008-02-2482-0/+82
|
* enable conversion from sst to various forms of input xml and back including ↵Ralph Amissah2008-02-245-10/+121
| | | | | | | | | | | | 0.66 tags sst_to_s_xml (sax/dom/node) semantic xml mockup naive conversion of known abbreviated tags, in flux, e.g. sisu --to-sax autonomy_markup0.sst back to sst markup with: sisu --from-sxml autonomy_markup0.sxs.xml sst_to_s_dom fix to footnote/endnote conversion
* make possible to strip 0.66 markup in dal commitRalph Amissah2008-02-241-20/+52
|
* for now strip sisu-0.66 semantic markup tagsRalph Amissah2008-02-241-1/+5
|
* extract identification of use of sisu-0.66 markup tagsRalph Amissah2008-02-241-1/+4
|
* identify sisu-0.66 tagsRalph Amissah2008-02-242-24/+62
|
* regex matches vim syntax hilightingRalph Amissah2008-02-161-1/+1
|
* markup tag match refinementRalph Amissah2008-02-161-8/+23
|
* refinement to semantic tag regex matchingRalph Amissah2008-02-151-6/+9
|
* for now render new markup syntax inactiveRalph Amissah2008-02-146-0/+118
|
* enable identification of new markupRalph Amissah2008-02-142-49/+88
|
* ruby 1.9 open; future pgsql testing on 8.3; encoding utf-8 checks; version ↵Ralph Amissah2008-02-0521-383/+412
| | | | | | | | | | bump 0.65.0 * ruby 1.9 use opened, testing required * db sql pgsql future testing on version 8.3 * encoding utf-8 some compatibility checks
* for update replace LIKE with '=' ; required by pg8.3 bigintRalph Amissah2008-02-021-12/+12
|
* mkdir_p, and again close running of ruby 1.9Ralph Amissah2008-01-1912-66/+54
| | | | | | | | | * mkdir_p, [instead of ftools file.mkpath] * running against ruby 1.9 closed for now raise request for use of version 1.8 branch * manual update version
* odf bug (angle brackets) preliminary fixRalph Amissah2008-01-091-1/+4
| | | | | odf bug reported related to use of angle brackets in markup affects some odf output, preliminary fix
* sql, postgresql allow tcp/ip connections, parameters from rc file, sisurc.ymlRalph Amissah2008-01-022-2/+15
|
* year updated to 2008 - happy new yearRalph Amissah2007-12-3186-180/+180
|
* adjustments for ruby1.9 (xmas), in sysenv moved default location of ↵Ralph Amissah2007-12-314-159/+211
| | | | | | | | processing directory sysenv, processing in subdirectory under /tmp/_sisu_processing~ [instead of within home], (subdirectory) named after owner with permissions restricted to owner
* change primary key indexes to bigint (requested)Ralph Amissah2007-12-311-18/+18
|