aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* texpdf, ensure default font is set (Liberation Sans)Ralph Amissah2010-06-122-1/+9
| | | | * a fix, (before this unless configured breaks)
* table, (xhtml, odf): empty cell (single tilde to indicate); allow line breaksRalph Amissah2010-06-112-0/+3
|
* texpdf_format: add fontface to tablesRalph Amissah2010-06-111-2/+16
| | | | * tables add fontfaces (e.g. bold, italics, superscript)
* dal_syntax, apply fontfaces also to tablesRalph Amissah2010-06-111-38/+45
| | | | * bold, italics, superscript etc.
* texpdf set/select font, default "Liberation Sans"Ralph Amissah2010-06-113-15/+29
| | | | | | | | * requires that Liberation fonts be installed, hence version bump * set font in: sisurc.yml under default: texpdf_font: marked up document under @make: :texpdf_font: default if nothing set "Liberation Sans"
* param, fix breakage on malformed sisu identifier (top header line)Ralph Amissah2010-06-111-2/+2
| | | | '% SiSU ...' [where badly formed]
* minor (cosmetic, & info retention)Ralph Amissah2010-06-112-7/+3
|
* css (for html), right pane dark, distinguish from selected contentRalph Amissah2010-06-111-0/+1
|
* remote file processing fix (url instead of local file), minor fixRalph Amissah2010-06-011-1/+4
| | | | (related to reporting "http" file not found)
* texpdf, start using polyglossia (xelatex) (instead of babel)Ralph Amissah2010-06-011-7/+8
|
* general extension of regex matches for http: to include https:Ralph Amissah2010-05-269-16/+16
|
* dal syntax, doc_str, http: matches to include https:Ralph Amissah2010-05-262-5/+5
| | | | also dal_syntax fix, no auto-bold or italics on relative or internal links
* texpdf_format, https: url match with tilde, fixRalph Amissah2010-05-261-6/+6
|
* epub & odf, regex matches for http: to include https:Ralph Amissah2010-05-262-4/+4
|
* output formats internal document (and relative) linking as possibleRalph Amissah2010-05-2613-47/+160
|
* sysenv, require constants, (issue with webrick)Ralph Amissah2010-05-261-0/+1
|
* dal (syntax, doc_str, numbering) add internal document link to tagged pointRalph Amissah2010-05-263-22/+25
| | | | (including ocn)
* dal_doc_str, name tags fixRalph Amissah2010-05-181-3/+3
|
* dal_syntax, url match fixRalph Amissah2010-05-181-1/+1
|
* urls, screen output controlsisu_2.3.4Ralph Amissah2010-05-131-2/+1
|
* sysenv, switch default hash digest fingerprints to sha256 (rather than md5)Ralph Amissah2010-05-121-4/+4
|
* dal_syntax, italics match fixRalph Amissah2010-05-121-1/+1
|
* urls, screen output controlRalph Amissah2010-05-122-8/+5
|
* texpdf, special word optional break point detailsisu_2.3.3Ralph Amissah2010-05-051-1/+1
|
* defaults, reduce image sizes to fit landscape pdfs, (however, also used in ↵Ralph Amissah2010-05-051-4/+4
| | | | equivalent portrait)
* shared_metadata, texpdf, reduce text display size of digestsRalph Amissah2010-05-051-2/+2
|
* texpdf, url braces, (add, fix)Ralph Amissah2010-05-051-1/+2
|
* texpdf, special word and number optional break pointsRalph Amissah2010-05-053-10/+33
|
* sysenv, sisurc.yml, default shortform command flagsRalph Amissah2010-05-051-6/+6
| | | | | * mostly taking out verbose as default, add -v when needed, e.g.: sisu -3v filename.sst
* ansi, urls screen info, minorRalph Amissah2010-05-051-1/+1
|
* ansi, screen info related, arrangingRalph Amissah2010-05-0350-365/+207
|
* dal_numbering, heading auto-numbering, a fixRalph Amissah2010-05-031-12/+14
|
* shared_txt, text wrap, <br> related, revert, issues when indented, revisitRalph Amissah2010-05-031-1/+2
|
* screen output, & minor arrangingRalph Amissah2010-05-022-14/+12
|
* share source and sisupod make, control screen outputRalph Amissah2010-05-012-21/+32
|
* urls, screen info control tuningRalph Amissah2010-05-012-83/+104
|
* *{emphasis}* display configurable as being bold, italics or underscoreRalph Amissah2010-05-013-14/+36
| | | | | | | * markup for *{emphasis}* configurable as being displayed as bold, italics or underscore, the default is that emphasis output is in bold so there is no change unless configured, either in sisurc.yml (default: emphasis: 'bold'), or the markup source document header @make: :emphasis: 'bold'
* reduce screen output unless some verbose flag (such as -v) is usedRalph Amissah2010-05-0117-43/+95
|
* param_identify_markup, identify version 2 markupRalph Amissah2010-05-014-36/+64
|
* texpdf, tell file being processedRalph Amissah2010-04-301-1/+1
|
* shared_txt, text wrap, deal with <br> markers where they occurRalph Amissah2010-04-301-4/+6
|
* manifest, expand on description of book indexes in manifestRalph Amissah2010-04-301-1/+1
|
* emphasis display and plaintext line wrap configurable in document or sisRalph Amissah2010-04-305-28/+64
| | | | | | | | | | | | * markup for *{emphasis}* configurable as being displayed either bold or italics, the default is that emphasis output is in bold so there is no at present unless configured, either in sisurc.yml (default: emphasis: 'italics'), or the markup source document header @make: :emphasis: 'it [requested] * plaintext, wrap width configurable between 20 to 200 characters, the default width being 78, configuration eithe rin sisurc.yml (default: t 78), or the markup source document header (@make: :plaintext_wrap: 78)
* markup for *{emphasis}* configurable as being either bold or italicsRalph Amissah2010-04-292-11/+26
| | | | | | * the default is that emphasis output is in bold so there is no change at present unless sisurc.yml is configured (markup: emphasis: 'italics') [requested]
* dal, markup, auto-level 1~ conversion of hash to numberRalph Amissah2010-04-281-0/+7
| | | | | | In cases where the line is interpreted as level 1~ (either by explicit 1~ tag or @make: :heading:) a hash (#) [octothorpe] will be auto-incremented, markup e.g. "1~ Chapter #: My Way".
* param, for topic_register, an additional check required, bug fix, repostRalph Amissah2010-04-271-0/+1
|
* i18n, mark OCLC number for translationRalph Amissah2010-04-271-0/+15
|
* switch markup for bold and emphasis, now !{bold}! and *{emphasis}*Ralph Amissah2010-04-271-4/+4
| | | | | (emphais output defaults to bold, later make it possible to configure emphasis output optionally as being represented by italics)
* plaintext, clean up bulleted grouped text output (still not line-wrapped though)Ralph Amissah2010-04-271-0/+1
|
* metadata, db sql (table structure), adds OCLC number, and; html metadata, ↵Ralph Amissah2010-04-268-6/+75
| | | | | | | | | | renables showing of topic_register * db (sql) add oclc (Online Computer Library Center) number, affects table structure, (hence breakage & version bump) * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_" * OCLC == Online Computer Library Center