aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* v2, v3: changelog updatessisu_3.0.2Ralph Amissah2011-03-052-1/+20
|
* documentation, minor tidyRalph Amissah2011-03-0516-206/+190
|
* manpage + html: sylink sisu.1 to sisu3.1Ralph Amissah2011-03-052-0/+2
|
* documentation, remove some filesRalph Amissah2011-03-055-8592/+0
|
* html manpages, re-run man2htmlRalph Amissah2011-03-0514-831/+4410
|
* sisu.8 manpage & html deleted, needs rewrite, unhelpfulRalph Amissah2011-03-052-606/+0
|
* manpages: sisu.1 update; sisu_vim.7 cleaningRalph Amissah2011-03-052-882/+812
|
* markup samples, manual, headers: links and other detailsRalph Amissah2011-03-0537-915/+600
|
* doc/sisu user_txt, minor update & pruningRalph Amissah2011-03-053-132/+14
|
* v2, v3: manpage, adjust output (backslash ('\') escapes reduced)Ralph Amissah2011-03-052-5/+3
|
* v2, v3: defaults, default homepage tidy & update linksRalph Amissah2011-03-052-213/+39
|
* v3: version & changelog, touch dateRalph Amissah2011-03-052-3/+8
|
* conf/skin prune skinsRalph Amissah2011-03-048-1506/+9
| | | | | * remove less important skins * use syslink to share doc/skin_sisu.rb
* CHANGELOG_v{1,2,3}, syslink, avoid duplicationRalph Amissah2011-03-029-9640/+8844
| | | | | * CHANGELOG_v3 updated * CHANGELOG & README locations pruned
* v2, v3: consolidate manual & markup samplesRalph Amissah2011-03-02204-19797/+0
| | | | * reinstate lang dir structure for manual when v3 becomes default
* v3: sysenv, separate out processing_path method plus consequencesRalph Amissah2011-03-0123-252/+257
|
* v3: space between each and opening curly brace e.g. "x.each {|y| p y}"Ralph Amissah2011-03-0112-35/+39
|
* v3: ruby 1.9 hash symbol syntax adoptedRalph Amissah2011-03-0143-455/+458
|
* v3: use rb1.9.2 "require_relative" syntaxRalph Amissah2011-03-0190-335/+332
|
* v3: use "encoding: utf-8" (instead of coding)Ralph Amissah2011-03-01123-121/+125
|
* make sisu: v2 require >=ruby1.8.7; v3 require >=ruby1.9.2Ralph Amissah2011-03-017-5/+64
| | | | | | | | | | | * 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
* v3: sisu version 3.0.2-beta-rb1.9.2p180Ralph Amissah2011-03-011-3/+3
|
* v3: changelog, open 3.0.2, target ruby1.9.2Ralph Amissah2011-03-012-0/+22
|
* v3: hub, minor rearrangementRalph Amissah2011-03-011-28/+28
|
* v3: urls, param, two unrelated regex fixes, checkRalph Amissah2011-03-012-2/+2
|
* v2: changelog fixRalph Amissah2011-03-011-43/+3
|
* sha256 (3.0.1)Ralph Amissah2011-03-012-7/+9
|
* changelogs, gitweb urls: debian release tagssisu_3.0.1Ralph Amissah2011-02-162-37/+0
|
* changelog & version (3.0.1)Ralph Amissah2011-02-163-12/+11
|
* css, fix css paths for xhtml, xml dom & xml saxRalph Amissah2011-02-156-7/+32
|
* sysenv, sisurc.yml & elsewhere as affected, output_dir_structure (conf & tests)Ralph Amissah2011-02-159-109/+153
| | | | * (by_language_code; by_filetype; by_filename)
* console feedback on selected files being processed, updates & fixesRalph Amissah2011-02-1513-61/+93
|
* sysenv & sisurc.yml: libreoffice, default odf readerRalph Amissah2011-02-154-2/+18
|
* sha256 (3.0.0)Ralph Amissah2011-02-083-6/+8
|
* update changelogs & version datesisu_3.0.0Ralph Amissah2011-02-077-51/+64
|
* documentation & man pages, add sisu3, sisu-po and touchesRalph Amissah2011-02-0750-148/+4991
|
* REMOVE sisu v1Ralph Amissah2011-02-07253-82574/+0
|
* increment year (2011) for bin and lib/sisu/v3Ralph Amissah2011-02-07123-138/+138
|
* v3 po4a, options, shortcut representation for processing, keep working onRalph Amissah2011-02-011-2/+41
| | | | | | | | * sisu --po4a en/live-manual.ssm fr instead of: sisu --po4a en/live-manual.ssm fr/live-manual.ssm test: sisu --po4a en/live-manual.ssm fr de
* v3 introduced as development branch, invoked using "sisu --v3 [instructions]Ralph Amissah2011-02-01265-6/+84166
|
* prepare for v3 branchRalph Amissah2011-02-019-15/+151
|
* remove skin_gutenberg from sisu, unusedRalph Amissah2011-02-013-648/+0
|
* document objects: page break; object separator (introduced & used, adjust later)Ralph Amissah2010-12-1616-22/+98
| | | | | | | | | | | | | | * object separator introduced (requested Cory Doctorow, implementation not discussed) * dal_syntax, object separator syntax (<:---> or <:ols>) * constants, object separator * vim syntax highlighting, match object separator * document objects: page break; object separator (introduced & used) * dal, page break and object separator objects * represent page break and object separator: plaintext, html, epub, odf, texpdf (adjust later)
* dal_syntax, sisu syntax modification (insist on curly braces)Ralph Amissah2010-12-133-18/+26
| | | | | | | | * enforce use of curly braces in markup, remove single word markup without curly braces (requested fix, Ben Armstrong (live-manual), problematic for technical writing) * also removed some undocumented alternative markup attributes
* open v2.7.10Ralph Amissah2010-12-131-3/+3
|
* sha256 (2.7.9)Ralph Amissah2010-12-092-8/+8
|
* changelog, cosmeticsisu_2.7.9Ralph Amissah2010-12-092-8/+8
|
* dal, markup syntax (fontface) multi-line match, for line-wrap textRalph Amissah2010-12-094-24/+32
|
* dal, multiline-match to permit line-wrap on bullet text (and headings)Ralph Amissah2010-12-084-9/+17
| | | | (requested fix, Ben Armstrong (live-manual))
* document manifest link (plaintext, odf)Ralph Amissah2010-12-076-20/+28
| | | | | | | * plaintext, link to "document manifest" fix(links to individual output types removed) * odf, manifest link fix * html, cosmetic touch