aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* v5 v6: files renamed: ao_composite.rb, html_concordance.rbRalph Amissah2014-07-0110-11/+11
| | | | | * ao_composite.rb (from composite.rb) * html_concordance.rb (from concordance.rb)
* v5: merge what was sisu_6.0.8 into v5Ralph Amissah2014-07-0110-132/+444
| | | | | | | | | | | | | | | | | | * ao, * syntax, able optionally to indicate the language syntax of a code block * syntax, introduce box text block/group * syntax, introduce tics quotes markup (blockquote equivalent) * docbook, * ocn & footnote numbers (as xml comments) * metadata header (docinfo) * quotes (blockquote) * tables * images * code block * vim syntax, add * code block, language syntax, optional * box block * quote block
* ao, fix bug in previous version (5.4.1) from sloppy cherry pick of v6sisu_5.4.2Ralph Amissah2014-06-221-2/+2
| | | | * ao_doc_str (codeblock)
* v6: docbook, code blockRalph Amissah2014-06-192-24/+36
|
* v6: docbook, imagesRalph Amissah2014-06-192-4/+27
|
* v6: docbook, tablesRalph Amissah2014-06-192-1/+67
|
* v6: docbook, quotes (blockquote)Ralph Amissah2014-06-191-1/+11
|
* v6: docbook, metadata header (docinfo)Ralph Amissah2014-06-192-0/+75
|
* v6: docbook, ocn & footnote numbers (as xml comments)Ralph Amissah2014-06-193-6/+10
|
* v6: docbook, tags (name touch)Ralph Amissah2014-06-191-30/+30
|
* v6: ao, syntax, introduce tics quotes markup (blockquote equivalent)Ralph Amissah2014-06-194-49/+108
|
* v6: ao, syntax, introduce box text block/groupRalph Amissah2014-06-194-16/+65
|
* v6: ao, syntax, able optionally to indicate the language syntax of a code blockRalph Amissah2014-06-195-27/+41
|
* v5 v6: ao, introduce way of removing unrecognized tic markersRalph Amissah2014-06-192-20/+54
| | | | | | | * this is to provide some forward compatibility with new markup (unrecognized new tic marks are removed) * noisy, reports to screen on tics that are to be removed, unless quiet is on * review
* v5 v6: ao, Symbol to match grouped text open & close (instead of String)Ralph Amissah2014-06-194-68/+68
|
* v5 v6: ao, regex match for tics "```" followed by space tweakedRalph Amissah2014-06-196-88/+88
|
* v5 v6: ao, turn id numbers (for tags) into a hashRalph Amissah2014-06-192-60/+74
|
* v5 v6: ao, code blocks, clean trailing newlinesRalph Amissah2014-06-192-0/+2
|
* v5 v6: indent spaces, minorRalph Amissah2014-06-1914-340/+364
|
* v5 v6: ao, misc, mostly minor cleaningRalph Amissah2014-06-1910-246/+256
|
* v5: merge v6 to v5, version bump to 5.4.*, reason adds structure checksisu_5.4.0Ralph Amissah2014-05-2527-512/+867
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ao, document structure check, stop processing on major error (with error message & text at location of failure) [reason for version bump the addition of structure check] * utils, add ok code marker * ao, heading with no ocn, distinguish ~# from -# * ~# is general & means no ocn (for any object to which it is applied) * -# is relevant only for 1~ dummy headings & instructs that they should be removed from output where possible * applied so far to pdf, odt & plaintext * ao_images, reduce warnings when ruby RMagic absent as program used directly * reduced dependency on ruby RMagic library (as some time way back had issues) * ao, document markup structure check, skip processing file on major error * with error message & text at location of failure * texpdf, urls in creator cause breakage * texpdf, mailto markup links set for normal text objects * texpdf, '&' in heading breaks toc (now removed from toc (not heading)), bug * revisit, bug * texpdf, for urls switch to sans serif (small fontsize) * instead of typewriter, latex default * texpdf, pdf colored hyperlinks configurable * --pdf-hyperlinks-color --pdf-hyperlinks-no-color or --pdf-hyperlinks-monochrome * ['default']['pdf_hyperlinks']='color' (other options switch hyperlink color off 'no-color' 'color-off' 'monochrome') * texpdf, pdf default font size configurable (cli & sisurc.yml) (no fractions) * --pdf-fontsize-12 --pdf-fontsize-8 * default: texpdf_fontsize: 12 * texpdf, headings and table of contents representation * fixes 1~ and 2~ result in the same formatting 1~ 2~ & 3~ now differentiated, see discussion in sisu.org under #744383 * fixes :A smaller formatted than :B A~ B~ C~ now the same size, see discussion in sisu.org under #744383 * :B and :C result in the same formatting, issue explained see sisu.org * texpdf, (internal coding) fontface, rename texpdf_font texpdf_fontface * texpdf, (internal coding) use symbols to identify page orientation * param, metadata rights, line-breaks instead of semicolons separating rights * fixes remove trailing semicolon after :copyright: * digests sha512 option implemented * options sha512 sha256 md5 * command line --sha512 * rcconf.yml ['defsault']['digest'] = sha512 * xml object citation numbering (docbook fictionbook)
* v5 v6: cgi, sample search forms: use ruby-pg & ruby-sqlite3; remove ruby-dbisisu_5.3.6Ralph Amissah2014-05-186-46/+33
|
* v5 v6: db, remove ruby-dbi, for: pg ruby-pg, sqlite ruby-sqlite3 (already uses)Ralph Amissah2014-05-1813-63/+169
| | | | | | | | * ruby-pg require for postgresql * ruby-sqlite3 require for sqlite3 (done previously: already using ruby-sqlite3 rather than ruby-dbi) * ruby-dbi remove calls (in any common files & sisu pg and sisu sqlite3) * separate pg and sqlite db actions
* v5 v6: db, use symbols to identify sql engineRalph Amissah2014-05-1816-83/+83
|
* v6: utils, add ok code markerRalph Amissah2014-05-181-1/+13
|
* v6: ao, heading with no ocn, distinguish ~# from -#Ralph Amissah2014-05-126-58/+74
| | | | | | | * ~# is general & means no ocn (for any object to which it is applied) * -# is relevant only for 1~ dummy headings & instructs that they should be removed from output where possible * applied so far to pdf, odt & plaintext
* v6: ao_images, reduce warnings when ruby RMagic absent as program used directlyRalph Amissah2014-05-121-5/+3
| | | | * reduced dependency on ruby RMagic library (as some time way back had issues)
* v6: ao, document markup structure check, skip processing file on major errorRalph Amissah2014-05-125-118/+217
| | | | * with error message & text at location of failure
* v6: texpdf, urls in creator cause breakageRalph Amissah2014-05-121-9/+24
| | | | * (Closes: #744541)
* v6: texpdf, mailto markup links set for normal text objectsRalph Amissah2014-05-121-2/+2
| | | | * (Closes: #744357) but testing required
* v6: texpdf, '&' in heading breaks toc (now removed from toc (not heading)), bugRalph Amissah2014-05-121-0/+3
| | | | * revisit, bug
* v6: texpdf, for urls switch to sans serif (small fontsize)Ralph Amissah2014-05-121-0/+1
| | | | | * instead of typewriter, latex default * (Closes: #744353)
* v6: texpdf, pdf colored hyperlinks configurableRalph Amissah2014-05-123-34/+80
| | | | | | | | | * --pdf-hyperlinks-color --pdf-hyperlinks-no-color or --pdf-hyperlinks-monochrome * ['default']['pdf_hyperlinks']='color' (other options switch hyperlink color off 'no-color' 'color-off' 'monochrome') * (Closes: #744391) no color on a4 portrait see discussion in sisu.org
* v6: texpdf, pdf default font size configurable (cli & sisurc.yml) (no fractions)Ralph Amissah2014-05-123-14/+59
| | | | | | | * --pdf-fontsize-12 --pdf-fontsize-8 * default: texpdf_fontsize: 12 * (Closes: #744405)
* v6: texpdf, headings and table of contents representationRalph Amissah2014-05-122-67/+77
| | | | | | | | * (Closes: #744386) 1~ and 2~ result in the same formatting 1~ 2~ & 3~ now differentiated, see discussion in sisu.org under #744383 * (Closes: #744399) :A smaller formatted than :B A~ B~ C~ now the same size, see discussion in sisu.org under #744383 * #744383 :B and :C result in the same formatting, issue explained see sisu.org
* v6: texpdf, (internal coding) fontface, rename texpdf_font texpdf_fontfaceRalph Amissah2014-05-122-63/+63
|
* v6: texpdf, (internal coding) use symbols to identify page orientationRalph Amissah2014-05-122-18/+19
|
* v6: param, metadata rights, line-breaks instead of semicolons separating rightsRalph Amissah2014-05-122-14/+22
| | | | * (Closes: #744358) remove trailing semicolon after :copyright:
* v5 v6: param, metadata add 'Copyright:' tag to output related to copyrightRalph Amissah2014-05-122-2/+2
| | | | * (Closes: #744381) syntax: inconsistency \:copyright: and \:license:
* v6: digests sha512 option implementedRalph Amissah2014-05-1213-216/+189
| | | | | | | * options sha512 sha256 md5 * command line --sha512 * rcconf.yml ['defsault']['digest'] = sha512 * (Closes: #744402)
* v5: digests cleaningRalph Amissah2014-05-121-142/+16
|
* v5 v6: metadata, pdf, remove link to manifest page where --no-manifest is usedRalph Amissah2014-05-122-6/+16
| | | | * (Closes: #744378)
* v5 v6: composite (inserts), missing includes doesn't give an error, fixRalph Amissah2014-05-122-12/+11
| | | | * (Closes: #744379) see sisu.org for comment
* v5 v6: composite, fix includes, provide extra newline after inserted commentRalph Amissah2014-05-122-2/+2
| | | | * (Closes: #744360) [n|u] sisu: includes do not work properly
* v5 v6: ao_syntax, address possible manual use of url delimiters「」Ralph Amissah2014-05-122-2/+2
|
* v6: xml object citation numbering (docbook fictionbook)Ralph Amissah2014-05-122-2/+10
|
* v5 v6: coding, various minor cosmeticRalph Amissah2014-05-1211-43/+45
|
* v5 v6: ocn, object citation numbering, --no-numbering option & default tuningsisu_5.3.4Ralph Amissah2014-02-144-26/+26
| | | | | | | | * add less cryptic --numbering --no-numbering command-line options (to --no-ocn) * plaintext & odt switch default to ocn==true for consistency with other output * [decide how fine-grained ocn/numbering switches could be: could be per output type by command-line instruction (see txt & odt); currently set per sisu instruction for all outputs]
* v5 v6: cgi, sample search form (generator), using cgi ENV variablesRalph Amissah2014-02-088-38/+48
|
* v5 v6: sysenv, concordance redirected paths, watchRalph Amissah2014-02-052-2/+8
|