aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/sysenv.rb
Commit message (Collapse)AuthorAgeFilesLines
* move lib to version 1 directory, (lib/sisu/v1) and make related changesRalph Amissah2009-07-041-3275/+0
|
* make sisu and ruby version info ruby instance methodsRalph Amissah2009-07-041-4/+7
|
* copyright date update and removed some white spaceRalph Amissah2009-07-021-1/+1
|
* copyright presentation changed, remains substantively the same; minor sisu ↵sisu_0.70.5Ralph Amissah2009-01-181-2/+1
| | | | | | | | | | | | | | | 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
* year rolloverRalph Amissah2009-01-011-1/+1
|
* sqlite3 fix, populate do using rb sqlite3 driver directly (rb dbi problematicRalph Amissah2008-12-241-1/+13
| | | | | | | | | | | | | | | | 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
* sysenv, cosmetic touchRalph Amissah2008-12-111-1/+1
|
* sisu harvest, introduce module along with header syntax addition & modificationRalph Amissah2008-12-021-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sisu markup, additional header and new format rule: * @creator: / @author: header field, introduced author name format rules for more usable metadata harvesting: surname comma other names, additional authors separated by semi-colon * param added meta-tag, @topic_register: formatting topic levels are separated from sub-levels by a colon, a semi-colon separates main topics if there are multiple topics at lowest sub-level, a pipe can be used to create multiple headings * harvest module, harvests metadata from document set currently extracts: (i) authors and their writings from document set; (ii) topics and associated writings from document set (topics use topic_register header). harvest (when run against documents common to a directory of a site) extracts metadata and organises the documents on a site by author and topic information provided (there is a new "topic_register" header, with formatting rules similar to those of the book index), results are placed in [output_path]/sisu_site_metadata. sisu --harvest *.sst * by author (see change in param @creator: / @author: header field) * by topic / subject index (see addition in param of @topic_register: header field) initially there should be an example samples here: http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_authors.html http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_topics.html together with update markup source files The authors and their writings list will be made to take on a more biblographical form, with the use of additional fields as required. (concept example, suitable for medium sized sites [to remove size constraint: implement SQL equivalent]) make feature more robust * css, for harvest output added * remote placement of sisu_site_metadata (output produced by metadata harvest) * sisu markup, update document samples accordingly * tidy copyright marks in program headers, remove repetition of dates [version bump because formatting rule introduced to author / creator header - where new site metadata harvest feature is used, (at present changes changes should not be noticed except when using metadata harvest)]
* dal and param various changes (some affecting other files)Ralph Amissah2008-11-031-1/+1
| | | | | | | | | | | | | dal, minor changes including related to bold line instruction and, variable name change affecting other files param, header tag for document index, create site index of documents use, add info on document content, harvest info provided from document set for metadata to create site index of documents (similar sub-sytax to book index) also variable name others variable name change, made earlier in dal and param
* book code, minor adjustment; and fix to manifest reporting of the creation ↵Ralph Amissah2008-10-101-1/+1
| | | | of sisupod (zip)
* primarily on book index where (markup) providedRalph Amissah2008-09-101-0/+6
| | | | | | | | | * book index, html, tex/pdf, xml * texpdf no ocn if ocn is 0 * odf, plaintext, if book index? remove ... do other outputs for which not relevant * concordance, better matches * constants, dal special character for hardspace changed as (ruby) regx bug in replacing it in xml, odd but move on Note: to fix html seg headers for endnotes and for index
* book index, sample html file and to screen sisu markup sample added (-M flag)Ralph Amissah2008-09-081-1/+2
|
* rsync, replace --delete-after with --deleteRalph Amissah2008-08-171-5/+10
| | | | apparently not all versions of rsync accept more specific option
* sisu-0.68.0 proposedRalph Amissah2008-07-221-10/+20
| | | | | | | * 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]
* texpdf fixes, xetex and xelatex processing commands, and fix for a5 ↵Ralph Amissah2008-07-121-3/+3
| | | | landscape pdf
* minor fixes: remote sourcefile; processing directory; manifest infoRalph Amissah2008-07-121-3/+3
|
* rebuild, "sisu --help env" fix and texpdf papersize re-fixedRalph Amissah2008-07-031-5/+4
|
* sysenv/texpdf, xetex landscape pdf fixRalph Amissah2008-07-021-10/+12
|
* sysenv/texpdf, fix required for xetex landscape pdfsRalph Amissah2008-07-021-2/+16
|
* syenv updates, mostly sql relatedRalph Amissah2008-05-101-13/+49
|
* move to sqlite3, an issue with finalising transactions (commit, close...)Ralph Amissah2008-04-241-1/+1
|
* 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-221-21/+27
|
* CHANGELOG 0.66 and ruby identify program files as utf-8Ralph Amissah2008-02-241-0/+1
|
* ruby 1.9 open; future pgsql testing on 8.3; encoding utf-8 checks; version ↵Ralph Amissah2008-02-051-3/+22
| | | | | | | | | | 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
* mkdir_p, and again close running of ruby 1.9Ralph Amissah2008-01-191-43/+34
| | | | | | | | | * 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
* sql, postgresql allow tcp/ip connections, parameters from rc file, sisurc.ymlRalph Amissah2008-01-021-0/+13
|
* adjustments for ruby1.9 (xmas), in sysenv moved default location of ↵Ralph Amissah2007-12-311-146/+194
| | | | | | | | processing directory sysenv, processing in subdirectory under /tmp/_sisu_processing~ [instead of within home], (subdirectory) named after owner with permissions restricted to owner
* sisupod, bugfixes for rsync placement and for download and processingRalph Amissah2007-12-201-6/+9
|
* rsync sisupod, bugfixRalph Amissah2007-12-171-4/+12
|
* gpl links etc.Ralph Amissah2007-12-141-1/+1
|
* gpl links updated and added link to plaintext as allows for convenient use ↵Ralph Amissah2007-12-031-2/+5
| | | | of vim gf
* 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-261-2/+2
| | | | | | | | | | | | * 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-031-1/+5
| | | | colors reporting of slate.vim
* db rearranging, create, drop, import (and a renaming: db_dbi from shared_db)Ralph Amissah2007-10-261-26/+50
|
* mostly paths for shared markup source (txt and pod), also...Ralph Amissah2007-10-191-16/+39
| | | | | 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-191-8/+10
|
* first pass at fictionbook output; images posted with document rsync; also ...Ralph Amissah2007-10-191-0/+6
| | | | | | | | | | | * 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
* remote_conn, accepting multiple remote hosts, sysenv also beginning of ↵Ralph Amissah2007-10-151-206/+428
| | | | rearrangement of conditionals
* remote server configuration info set in sisurc.yml for multiple hosts, ↵Ralph Amissah2007-10-151-1/+42
| | | | | | | 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-151-136/+167
| | | | | | | | | | * 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-141-10/+10
|
* shared markup source output moved to own common src directoryRalph Amissah2007-10-141-62/+111
|
* sysenv, extra check for sisurc search info (and a cosmetic change (quotes))Ralph Amissah2007-10-101-3/+4
|
* command line processing shortcuts changedRalph Amissah2007-10-091-6/+6
| | | | -1 does only -hwpoyv and (obsoleted) -A changed in sysenv with -a
* set /tmp/_sisu_processing directory permissions to 777, (each user has a ↵Ralph Amissah2007-10-011-6/+20
| | | | sub-directory thereunder)
* proposed as sisu-0.60.0, see updated CHANGELOGRalph Amissah2007-10-011-3/+25
| | | | | | | | | | | | | | | | * parameter reading on first run of file, (initialization of parameters) * composite files (.ssm) building moved to processing directory, to overcome problem of non-writable sisu-source document directories, perhaps also cleaner (management of files) * latex/pdf minor cleaning, * caret '^' is latex special character, additional match for escaping * clean major headings of markup heading tag with tilde and name e.g. '1~meta' * param / metadata, hash sums now returns has sum and file-name only even for sisu-skin
* hash test now will return only filename, no path, man page and man2html updateRalph Amissah2007-09-291-2/+7
|