aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3
Commit message (Collapse)AuthorAgeFilesLines
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-09122-65883/+0
| | | | | | * 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone
* v4 (v3): html, modification to markup of angle brackets [<>] & ampersand [&]Ralph Amissah2013-02-201-3/+6
|
* v4 (v3): epub, tinkering with headers & cleaning of angle brackets '<' & '>'Ralph Amissah2013-02-201-3/+5
|
* v4 (v3): cosmetic, minor code shuffle, & remove trailing white-spacesRalph Amissah2013-02-141-3/+3
|
* v4 (v3): lib, bin/sisu, misc, code headers provide url to online git file sourcesisu_4.0.7Ralph Amissah2013-02-10122-0/+489
| | | | | | * 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>
* v4 (v3): dbi_discrete, discreet should have been discrete, renames accordinglyRalph Amissah2013-02-106-33/+33
|
* v4 (v3): utils (debug renamed), SiSU_Utils::CodeMarker (from Debug::Mark)Ralph Amissah2013-02-062-7/+7
|
* v4 (v3): css (html & epub) line spacing reduced, paragraph spacing increasedRalph Amissah2013-02-042-11/+11
| | | | | | * may need to tune spacing further to distinguish lines from new paragraphs (especially where ocn is not used as the distinction may be less clear/obvious)
* v4 (v3): html, includes book index fix, rest cosmeticRalph Amissah2013-02-042-14/+14
|
* v4 (v3): sysenv, on --redirect, stop creation of redundant dirRalph Amissah2013-02-031-1/+2
|
* v4 v3: dal (obj), html, br_page* behavior in html depending on origin of breakRalph Amissah2013-01-314-11/+16
| | | | * markup specified v auto
* v4 v3: dal, on ocn excluded paragraphs (~# -#), hang/indent bullet, fixRalph Amissah2013-01-311-4/+4
| | | | * [bug reported indirectly by Cory Doctorow (discovered in work with markup)]
* v4 v3: epub, toc.ncx fix, navpoint_closeRalph Amissah2013-01-271-0/+1
|
* v4 v3: epub, epub_format, provide full depth epub table of contentssisu_4.0.2Ralph Amissah2013-01-232-11/+46
| | | | * [request Mikael Böök]
* v4 v3: xhtml structure error, fix missing </div>Ralph Amissah2013-01-231-5/+6
| | | | | * [bug reported by Mikael Böök] * fix of additional detail
* v4 v3: epub_format, cosmetic arrangement of code <<-WOKRalph Amissah2013-01-231-67/+67
|
* v4 v3: epub_tune html_tune, remove unnecessary conversion of some utf-8 charsRalph Amissah2013-01-232-173/+1
| | | | | * epub, fix, messed up table of contents, toc.ncx [bug reported by Mikael Böök]
* v4 v3: dal_doc_objects, cosmetic, code arrangement, minorRalph Amissah2013-01-231-2/+4
|
* v4 v3: param, match possible sisu versions, detailRalph Amissah2013-01-231-1/+1
|
* v4 v3: texpdf_format, list of .sty files (& their texlive source within Debian)Ralph Amissah2013-01-231-0/+75
| | | | * not part of code (relevant for packaging)
* date 2013: version & changelog; headers bin/sisu & lib/; code constants.rbsisu_4.0.1Ralph Amissah2013-01-01122-131/+131
|
* v4 v3: manpage, attempt to improve output (line-spacing)Ralph Amissah2012-12-292-55/+57
|
* v4 v3: plaintext, in code blocks retain a blank empty line, a fixRalph Amissah2012-12-292-30/+25
| | | | | * [known old bug, affects sisu_manual, fix request from SynrG on irc, re live-manual]
* v4 v3: param, minor change any legacy <br> line break in metadata markup to \\Ralph Amissah2012-12-281-0/+1
|
* v4 v3: html_segments (by_filename by_filetype) broken internal doc links fixedRalph Amissah2012-12-281-1/+5
| | | | | * filenames need to include lang code * [chals on irc, re live-manual, debian-live]
* v4 v3: largely cosmeticRalph Amissah2012-12-287-115/+95
|
* v4 v3: debug (internal code use), color markers for line number & file nameRalph Amissah2012-12-283-0/+131
| | | | * colored location markers to show when line passed within running code
* v3: markup samples, and help, minor updatesRalph Amissah2012-10-011-107/+96
|
* v3: cgi search script, minorRalph Amissah2012-10-013-25/+21
|
* v3: db, book_idx field & minor re-arrangementRalph Amissah2012-10-015-70/+91
|
* v3: header @classify: :topic_register: provide greater classification "depth"Ralph Amissah2012-10-013-8/+21
| | | | | * param, manifest * harvest_topics
* v3: dal, sysenv, file processing, split objects; remove ref to old rubyRalph Amissah2012-10-014-75/+55
| | | | | | * markup file processing, change to sourcefile readlines & split of sourcefile array * removal of RUBY_VERSION references to older versions of ruby
* v3: some fixes, cleaning, removingRalph Amissah2012-10-0124-369/+251
|
* v3: cosmetic code, remove javascript holders js_ (not used)Ralph Amissah2012-10-016-139/+62
|
* v3: cosmetic code, .is_a?(X) replaces .class==X (& some defined? & nil? tests)Ralph Amissah2012-10-0144-247/+235
|
* v3: cosmetic code, if true ; x, remove semicolons replace with "then"Ralph Amissah2012-10-0119-73/+74
|
* v3: cosmetic code, if, else, remove some semicolons (;) replace with newlinesRalph Amissah2012-10-0110-13/+28
|
* 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
|