Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 10 | -263/+702 |
| | | | | * with error message & text at location of failure | ||||
* | v6: texpdf, urls in creator cause breakage | Ralph Amissah | 2014-05-12 | 3 | -10/+32 |
| | | | | * (Closes: #744541) | ||||
* | v6: texpdf, mailto markup links set for normal text objects | Ralph Amissah | 2014-05-12 | 3 | -3/+11 |
| | | | | * (Closes: #744357) but testing required | ||||
* | v6: texpdf, '&' in heading breaks toc (now removed from toc (not heading)), bug | Ralph Amissah | 2014-05-12 | 2 | -0/+6 |
| | | | | * revisit, bug | ||||
* | v6: texpdf, for urls switch to sans serif (small fontsize) | Ralph Amissah | 2014-05-12 | 3 | -1/+21 |
| | | | | | * instead of typewriter, latex default * (Closes: #744353) | ||||
* | v6: texpdf, pdf colored hyperlinks configurable | Ralph Amissah | 2014-05-12 | 5 | -35/+116 |
| | | | | | | | | | * --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 | 5 | -15/+81 |
| | | | | | | | * --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 | 4 | -70/+162 |
| | | | | | | | | * (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 | 3 | -64/+66 |
| | |||||
* | v6: texpdf, (internal coding) use symbols to identify page orientation | Ralph Amissah | 2014-05-12 | 3 | -18/+21 |
| | |||||
* | v6: param, metadata rights, line-breaks instead of semicolons separating rights | Ralph Amissah | 2014-05-12 | 4 | -15/+30 |
| | | | | * (Closes: #744358) remove trailing semicolon after :copyright: | ||||
* | v5 v6: param, metadata add 'Copyright:' tag to output related to copyright | Ralph Amissah | 2014-05-12 | 5 | -3/+17 |
| | | | | * (Closes: #744381) syntax: inconsistency \:copyright: and \:license: | ||||
* | v6: digests sha512 option implemented | Ralph Amissah | 2014-05-12 | 19 | -217/+222 |
| | | | | | | | * options sha512 sha256 md5 * command line --sha512 * rcconf.yml ['defsault']['digest'] = sha512 * (Closes: #744402) | ||||
* | v5: digests cleaning | Ralph Amissah | 2014-05-12 | 2 | -142/+18 |
| | |||||
* | v5 v6: metadata, pdf, remove link to manifest page where --no-manifest is used | Ralph Amissah | 2014-05-12 | 5 | -7/+27 |
| | | | | * (Closes: #744378) | ||||
* | v5 v6: composite (inserts), missing includes doesn't give an error, fix | Ralph Amissah | 2014-05-12 | 5 | -13/+36 |
| | | | | * (Closes: #744379) see sisu.org for comment | ||||
* | v5 v6: composite, fix includes, provide extra newline after inserted comment | Ralph Amissah | 2014-05-12 | 5 | -3/+15 |
| | | | | * (Closes: #744360) [n|u] sisu: includes do not work properly | ||||
* | syntax hilighting, includes with files in subdirectories fix | Ralph Amissah | 2014-05-12 | 2 | -4/+6 |
| | | | | * (Closes: #744355) | ||||
* | syntax hilighting, line break without spaces<br>flagged as error, close | Ralph Amissah | 2014-05-12 | 1 | -1/+15 |
| | | | | | | | * for line breaks in sisu markup use \\ instead of <br> * the case described is meant to be flagged as an error * close bug, no action taken further explanation in sisu.org * (Closes: #744356) re-open if necessary | ||||
* | v5 v6: ao_syntax, address possible manual use of url delimiters「」 | Ralph Amissah | 2014-05-12 | 5 | -3/+7 |
| | |||||
* | sisu.org introduce a bug list | Ralph Amissah | 2014-05-12 | 1 | -0/+830 |
| | | | | * primarily DBT (Daniel's welcome bug flood) | ||||
* | sisu.org start using emacs:evil:org; update .gitignore | Ralph Amissah | 2014-05-12 | 4 | -3/+937 |
| | | | | | * (emacs:evil mode gifts a "vim" of "alternative" powers! ;) heretic | ||||
* | 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 | 12 | -53/+47 |
| | |||||
* | v5 v6: version & changelog (& rakefile) | Ralph Amissah | 2014-05-12 | 5 | -9/+23 |
| | |||||
* | v5 v6: ocn, object citation numbering, --no-numbering option & default tuningsisu_5.3.4 | Ralph Amissah | 2014-02-14 | 10 | -106/+117 |
| | | | | | | | | * 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: version & changelog (& rakefile) | Ralph Amissah | 2014-02-14 | 5 | -8/+22 |
| | |||||
* | documentation, minor updatesisu_5.3.3 | Ralph Amissah | 2014-02-08 | 15 | -123/+179 |
| | |||||
* | examples: nginx conf; cgi search forms pgsql & sqlite | Ralph Amissah | 2014-02-08 | 6 | -738/+1200 |
| | |||||
* | v5 v6: cgi, sample search form (generator), using cgi ENV variables | Ralph Amissah | 2014-02-08 | 10 | -38/+52 |
| | |||||
* | v5 v6: version & changelog (& rakefile) | Ralph Amissah | 2014-02-08 | 5 | -8/+22 |
| | |||||
* | manual Rakefile, README & minor config adjustmentsisu_5.3.2 | Ralph Amissah | 2014-02-05 | 8 | -22/+50 |
| | |||||
* | v5 v6: sysenv, concordance redirected paths, watch | Ralph Amissah | 2014-02-05 | 4 | -2/+12 |
| | |||||
* | v5 v6: utils, code markers & messages, notes/warning/errors, fix | Ralph Amissah | 2014-02-05 | 6 | -34/+86 |
| | |||||
* | v5 v6: ao, html book index linking, follow --strict option | Ralph Amissah | 2014-02-05 | 4 | -16/+22 |
| | |||||
* | v5 v6: version & changelog (& rakefile) | Ralph Amissah | 2014-02-05 | 5 | -4/+18 |
| | |||||
* | README & manpage (sisu.1) updatesisu_5.3.1 | Ralph Amissah | 2014-02-05 | 4 | -539/+2141 |
| | |||||
* | sisu manual update | Ralph Amissah | 2014-02-05 | 9 | -33/+277 |
| | |||||
* | sisu manual directory moved | Ralph Amissah | 2014-02-05 | 51 | -0/+2 |
| | |||||
* | removed html man pages (man2html) | Ralph Amissah | 2014-02-05 | 22 | -4911/+6 |
| | |||||
* | v5 v6: cgi (pgsql & sqlite), fix | Ralph Amissah | 2014-02-05 | 6 | -44/+48 |
| | |||||
* | 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 | 4 | -10/+18 |
| | |||||
* | v5 v6: html, endnote name and nameref make compliant (epub use same) | Ralph Amissah | 2014-02-05 | 16 | -48/+66 |
| | |||||
* | v5 v6: ocn: strict html; turn on/off rules for txt & odf | Ralph Amissah | 2014-02-05 | 20 | -62/+116 |
| | |||||
* | v5 v6: options, ocn switch on/off instructions (& defaults for plaintext & odt) | Ralph Amissah | 2014-02-05 | 6 | -20/+140 |
| | |||||
* | v5 v6: options, html --strict instruction | Ralph Amissah | 2014-02-05 | 6 | -2/+60 |
| | |||||
* | v5 v6: html, name tag related (output "cleaning") | Ralph Amissah | 2014-02-05 | 4 | -16/+38 |
| | |||||
* | v5 v6: ao, set document tags | Ralph Amissah | 2014-02-05 | 6 | -28/+54 |
| |