aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/hub.rb
Commit message (Collapse)AuthorAgeFilesLines
* lib/sisu/*, single libs directory (c&d gone) (7)Ralph Amissah2015-05-011-277/+0
| | | | | | | | * removed lib/sisu/{current,develop} dir branches v7 (v5 & v6 retired) * simplify dir structure, offer single version per snapshot * have enjoyed carrying stable and development versions v5 & v6 in a single tarball, may return to this structure
* d: hub, if run from dir tree check git describe version infoRalph Amissah2015-04-131-1/+1
|
* c&d: pass info needed make run better without installRalph Amissah2015-04-081-2/+2
|
* d: po4a, initialize either directly with sst or passed through aoRalph Amissah2015-01-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | * creates source language directory with source markup files (.sst .ssm .ssi) & the po4a.cfg configuration file, then runs po4a to place the markup source under po4a translation management * --po4a-sst uses original sisu markup source as described above * --po4a-ao passes sisu source markup through document abstraction before converting back to a sisu markup source markup equivalent of the original document, it does this in an attempt to get more uniform output, and put footnotes for example if any in a form that is easier to translate --po4a-ao -v --trans-en:fr,es en/live-manual.ssm --po4a-ao -v --trans-en:fr,es en/live-manual.ssm \ es/live-manual.ssm in the latter example also runs sisu marked up "es" document through document abstraction and returns a sisu markup source version of the document, and against this gettext is (or can be run) to (attempt to) have the source and target languages together in the po/es file * all quite rough, will need to be revisited, * these for now replace the renamed --po4a-shelf (formerly --po4a)
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-0/+273
* libs & version files under new branch names: current & develop * previously under branch version numbers (v5|v6) * version .yml files moved * associated adjustments made as required, notably to: bin/sisu se* qi* (file headers); breakage potential, testing required * [on dir names, want release to (alphabetically) precede next/development, considered (cur|dev) (current|(dev|development|progress|next)) (stable|unstable), alpha sorting fail (release|(next|develop))]