aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sisupod, bugfixes for rsync placement and for download and processingRalph Amissah2007-12-204-50/+52
|
* rsync sisupod, bugfixRalph Amissah2007-12-171-4/+12
|
* texpdf, generate sisu latex output in a single passRalph Amissah2007-12-172-219/+282
| | | | | | | | | | | | implications if additional modules added e.g. provide dvi file without latex pdf headers or generate an A6 document by default for e-readers capable of reading pdf (this would otherwise require a separate pass/loop of content for each type to be generated) current shortcoming, images are sized for smaller landscape output by default, image dimension adjustments not yet made (for different orientation)
* gpl links etc.Ralph Amissah2007-12-1490-93/+93
|
* changelog and version updatedRalph Amissah2007-12-0815-69/+81
|
* gpl links updated and added link to plaintext as allows for convenient use ↵Ralph Amissah2007-12-0388-176/+440
| | | | of vim gf
* html scroll more convenient (code) placement of line separator <hr>Ralph Amissah2007-11-273-5/+3
|
* html scroll line separator before document informationRalph Amissah2007-11-261-2/+2
|
* html scroll, <hr> line separator before endnotes and metadataRalph Amissah2007-11-261-0/+6
|
* sysenv, scp provide variable, fixRalph Amissah2007-11-261-0/+1
|
* sysenv step in remote images test needs to be retainedRalph Amissah2007-11-261-1/+1
|
* various small adjustments for 0.62.3Ralph Amissah2007-11-265-13/+14
| | | | | | | | | | | | * html <hr> follows text, before footnotes (refine later) * rsync remote images partial fix * minor bug fix, related to error message passing, in texpdf and url * sisu_manual version info * vim ftplugin, status line info on cursor position modified
* remote markup source, image download; vim ftplugin sisu.vim status line; vim ↵Ralph Amissah2007-11-033-4/+13
| | | | colors reporting of slate.vim
* generate from remote markup source, image path fix and some cosmetic ↵Ralph Amissah2007-11-015-84/+95
| | | | re-arrangement
* db rearranging, create, drop, import (and a renaming: db_dbi from shared_db)Ralph Amissah2007-10-2614-541/+657
|
* regex to match composite file names in db common and cgiRalph Amissah2007-10-222-3/+3
|
* dal, available shared output shortcut, adjustment needed for footnote/endnoteRalph Amissah2007-10-201-4/+8
|
* dal todo with path to shared source; shared xml cosmeticRalph Amissah2007-10-202-12/+24
|
* manifest image pathsRalph Amissah2007-10-191-8/+8
|
* mostly paths for shared markup source (txt and pod), also...Ralph Amissah2007-10-199-94/+83
| | | | | also current Debian/Sid ruby1.9 upgrade removes a bug, so a related test/warning in options.rb removed
* mostly adjustment to image paths (for local and remote operations)Ralph Amissah2007-10-195-13/+27
|
* first pass at fictionbook output; images posted with document rsync; also ...Ralph Amissah2007-10-196-5/+355
| | | | | | | | | | | * first pass at fictionbook output - fictionbook is interesting, (develop over time or drop support) * images in document posted with document rsync * ruby1.9 strip bug re-encountered in debian sid build version, (unless it is my setup) see changelog
* minor detailRalph Amissah2007-10-172-2/+2
|
* manpage, todo with rearrangement of conditionals, adjusted and sisu.1 ↵Ralph Amissah2007-10-161-1/+1
| | | | regenerated
* image list, extracting conditions and regex visitedRalph Amissah2007-10-169-26/+58
|
* mostly the arrangement of conditionalsRalph Amissah2007-10-1550-339/+796
|
* regex matching of images, (and rearrangement of conditionals)Ralph Amissah2007-10-154-45/+97
|
* remote_conn, accepting multiple remote hosts, sysenv also beginning of ↵Ralph Amissah2007-10-152-227/+458
| | | | rearrangement of conditionals
* remote server configuration info set in sisurc.yml for multiple hosts, ↵Ralph Amissah2007-10-152-3/+84
| | | | | | | sysenv and help sisurc.yml remote host settings takes both old and new configuration notation new being through use of Array for each host '-' separator, [example is provided]
* composite master renaming, and; multiple remote puts (rsync|scp)Ralph Amissah2007-10-1519-185/+216
| | | | | | | | | | * composite master files: eliminate ._sst, replace with .ssm.sst * multiple remote hosts ("distributed" rsyncing), yml config files remote now uses array with all recent changes (directory shunting) much testing is yet to be done, state is unstable some things are known not to work this instant, e.g. sisu -V
* default image directories moved, more convenient/logical [test]Ralph Amissah2007-10-146-47/+50
|
* shared markup source output moved to own common src directoryRalph Amissah2007-10-149-119/+209
|
* remote, (put, get) in single file; embedded content, posted locally and ↵Ralph Amissah2007-10-135-464/+263
| | | | remotely using rsync
* start version marking interim releasesRalph Amissah2007-10-131-1/+1
|
* underscore exception requires additional tweaking of regexes, solution not ↵Ralph Amissah2007-10-136-8/+15
| | | | optimal (sisu_markup as basic test)
* special character exceptions, some fixes, primarily underscoreRalph Amissah2007-10-127-10/+14
|
* xml dom extract footnote from grouped textRalph Amissah2007-10-122-0/+3
|
* available outputs shortcut display, description of odf:odt expandedRalph Amissah2007-10-121-1/+1
|
* for html and latex/pdf permit switch off of object numbering display from ↵Ralph Amissah2007-10-122-4/+18
| | | | within skins
* sisupod_make, composite file is an exceptionRalph Amissah2007-10-111-1/+4
|
* shared markup source, composite documents, fix look to processing directoryRalph Amissah2007-10-112-4/+2
| | | | for: text share source and binary sisupod (make)
* sysenv, extra check for sisurc search info (and a cosmetic change (quotes))Ralph Amissah2007-10-102-4/+5
|
* markup header, cleaning of obsoleted url_png markerRalph Amissah2007-10-093-21/+15
|
* texpdf, when not to output numbers on text objectsRalph Amissah2007-10-092-29/+22
|
* dal_syntax, relative links changed to absolute, may wish to reconsiderRalph Amissah2007-10-091-0/+3
| | | | relative links primarily of interest for html output, for which may wish to retain