aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* v5 v6: bin/sisu, ensure return to start dirRalph Amissah2014-05-121-3/+3
|
* v5 v6: made true, branches: v6 development; v5 stable; v4 closedsisu_5.3.0Ralph Amissah2014-01-262-2/+2
|
* bin/sisu changes to simplify switching to new stable & development branchessisu_4.2.21Ralph Amissah2014-01-261-127/+243
|
* v4 v5: bin/sisu & some related lib changesRalph Amissah2014-01-201-51/+67
| | | | | * good time to consider rollover: closing v4 branch, replacing it with v5 & introducing v6 for development, proposed for this release + 1
* bin/sisu experimentationsisu_4.2.19Ralph Amissah2014-01-171-52/+18
| | | | | * start preparing for ruby changes * work on fix for bug related to gem path & system installed sisu
* bin/sisu, version dir (fix) & version infoRalph Amissah2014-01-061-10/+19
| | | | | | * (ensure SiSU_version_dir) fix * sisu version info, yml info also when installed via ruby gem * downstream libs
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-2/+3
|
* v4 v5: bin/sisu, simplify in relation to sisu gemsisu_4.2.14Ralph Amissah2013-12-031-27/+11
|
* v4 v5: rake create build & install sisu gemspec; bin/sisugem (add .gitignore)Ralph Amissah2013-12-022-9/+17
| | | | | | | | | | | | | | | | | | | * rake gemcbi #(create build install sisu gem) * rake gemspecscreate && \ rake gembuild && \ sudo rake geminstall * rake gemspecscreate && \ gem build sisu5.gemspec && \ sudo gem install --no-rdoc --no-ri \ sisu-5.1.0.gem * bin/sisu updated (modified to take account of gems) * bin/sisugem added * .gitignore sisu-*.gem sisu*.gemspec consider inclusion (& tracking) of rake created sisu4.gemspec sisu5.gemspec (as this makes their availability more obvious) * once gem is installed: "sisu _5.1.0_ -vM" (to see version, commands otherwise as usual) if paths are such that sisu is not available "sisugem _5.1.0_ -vM" should work (as it is installed by gemspec, but not other sisu installers)
* v4 v5: bin/sisu-*sisu_4.2.12Ralph Amissah2013-11-0812-8/+16
| | | | | * use option flag full names * add sisu-html-scroll, sisu-html-seg, sisu-pdf-portrait, sisu-pdf-landscape
* bin/sisu update language list ja ko zh, fixsisu_4.2.5Ralph Amissah2013-09-221-1/+1
|
* v4 (v5): misc, minorRalph Amissah2013-07-301-1/+1
|
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-092-13/+13
| | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone
* v4: bin/sisu, process remote sisu markup file or sisupod, where url providedRalph Amissah2013-03-081-0/+9
|
* v4: bin/sisu, expand given path for sisu executableRalph Amissah2013-03-061-17/+11
| | | | * where system sisu not called directly
* v4 (v3): lib, bin/sisu, misc, code headers provide url to online git file sourcesisu_4.0.7Ralph Amissah2013-02-101-0/+4
| | | | | | * e.g. bin/sisu header * Git <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary> <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=bin/sisu;hb=HEAD>
* date 2013: version & changelog; headers bin/sisu & lib/; code constants.rbsisu_4.0.1Ralph Amissah2013-01-011-2/+2
|
* v4: bin/sisu sysenv, rc_path_options, provide fixed path to rc filesRalph Amissah2012-12-281-0/+2
| | | | | * added $sisu_document_markup_directory_base_fixed_path * needed to read right sisurc.yml & sisu_document_make
* v4: bin/sisu $*, hub, make possible to specify dir path for markup filesRalph Amissah2012-10-033-354/+69
| | | | * bin/sisu4 & bin/sisu3 now syslinks to bin/sisu
* v4: bin/sisu $0, make possible to run sisu command on/within project dir treeRalph Amissah2012-10-033-3/+109
| | | | | * (previously sisu needed to be correctly installed with system paths honored) * NOTE: loading of skins turned off
* v4: 4.0.0 new branch & version & changelog "opened"Ralph Amissah2012-10-038-311/+20
|
* v3: bin/sisu, hub, reorganize callRalph Amissah2012-08-293-13/+22
|
* v3: code headers mainly copyrightRalph Amissah2012-05-285-30/+20
|
* v3: 3.2 branch is main (v3dv --> v3); dev (v3dv) branch directories removedRalph Amissah2012-03-195-5/+5
| | | | | | | | | * v3dv (3.2) "merged" into v3 (previously 3.1) (& removed) * conf/sisu/v3dv --> conf/sisu/v3 * data/sisu/v3dv --> data/sisu/v3 * lib/sisu/v3dv --> lib/sisu/v3 * bin/sisu* (v3dv references changed to v3) * (--dev modifier (superfluous for the time being) runs main v3 branch)
* v3dv, add dev branch (use to make some changes to module & class names & test)Ralph Amissah2012-01-105-5/+5
| | | | | * (intended as) short term branch, merge back into v3 once tested * sisu --dev (to invoke)
* v3: date, year 2012, updateRalph Amissah2012-01-104-8/+8
|
* v2 v3: bin/sisu, default sisu version 3Ralph Amissah2011-10-035-21/+41
| | | | * Version 3 is now the default (on running sisu)
* 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