aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* v3: cosmetic code, true ? x : yRalph Amissah2012-10-0121-287/+281
|
* v3: odf, internal links/bookmarks, toc, book indexRalph Amissah2012-10-016-96/+164
|
* v3: dal_syntax, new syntax: =\\= page new & -\\- page breakRalph Amissah2012-10-013-6/+10
| | | | * alias for <:pn> and <:pb> respectively
* v3: html, epub, group text, bullet, fixRalph Amissah2012-10-013-4/+4
|
* v3: texpdf fixesRalph Amissah2012-10-011-2/+6
| | | | | | | * group text, bullet * group text, hardspaces at start of line (indent) * group text, pass through special characters safe * poem, bold etc.
* v3: pdflatex, landscape cover page was botched, came out as portrait, fixRalph Amissah2012-10-011-9/+7
|
* v3: options, opt_act, limit callsRalph Amissah2012-10-011-338/+344
| | | | * ruby profiler indicates much time spent here, reduce
* v3: sisupod source, paths fixRalph Amissah2012-10-011-22/+21
|
* v3: dbi, pgsql, report need for instructions when none givenRalph Amissah2012-08-293-5/+6
|
* v3: some pre-unicode meddling sortedRalph Amissah2012-08-293-385/+3
| | | | * covers bug reported as middle dot changed to asterisk by chals
* v3: bin/sisu, hub, reorganize callRalph Amissah2012-08-291-30/+28
|
* v3: sisu -v, provide version information, fixRalph Amissah2012-08-292-4/+8
|
* v3: constants, year static (current): YEAR=2012Ralph Amissah2012-08-292-2/+3
|
* v3: texpdf, xetex screen reporting of warnings off unless sisu -pV usedsisu_3.3.2Ralph Amissah2012-06-301-1/+6
|
* v3: sysenv, rsync put (post to remote site), fix, needs comprehensive checksisu_3.3.1Ralph Amissah2012-06-231-24/+23
| | | | | | | | * broken since version 3 (did not cope with alternative output structures, initial fix * still broken: * rsync get (sisu source); * scp put & scp get)
* v3: texpdf_format, urls in headings break pdf documents, fixRalph Amissah2012-06-231-4/+8
| | | | * e.g. output generation of document sample gpl.fsf.sst pdf fixed
* v3: hub, some re-arrangementRalph Amissah2012-06-231-366/+370
|
* v3: shared_sisupod_source, common build for sisu (markup) source representationssisu_3.3.0Ralph Amissah2012-06-1712-433/+593
| | | | | | | | | | * to be used by sisupod.txz, git, (and src) * sisupod_make (--sisupod) * share_source (--source) NOTE not used git at present * changed representation of shared sisu source, include related files in directory rather than just markup file [reason for version bump] NOTE there are no changes to sisu markup (only the sharing of source files)
* v3: hub, post bundles, sisupod_make, file selection selection for tar.xz, fixsisu_3.2.12Ralph Amissah2012-06-061-10/+40
|
* v3: sysenv, check @md.make.respond_to?(:skin)Ralph Amissah2012-06-061-1/+2
|
* v3: html_segments, @make.build.html_navigation?, fix, (excludes --exc-html-)Ralph Amissah2012-06-061-4/+9
|
* v3: html, excludes (options) --exc-html-top-band, touchRalph Amissah2012-06-061-2/+6
| | | | | * html (toc & scroll), (html_segments, concordance,) exclude top band sisu --exc-top-band --html --concordance filename.sst
* v3: screen reporting, ansi colors, cosmeticRalph Amissah2012-06-063-4/+4
|
* v3: shared_images, fixRalph Amissah2012-06-061-1/+2
|
* v3: dbi_discreet, screen reporting db location, fixRalph Amissah2012-06-061-2/+2
|
* v3: images, copy (system link removed)sisu_3.2.11Ralph Amissah2012-06-037-42/+24
|
* v3: images, regular & sisupodRalph Amissah2012-06-036-101/+164
|
* v3: manifest, paths, (for command line selection of output type) fixRalph Amissah2012-06-031-15/+14
|
* v3: urls, sisupod, fixRalph Amissah2012-06-031-1/+1
|
* v3: warn when files to be copied not found, addRalph Amissah2012-06-036-32/+71
|
* v3: error & warning messages touched, revisitRalph Amissah2012-06-0323-77/+122
|
* v3: html_format, minor cleaningsisu_3.2.10Ralph Amissah2012-05-281-44/+0
|
* v3: hub, share markup source (--source) not available for composite filesRalph Amissah2012-05-281-2/+6
| | | | * suggest creating a sisupod instead
* v3: sisupod.txz processingRalph Amissah2012-05-286-30/+77
| | | | * BUG image copying/processing for sisupod
* v3: hub, manifest re-run where related multilingual documents, fixRalph Amissah2012-05-281-1/+1
| | | | | * BUG breaks mini table of contents (minitoc) manifest for multilingual files, better run without manifest minitoc, use --exc-manifest-minitoc
* v3: css, ensure css available for generated contentRalph Amissah2012-05-288-69/+146
| | | | | * checks whether exists if not copies (for --init-site / --configure just copies, takes as a re-copy request)
* v3: options, command line control of output directory structureRalph Amissah2012-05-283-50/+91
| | | | | * --output-by-language; --output-by-filetype; --output-by-filename, or --by-language; --by-filetype; --by-filename
* v3: options, --init-site, --configure, fixRalph Amissah2012-05-281-2/+2
|
* v3: hub, "requires", fixRalph Amissah2012-05-281-3/+3
|
* v3: code headers mainly copyrightRalph Amissah2012-05-28121-631/+513
|
* v3: options, create manifest touchedsisu_3.2.9Ralph Amissah2012-05-191-5/+4
|
* v3: harvest, fix some detailsRalph Amissah2012-05-192-54/+98
| | | | | | * harvest by filename output paths * harvest_topics, add level * harvest_topics, alternative headings, fix
* v3: sisupod make, re-fixed, check againsisu_3.2.8Ralph Amissah2012-05-124-60/+105
|
* v3: po4a, runs, needs checkingRalph Amissah2012-05-121-5/+5
|
* v3: hub, fixes, still a construction zoneRalph Amissah2012-05-121-271/+161
|
* v3: a few misc fixesRalph Amissah2012-05-123-7/+14
| | | | | | * options, omissions and typo fix * particulars, fix, check * shared_metadata, fix
* v3: sst_identify_markup, document header SiSU 3.0Ralph Amissah2012-05-121-1/+11
| | | | | * pretty much as SiSU 2.0, some header additions * identification not fully implemented
* v3: reporting, composite file names touchedRalph Amissah2012-05-1220-23/+27
|
* v3: rescue & error warnings, more touchedRalph Amissah2012-05-1214-22/+86
|
* v3: hub, options, fixes: dbi: pgsql, sqlitesisu_3.2.7Ralph Amissah2012-05-063-7/+21
|