Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | v6: utils, add ok code marker | Ralph Amissah | 2014-05-18 | 1 | -1/+13 |
| | |||||
* | v6: ao, heading with no ocn, distinguish ~# from -# | Ralph Amissah | 2014-05-12 | 6 | -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 directly | Ralph Amissah | 2014-05-12 | 1 | -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 error | Ralph Amissah | 2014-05-12 | 5 | -118/+217 |
| | | | | * with error message & text at location of failure | ||||
* | v6: texpdf, urls in creator cause breakage | Ralph Amissah | 2014-05-12 | 1 | -9/+24 |
| | | | | * (Closes: #744541) | ||||
* | v6: texpdf, mailto markup links set for normal text objects | Ralph Amissah | 2014-05-12 | 1 | -2/+2 |
| | | | | * (Closes: #744357) but testing required | ||||
* | v6: texpdf, '&' in heading breaks toc (now removed from toc (not heading)), bug | Ralph Amissah | 2014-05-12 | 1 | -0/+3 |
| | | | | * revisit, bug | ||||
* | v6: texpdf, for urls switch to sans serif (small fontsize) | Ralph Amissah | 2014-05-12 | 1 | -0/+1 |
| | | | | | * instead of typewriter, latex default * (Closes: #744353) | ||||
* | v6: texpdf, pdf colored hyperlinks configurable | Ralph Amissah | 2014-05-12 | 3 | -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 Amissah | 2014-05-12 | 3 | -14/+59 |
| | | | | | | | * --pdf-fontsize-12 --pdf-fontsize-8 * default: texpdf_fontsize: 12 * (Closes: #744405) | ||||
* | v6: texpdf, headings and table of contents representation | Ralph Amissah | 2014-05-12 | 2 | -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_fontface | Ralph Amissah | 2014-05-12 | 2 | -63/+63 |
| | |||||
* | v6: texpdf, (internal coding) use symbols to identify page orientation | Ralph Amissah | 2014-05-12 | 2 | -18/+19 |
| | |||||
* | v6: param, metadata rights, line-breaks instead of semicolons separating rights | Ralph Amissah | 2014-05-12 | 2 | -14/+22 |
| | | | | * (Closes: #744358) remove trailing semicolon after :copyright: | ||||
* | v5 v6: param, metadata add 'Copyright:' tag to output related to copyright | Ralph Amissah | 2014-05-12 | 2 | -2/+2 |
| | | | | * (Closes: #744381) syntax: inconsistency \:copyright: and \:license: | ||||
* | v6: digests sha512 option implemented | Ralph Amissah | 2014-05-12 | 13 | -216/+189 |
| | | | | | | | * options sha512 sha256 md5 * command line --sha512 * rcconf.yml ['defsault']['digest'] = sha512 * (Closes: #744402) | ||||
* | v5: digests cleaning | Ralph Amissah | 2014-05-12 | 1 | -142/+16 |
| | |||||
* | v5 v6: metadata, pdf, remove link to manifest page where --no-manifest is used | Ralph Amissah | 2014-05-12 | 2 | -6/+16 |
| | | | | * (Closes: #744378) | ||||
* | v5 v6: composite (inserts), missing includes doesn't give an error, fix | Ralph Amissah | 2014-05-12 | 2 | -12/+11 |
| | | | | * (Closes: #744379) see sisu.org for comment | ||||
* | v5 v6: composite, fix includes, provide extra newline after inserted comment | Ralph Amissah | 2014-05-12 | 2 | -2/+2 |
| | | | | * (Closes: #744360) [n|u] sisu: includes do not work properly | ||||
* | v5 v6: ao_syntax, address possible manual use of url delimiters「」 | Ralph Amissah | 2014-05-12 | 2 | -2/+2 |
| | |||||
* | v6: xml object citation numbering (docbook fictionbook) | Ralph Amissah | 2014-05-12 | 2 | -2/+10 |
| | |||||
* | v5 v6: coding, various minor cosmetic | Ralph Amissah | 2014-05-12 | 11 | -43/+45 |
| | |||||
* | v5 v6: ocn, object citation numbering, --no-numbering option & default tuningsisu_5.3.4 | Ralph Amissah | 2014-02-14 | 4 | -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 variables | Ralph Amissah | 2014-02-08 | 8 | -38/+48 |
| | |||||
* | v5 v6: sysenv, concordance redirected paths, watch | Ralph Amissah | 2014-02-05 | 2 | -2/+8 |
| | |||||
* | v5 v6: utils, code markers & messages, notes/warning/errors, fix | Ralph Amissah | 2014-02-05 | 4 | -34/+82 |
| | |||||
* | v5 v6: ao, html book index linking, follow --strict option | Ralph Amissah | 2014-02-05 | 2 | -16/+18 |
| | |||||
* | v5 v6: cgi (pgsql & sqlite), fix | Ralph Amissah | 2014-02-05 | 4 | -44/+44 |
| | |||||
* | v5 v6: html, (output) cleaning | Ralph Amissah | 2014-02-05 | 6 | -10/+40 |
| | |||||
* | v5 v6: epub, hash digests used only if available | Ralph Amissah | 2014-02-05 | 2 | -8/+12 |
| | |||||
* | v5 v6: html, endnote name and nameref make compliant (epub use same) | Ralph Amissah | 2014-02-05 | 14 | -48/+60 |
| | |||||
* | v5 v6: ocn: strict html; turn on/off rules for txt & odf | Ralph Amissah | 2014-02-05 | 18 | -62/+108 |
| | |||||
* | v5 v6: options, ocn switch on/off instructions (& defaults for plaintext & odt) | Ralph Amissah | 2014-02-05 | 4 | -20/+138 |
| | |||||
* | v5 v6: options, html --strict instruction | Ralph Amissah | 2014-02-05 | 4 | -2/+50 |
| | |||||
* | v5 v6: html, name tag related (output "cleaning") | Ralph Amissah | 2014-02-05 | 2 | -16/+32 |
| | |||||
* | v5 v6: ao, set document tags | Ralph Amissah | 2014-02-05 | 4 | -28/+50 |
| | |||||
* | v5 v6: epub, odt, check availability of zip program | Ralph Amissah | 2014-02-05 | 6 | -4/+32 |
| | |||||
* | v5 v6: error/warn messages | Ralph Amissah | 2014-02-05 | 10 | -28/+34 |
| | |||||
* | v5 v6: wrappers round require | Ralph Amissah | 2014-02-05 | 52 | -148/+512 |
| | |||||
* | v5 v6: html, cleaning, minor | Ralph Amissah | 2014-02-05 | 2 | -40/+0 |
| | |||||
* | v5 v6: made true, branches: v6 development; v5 stable; v4 closedsisu_5.3.0 | Ralph Amissah | 2014-01-26 | 129 | -3528/+8068 |
| | |||||
* | v4 v5: sysenv for texpdf, fix for when tex to pdf generator is absentsisu_4.2.20 | Ralph Amissah | 2014-01-20 | 2 | -10/+8 |
| | |||||
* | v4 v5: bin/sisu & some related lib changes | Ralph Amissah | 2014-01-20 | 6 | -83/+42 |
| | | | | | * good time to consider rollover: closing v4 branch, replacing it with v5 & introducing v6 for development, proposed for this release + 1 | ||||
* | bin/sisu experimentationsisu_4.2.19 | Ralph Amissah | 2014-01-17 | 2 | -17/+27 |
| | | | | | * start preparing for ruby changes * work on fix for bug related to gem path & system installed sisu | ||||
* | v5: asciidoc, file extension (for now .ad), inline footnotes, minorsisu_4.2.18 | Ralph Amissah | 2014-01-12 | 2 | -39/+4 |
| | |||||
* | v5: heading recalibration, code (downstream) changes, continue | Ralph Amissah | 2014-01-12 | 10 | -42/+25 |
| | |||||
* | v5: ao, counter for various grouped / blocked texts & tables | Ralph Amissah | 2014-01-12 | 2 | -31/+43 |
| | | | | * of particular use for poems which are broken into verse | ||||
* | v4 v5: texpdf, report to screen on pdf output, link to a generated file-size | Ralph Amissah | 2014-01-12 | 4 | -8/+8 |
| | | | | * decide how to deal with as multiple document file-sizes may be produced | ||||
* | v4 v5: texinfo, fixes | Ralph Amissah | 2014-01-12 | 5 | -126/+82 |
| |