aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* v2 v3: bin/sisu2 introduced (complement bin/sisu3), currently same as bin/sisuRalph Amissah2011-05-151-0/+131
| | | | | * later switch bin/sisu to bin/sisu3 * consider using update-alternatives
* v2 v3: bin/ cosmeticRalph Amissah2011-05-044-7/+7
|
* v2 v3: bin/ type fix for ruby version checkRalph Amissah2011-04-274-24/+24
|
* v2 v3: bin/ improved ruby version checkRalph Amissah2011-04-264-44/+72
|
* v3, v2: bin/sisu*: v3 development ruby >=1.9.2p180; v2 maintenance ruby >=1.8.7Ralph Amissah2011-03-244-87/+258
| | | | * bin/sisu* version checks
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-014-4/+4
|
* make sisu: v2 require >=ruby1.8.7; v3 require >=ruby1.9.2Ralph Amissah2011-03-012-2/+31
| | | | | | | | | | | * bin/sisu bin/sisu3 modified accordingly note: there are issues with sisu and early versions of ruby1.9.2 ruby1.9.2p0 is known to segfault on a number of operations ruby1.9.2p180 does not have these issues * v3 includes changelog updates * v2 includes changelog updates and version update 2.8.1
* documentation & man pages, add sisu3, sisu-po and touchesRalph Amissah2011-02-071-74/+0
|
* REMOVE sisu v1Ralph Amissah2011-02-076-86/+0
|
* increment year (2011) for bin and lib/sisu/v3Ralph Amissah2011-02-076-12/+12
|
* v3 introduced as development branch, invoked using "sisu --v3 [instructions]Ralph Amissah2011-02-018-3/+268
|
* sisu-harvest, alias for sisu --harvest (with man page)Ralph Amissah2010-07-121-0/+2
|
* provide alternative sisu command names sisu-pg & sisu-sqliteRalph Amissah2010-07-072-0/+4
|
* provide alternatives for producing single output typesRalph Amissah2010-07-026-0/+12
|
* introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0Ralph Amissah2010-03-063-6/+9
|
* changelog, & version number updatesRalph Amissah2009-12-192-4/+4
|
* directory structure changes to accommodate the introduction of sisu v2Ralph Amissah2009-12-191-2/+2
|
* move lib to version 1 directory, (lib/sisu/v1) and make related changesRalph Amissah2009-07-043-3/+3
|
* bin file permissions set to 644 in repoRalph Amissah2009-07-032-0/+0
|
* copyright date update and removed some white spaceRalph Amissah2009-07-023-3/+3
|
* year rolloverRalph Amissah2009-01-013-3/+3
|
* sisu harvest, introduce module along with header syntax addition & modificationRalph Amissah2008-12-023-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)]
* ruby1.9 some testing minor changesRalph Amissah2008-11-031-2/+2
| | | | | opened to run with ruby1.9, (however not all used libraries ported on system) continue to use ruby1.8 series >= ruby1.8.4
* sisu-0.68.0 proposedRalph Amissah2008-07-221-6/+1
| | | | | | | * 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]
* CHANGELOG 0.66 and ruby identify program files as utf-8Ralph Amissah2008-02-243-0/+3
|
* version rolled back, not ready to open ruby 1.9 some libraries not yet availableRalph Amissah2008-02-051-1/+2
|
* ruby 1.9 open; future pgsql testing on 8.3; encoding utf-8 checks; version ↵Ralph Amissah2008-02-051-3/+7
| | | | | | | | | | 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-193-6/+6
| | | | | | | | | * 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
* permit to run on ruby 1.9, debian unstable requires itRalph Amissah2008-01-183-3/+6
|
* year updated to 2008 - happy new yearRalph Amissah2007-12-313-9/+9
|
* gpl links etc.Ralph Amissah2007-12-143-3/+3
|
* gpl links updated and added link to plaintext as allows for convenient use ↵Ralph Amissah2007-12-033-6/+15
| | | | of vim gf
* primarily todo with sisu documentation, changelog reproduced below:Ralph Amissah2007-09-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start documenting sisu using sisu * sisu markup source files in data/doc/sisu/sisu_markup_samples/sisu_manual/ /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/ * default output [sisu -3] in data/doc/manuals_generated/sisu_manual/ /usr/share/doc/manuals_generated/sisu_manual/ (adds substantially to the size of sisu package!) * help related edits * manpage, work on ability to generate manpages, improved * param, exclude footnote mark count when occurs within code block * plaintext changes made * shared_txt, line wrap visited * file:// link option introduced (in addition to existing https?:// and ftp://) a bit arbitrarily, diff here, [double check changes in sysenv and hub] * minor adjustments * html url match refinement * css added tiny_center * plaintext * endnotes fix * footnote adjustment to make more easily distinguishable from substantive text * flag -a only [flags -A -e -E dropped] controlled by modifiers --unix/msdos --footnote/endnote * defaults, homepage * renamed homepage (instead of index) implications for modifying skins, which need likewise to have any homepage entry renamed * added link to sisu_manual in homepage * css the css for the default homepage is renamed homepage.css (instead of index.css) [consider removing this and relying on html.css] * ruby version < ruby1.9 * place stop on installation and working with for now [ruby String.strip broken in ruby 1.9.0 (2007-09-10 patchlevel 0) [i486-linux], 2007-09-18:38/2] * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * debian * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * sisu-doc new sub-package for sisu documentation debian/control and sisu-doc.install
* primarily gpl3 changes, license changed, license included, images addedRalph Amissah2007-07-013-131/+148
| | | | | | | | | | | | skins cleaned a bit and output info on sisu modified, esp. in html html no link to concordance if generated on document above word count 260k odf url match bug fix dal text block fix for dealing with url to be followed by <br> minor cosmetic stuff
* cgi search script fix, related to highlighting matches, changelog update, ↵sisu_0.54.1Ralph Amissah2007-06-152-3/+3
| | | | rest removal of hanging whitespace
* 0.53.0, pre-build, see changelog, library naming changed for scm, placed ↵upstream/0.53.0sisu_0.53.0Ralph Amissah2007-06-023-12/+12
| | | | under v0 (instead of 0.53)
* restrict use to ruby1.8 branch, i.e. < 1.9Ralph Amissah2007-05-243-3/+3
|
* restrict use to ruby1.8, plus some minor housekeeping changes file exist? ↵Ralph Amissah2007-05-233-3/+3
| | | | instead of exists?
* Imported upstream version 0.52.7upstream/0.52.7sisu_0.52.7Ralph Amissah2007-05-223-0/+180