aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* sisu harvest, introduce module along with header syntax addition & modificationRalph Amissah2008-12-02107-268/+1477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)]
* ruby1.9 some testing minor changesRalph Amissah2008-11-034-8/+8
| | | | | opened to run with ruby1.9, (however not all used libraries ported on system) continue to use ruby1.8 series >= ruby1.8.4
* regex match refinementRalph Amissah2008-11-032-1/+3
|
* dal and param various changes (some affecting other files)Ralph Amissah2008-11-036-15/+29
| | | | | | | | | | | | | dal, minor changes including related to bold line instruction and, variable name change affecting other files param, header tag for document index, create site index of documents use, add info on document content, harvest info provided from document set for metadata to create site index of documents (similar sub-sytax to book index) also variable name others variable name change, made earlier in dal and param
* software libré, accentRalph Amissah2008-11-033-3/+3
|
* book code, minor adjustment; and fix to manifest reporting of the creation ↵Ralph Amissah2008-10-103-14/+9
| | | | of sisupod (zip)
* sample sisu markup "Free as in Freedom": book index markers included, and; ↵Ralph Amissah2008-09-193-8/+42
| | | | | | | identify markup helpers updated * sample sisu markup "Free as in Freedom": book index markers included * identify markup helpers updated
* dal fix, dal_substitutions_and_insertions get skin infoRalph Amissah2008-09-172-1/+1
|
* fixes: alphabet list (concordance, dal_idx), and file types ↵Ralph Amissah2008-09-164-49/+55
| | | | (dal_expand_insertions)
* various small fixesRalph Amissah2008-09-155-13/+37
| | | | | | | | | * html segments, name more accurately * rough description of how book index markup works * clean out book index from these outputs * book markup sample, free as in freedom, start doing book index, only letter "A" done so far * texpdf, url matching, special characters * # Please enter the commit message for your changes.
* dal_idx, and concordance, letter list for navigationRalph Amissah2008-09-132-13/+26
|
* dal_idx: capitalize first letter of index lev1 for sort; provide letter a-z ↵Ralph Amissah2008-09-131-1/+15
| | | | navigation
* dal_idx: strip before sort; fix bug where first lev is rangeRalph Amissah2008-09-121-12/+14
|
* primarily on book index where (markup) providedRalph Amissah2008-09-1013-142/+211
| | | | | | | | | * book index, html, tex/pdf, xml * texpdf no ocn if ocn is 0 * odf, plaintext, if book index? remove ... do other outputs for which not relevant * concordance, better matches * constants, dal special character for hardspace changed as (ruby) regx bug in replacing it in xml, odd but move on Note: to fix html seg headers for endnotes and for index
* book index, sample html file and to screen sisu markup sample added (-M flag)Ralph Amissah2008-09-084-18/+143
|
* dal, several modules split into separate filesRalph Amissah2008-09-0811-593/+1096
|
* book index (markup adjustment, dal module); dal numbering moved to separate ↵Ralph Amissah2008-09-077-333/+589
| | | | module; version date
* minor unicode for a type of crossRalph Amissah2008-09-072-4/+3
|
* character given to represent non-break space in internal code (dal, ↵Ralph Amissah2008-09-0515-57/+54
| | | | constants and affected downstream code)
* dal, bullet footnotes fix (check numbered bullets, should also be ok)Ralph Amissah2008-09-051-5/+5
|
* dal, left and right quotes (single & double) kept; previously converted to ↵Ralph Amissah2008-09-032-7/+9
| | | | ordinary quotes (watch)
* xml character encoding adjusted; xml image match; odf issue with '@' symbol ↵Ralph Amissah2008-09-037-27/+61
| | | | in url
* html segments; sql db field lengths increasedRalph Amissah2008-09-022-22/+21
|
* texpdf: paper use dimensions, tolerance, url matching; removal of dummy ↵Ralph Amissah2008-08-299-44/+95
| | | | | | | | | | | headings when not used; manifest presentation * texpdf: paper use dimensions, tolerance, url matching; * removal of dummy headings when not used (html scroll, latex/pdf, odf) * manifest presentation
* texpdf: removed space at beginning of paragraph; grouped text url fixRalph Amissah2008-08-282-4/+4
|
* texpdf, footnotes align left (ragged), footnote numbers removed from marginRalph Amissah2008-08-281-2/+2
|
* texpdf: landscape tables in two column text fixed; footnote margin increasedRalph Amissah2008-08-271-10/+6
|
* texpdf:Ralph Amissah2008-08-273-28/+31
| | | | | | | | paper use dimensions url and urlbreaks removal of a maths package gives back typeface changes like bold better representation of tilde changelog update
* minitoc added, used by manifest and concordance; html css div sortingRalph Amissah2008-08-246-14/+256
| | | | | | a earlier commit relies on minitoc prior to its addition, this fixes that issue html css divs, need to be watched across different html output
* minitoc added to concordance and manifest; dal, precision in endnote matchingRalph Amissah2008-08-239-46/+65
|
* pass Hash to Format classes; some match tuning in dalRalph Amissah2008-08-2325-813/+961
|
* a bit of a cleanup, and change reference to null to ordinaryRalph Amissah2008-08-1815-216/+24
|
* rsync, replace --delete-after with --deleteRalph Amissah2008-08-171-5/+10
| | | | apparently not all versions of rsync accept more specific option
* html document structure, div markers, watchRalph Amissah2008-08-171-1/+10
|
* html segments structure and info provided (a bit verbose), and cssRalph Amissah2008-08-174-435/+149
|
* html segments, links to concordance file only if made, fixRalph Amissah2008-08-162-1/+36
|
* html css and div relatedRalph Amissah2008-08-166-33/+82
|
* texpdf, fix: image dimension match (for post 0.68.0 changed middle layerRalph Amissah2008-08-141-1/+1
| | | | representation)
* html format, consolidate html_format file, prune later; version number bumpedRalph Amissah2008-08-147-605/+565
| | | | | version number bump: is necessary to re-initialize using new css for html presentation sisu -CC
* html, css and related markup, touchRalph Amissah2008-08-141-1/+1
|
* html, css and related markupRalph Amissah2008-08-146-390/+267
|
* html increased use of css; dal, middle layer, url representation, interim commitRalph Amissah2008-08-1227-399/+457
|
* sisu-0.68.0 proposedRalph Amissah2008-07-2252-2570/+3137
| | | | | | | * 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]
* action response query fixRalph Amissah2008-07-193-6/+4
|
* texpdf papersize adjustments primarily for portrait sizes a5 & b5Ralph Amissah2008-07-132-5/+10
|
* texpdf fixes, xetex and xelatex processing commands, and fix for a5 ↵Ralph Amissah2008-07-122-4/+4
| | | | landscape pdf
* minor fixes: remote sourcefile; processing directory; manifest infoRalph Amissah2008-07-123-16/+18
|
* rebuild, "sisu --help env" fix and texpdf papersize re-fixedRalph Amissah2008-07-032-6/+5
|
* sysenv/texpdf, xetex landscape pdf fixRalph Amissah2008-07-022-12/+14
|
* sysenv/texpdf, fix required for xetex landscape pdfsRalph Amissah2008-07-021-2/+16
|