aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5
Commit message (Collapse)AuthorAgeFilesLines
* v5 v6: cgi, sample search form, find & display endnotes from parent text objectsisu_5.7.1Ralph Amissah2014-10-193-127/+8
| | | | | | * remove dedicated endnote search section (as endnotes found & listed from reference text field) * cleaner search results
* v5 v6: db, text search & display field, footnotes moved to end of text objectRalph Amissah2014-10-192-23/+39
| | | | | | * cleaner, more useful search results * cleaner text search field * separate footnote fields redundant for search purposes
* v5 v6: html_format, "id"s for objects & footnotesRalph Amissah2014-10-193-10/+8
|
* v5 v6: html, remove trailing backslash for empty linebreak & paragraph, <br> <p>Ralph Amissah2014-10-195-64/+64
|
* v5: merge v6: remove defaults.rb & some relics related to sisu skinssisu_5.7.0Ralph Amissah2014-10-1261-2468/+1557
|
* v5 v6: html, epub, set document body languageRalph Amissah2014-10-123-6/+6
|
* v5 v6: html_format, label, re: object number object namesRalph Amissah2014-10-121-13/+7
|
* v5 v6: constants, remove ocn html leaderRalph Amissah2014-10-121-1/+1
| | | | * resulting hashtag #1 instead of #o1
* v5: html, reduce difference with v6 (mostly removal of bgcolor)Ralph Amissah2014-10-127-31/+31
| | | | * note: html_format.rb has differences, else same
* v5: html, reduce difference with v6 (removal of some trailing slashes <p> <br>)Ralph Amissah2014-10-129-38/+36
|
* v5 v6: moved files: harvest* to html_harvest*Ralph Amissah2014-10-125-5/+5
|
* v5 v6: bin/sisu, hub, urls --maintenance, fixRalph Amissah2014-10-124-128/+73
|
* v5 v6: db, --maintenance sql, separated out postgresql & sqliteRalph Amissah2014-10-123-9/+27
| | | | * could share "maintenance" db import sql file (as done previously), consider
* v5 v6: epub tune, --maintenance, fixRalph Amissah2014-10-122-3/+6
|
* v5 v6: qrcode, sha call, fixRalph Amissah2014-10-121-1/+1
|
* v5 v6: html, tiny first nudge toward html5 (v5 v6 differ)Ralph Amissah2014-10-039-53/+50
| | | | * document headers, other minor
* v5 v6: --act provides info on current --act0 to --act9 settingsRalph Amissah2014-10-032-21/+55
| | | | * makes it easier to make use of acts 0 to 9
* v5 v6: cleaning, minorRalph Amissah2014-10-031-51/+0
|
* v5 v6: header comment reduction, minorsisu_5.6.8Ralph Amissah2014-09-28148-450/+0
|
* v5 v6: sql, clean searchable textRalph Amissah2014-09-283-18/+38
| | | | * update for (ao/dal) text representation, fix legacy action
* v5 v6: manifest, renamed html_manifestRalph Amissah2014-09-282-5/+5
|
* v5 v6: xml cosmetic code, minorRalph Amissah2014-09-282-15/+45
|
* update urls to git repoRalph Amissah2014-09-19148-299/+299
|
* v5 v6: ao, auto naming (segment & tag), exceptions, avoidance of name collisionssisu_5.6.6Ralph Amissah2014-09-121-60/+187
| | | | | | | | | | * (i) auto naming attempts to extract a suitable numeric name from document headings if available, at times one appears to be available but is re-used elsewhere in the document, (as where the document has Parts or Sections and naming starts again within these sections from 1); (ii) this is treated as an exception and an alternative sequential naming scheme is triggered; (iii) if a document heading does not provide a suitable numeric name, another sequential scheme is used
* v5 v6: ao, feedback on markup document structure (heading level) errorsRalph Amissah2014-09-121-15/+24
| | | | | | | | | | * adjustment to (existing) provided feedback, based on: * level A~ title, required; * levels B~ C~ D~ optional sequential document divider headings (Part, Section etc. equivalent); * level 1~ required, heading level preceding substantive text; followed by * levels 2~ 3~ 4~ optional, sequential headings (1.1, 1.1.1, 1.1.1.1 equivalents)
* v5 v6: ao, expansion of links to internal filepaths (re: syntax based shortcut)Ralph Amissah2014-09-121-16/+40
| | | | * expansion of sisu output filepaths (sync with use of --act0 to --act9)
* v5 v6: se, processing, adjustments to default settings for --act0 to --act9Ralph Amissah2014-09-121-10/+10
|
* v5 v6: se, env, lingual: mono / multi, rc settingsRalph Amissah2014-09-121-5/+8
|
* v5 v6: hub, /tmp processing directory checksRalph Amissah2014-09-121-0/+2
|
* v5 v6: ao_doc_str, if faulty document structure, stop; if --no-stop option, skipsisu_5.6.5Ralph Amissah2014-09-051-7/+25
|
* v5 v6: ao_numbering, provide more information on duplicate numbering before stopRalph Amissah2014-09-051-10/+13
|
* v5 v6: html navigation, enable turn off (nav buttons on remaining html segments)Ralph Amissah2014-09-051-15/+26
|
* v5 v6: (for html) set default to navigation bar offRalph Amissah2014-09-052-2/+2
|
* v5 v6: xml xhtml outputs, &amp; issuesRalph Amissah2014-09-056-108/+40
|
* v5 v6: shared_metadata, requires xml_sharedRalph Amissah2014-09-051-0/+1
|
* v5 v6: link/path fixesRalph Amissah2014-09-053-4/+4
| | | | | | * manifest, link where no "document harvest" * html, home button links url (remove slash) * harvest_authors, by_filetype, manifest path
* v5 v6: misc, for when external dependencies unmetRalph Amissah2014-09-014-3/+4
|
* v5 v6: cgi_sqlite, expansion of variable (default db name), double quotes, fixRalph Amissah2014-09-011-1/+1
|
* v5 v6: dp, texpdf, copyright_and_license, minor fix, used by texpdfsisu_5.6.3Ralph Amissah2014-08-292-4/+19
|
* v5 v6: hub, sisu version info, when & what to reportRalph Amissah2014-08-293-9/+15
|
* v5 v6: cosmetic codeRalph Amissah2014-08-296-11/+17
|
* v5 v6: start making use of --no-stop commandRalph Amissah2014-08-206-12/+111
|
* v5 v6: hub options, introduce "error override" --no-stop or --errors-as-warningsRalph Amissah2014-08-202-5/+14
|
* v5 v6: ao, book index relatedRalph Amissah2014-08-202-16/+27
|
* v5 v6: ao_expand_insertions, blocked text match, adjustRalph Amissah2014-08-201-6/+29
|
* v5 v6: texpdf, output, copyright & licenseRalph Amissah2014-08-202-6/+32
|
* v5 v6: cosmetic codeRalph Amissah2014-08-2023-86/+169
|
* v5 v6: hub, organisation & loose endssisu_5.6.1Ralph Amissah2014-08-1219-448/+959
| | | | | | * tweak triggers * split file further * remove mod
* v5 v6: webrick, wb.cgi fixed & omitted/(use discarded)Ralph Amissah2014-08-121-67/+66
|
* documentation relatedsisu_5.6.0Ralph Amissah2014-08-081-2/+2
|