aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/html_tune.rb
Commit message (Collapse)AuthorAgeFilesLines
* sisu harvest, introduce module along with header syntax addition & modificationRalph Amissah2008-12-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sisu markup, additional header and new format rule: * @creator: / @author: header field, introduced author name format rules for more usable metadata harvesting: surname comma other names, additional authors separated by semi-colon * param added meta-tag, @topic_register: formatting topic levels are separated from sub-levels by a colon, a semi-colon separates main topics if there are multiple topics at lowest sub-level, a pipe can be used to create multiple headings * harvest module, harvests metadata from document set currently extracts: (i) authors and their writings from document set; (ii) topics and associated writings from document set (topics use topic_register header). harvest (when run against documents common to a directory of a site) extracts metadata and organises the documents on a site by author and topic information provided (there is a new "topic_register" header, with formatting rules similar to those of the book index), results are placed in [output_path]/sisu_site_metadata. sisu --harvest *.sst * by author (see change in param @creator: / @author: header field) * by topic / subject index (see addition in param of @topic_register: header field) initially there should be an example samples here: http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_authors.html http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_topics.html together with update markup source files The authors and their writings list will be made to take on a more biblographical form, with the use of additional fields as required. (concept example, suitable for medium sized sites [to remove size constraint: implement SQL equivalent]) make feature more robust * css, for harvest output added * remote placement of sisu_site_metadata (output produced by metadata harvest) * sisu markup, update document samples accordingly * tidy copyright marks in program headers, remove repetition of dates [version bump because formatting rule introduced to author / creator header - where new site metadata harvest feature is used, (at present changes changes should not be noticed except when using metadata harvest)]
* regex match refinementRalph Amissah2008-11-031-1/+1
|
* character given to represent non-break space in internal code (dal, ↵Ralph Amissah2008-09-051-0/+1
| | | | constants and affected downstream code)
* html css and div relatedRalph Amissah2008-08-161-1/+0
|
* html increased use of css; dal, middle layer, url representation, interim commitRalph Amissah2008-08-121-9/+9
|
* sisu-0.68.0 proposedRalph Amissah2008-07-221-25/+31
| | | | | | | * middle layer document representation changed, (accounting for substantial patch) * texpdf multiple document sizes as specified in config * numerous small fixes [should on the whole be easier to maintain]
* introduced particulars (rename later) for commonly used document and ↵Ralph Amissah2008-05-101-2/+0
| | | | environment details, and cleaned up some requires
* CHANGELOG 0.66 and ruby identify program files as utf-8Ralph Amissah2008-02-241-0/+1
|
* ruby 1.9 open; future pgsql testing on 8.3; encoding utf-8 checks; version ↵Ralph Amissah2008-02-051-86/+86
| | | | | | | | | | bump 0.65.0 * ruby 1.9 use opened, testing required * db sql pgsql future testing on version 8.3 * encoding utf-8 some compatibility checks
* year updated to 2008 - happy new yearRalph Amissah2007-12-311-2/+2
|
* gpl links etc.Ralph Amissah2007-12-141-1/+1
|
* gpl links updated and added link to plaintext as allows for convenient use ↵Ralph Amissah2007-12-031-2/+5
| | | | of vim gf
* mostly the arrangement of conditionalsRalph Amissah2007-10-151-3/+6
|
* underscore exception requires additional tweaking of regexes, solution not ↵Ralph Amissah2007-10-131-1/+3
| | | | optimal (sisu_markup as basic test)
* special character exceptions, some fixes, primarily underscoreRalph Amissah2007-10-121-1/+1
|
* cleaning, and make sure in xml   rather than   is usedRalph Amissah2007-10-071-4/+3
|
* primarily todo with sisu documentation, changelog reproduced below:Ralph Amissah2007-09-231-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * start documenting sisu using sisu * sisu markup source files in data/doc/sisu/sisu_markup_samples/sisu_manual/ /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/ * default output [sisu -3] in data/doc/manuals_generated/sisu_manual/ /usr/share/doc/manuals_generated/sisu_manual/ (adds substantially to the size of sisu package!) * help related edits * manpage, work on ability to generate manpages, improved * param, exclude footnote mark count when occurs within code block * plaintext changes made * shared_txt, line wrap visited * file:// link option introduced (in addition to existing https?:// and ftp://) a bit arbitrarily, diff here, [double check changes in sysenv and hub] * minor adjustments * html url match refinement * css added tiny_center * plaintext * endnotes fix * footnote adjustment to make more easily distinguishable from substantive text * flag -a only [flags -A -e -E dropped] controlled by modifiers --unix/msdos --footnote/endnote * defaults, homepage * renamed homepage (instead of index) implications for modifying skins, which need likewise to have any homepage entry renamed * added link to sisu_manual in homepage * css the css for the default homepage is renamed homepage.css (instead of index.css) [consider removing this and relying on html.css] * ruby version < ruby1.9 * place stop on installation and working with for now [ruby String.strip broken in ruby 1.9.0 (2007-09-10 patchlevel 0) [i486-linux], 2007-09-18:38/2] * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * debian * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * sisu-doc new sub-package for sisu documentation debian/control and sisu-doc.install
* code-block exceptionsRalph Amissah2007-09-041-0/+1
|
* sisu-0.58 work towards making it possible to describe sisu and sisu markup ↵Ralph Amissah2007-09-031-50/+54
| | | | within sisu
* sisu-0.56.3 minor update, small fixesRalph Amissah2007-08-191-2/+2
| | | | | | | | | | | | | | | | | * manifest make file-type descriptions simpler to understand * copyright restricted to rights tag, unless none, in which case rights tag gets creator information * copyright mark picked up in rights if 'Copyright (C)' is used * tex/pdf url matching semi-colon following url * endnote heading, apply tag to exclude numbering and segment heading where there is no segment * html scroll endnote text minor fix * initialize site structure, make copy site images default (sisu -CC)
* url matching, semi-colon as possible terminator, in dal match httpsRalph Amissah2007-07-301-5/+5
|
* url matching, refinement necessary, use of positive lookahead not avoided, ↵Ralph Amissah2007-07-281-1/+1
| | | | correction and rebuilt
* multiple url matching refinements, open archive initiativeRalph Amissah2007-07-261-2/+2
|
* improved url matching, and texpdf tolerance and indentation levels setRalph Amissah2007-07-091-14/+4
|
* primarily gpl3 changes, license changed, license included, images addedRalph Amissah2007-07-011-32/+40
| | | | | | | | | | | | skins cleaned a bit and output info on sisu modified, esp. in html html no link to concordance if generated on document above word count 260k odf url match bug fix dal text block fix for dealing with url to be followed by <br> minor cosmetic stuff
* sisu-0.54.0 (minor additions to syntax, indent range extended)sisu_0.54.0Ralph Amissah2007-06-141-52/+46
| | | | | | | | | | | | | | | | | | | | | | | * indent levels (1-9) added [previously two levels] done for plaintext, html, xml, odf, latex/pdf [minor syntax addition (_3 - _9), version number change] * bullet indent levels (1-9) added [previously two levels] done for plaintext, html, odf, latex/pdf [minor syntax addition (_3* - _9*), version number change] * url decoration, open close, default angle brackets <http://url> * fixes, some line-breaking for plaintext (and text groups for) odf and xml * css, modifications for extended indents in html and xml [sisu -CC (for update)] * vim syntax highlighter updated to take account of extended indent range * rant installer minor changes for future ruby * conversion script in data/sisu/conf/convert/sisu_convert
* 0.53.0, pre-build, see changelog, library naming changed for scm, placed ↵upstream/0.53.0sisu_0.53.0Ralph Amissah2007-06-021-0/+376
under v0 (instead of 0.53)