aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* v5 v6: cgi, sample search forms: use ruby-pg & ruby-sqlite3; remove ruby-dbisisu_5.3.6Ralph Amissah2014-05-1811-77/+79
|
* v5 v6: db, remove ruby-dbi, for: pg ruby-pg, sqlite ruby-sqlite3 (already uses)Ralph Amissah2014-05-1816-76/+185
| | | | | | | | * 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-1818-83/+89
|
* v6: utils, add ok code markerRalph Amissah2014-05-181-1/+13
|
* documentation updatesRalph Amissah2014-05-1812-2320/+2405
| | | | | | | | * sisu.org info on ruby-dbi removal affecting sisu in debian * sisu.org moved to data/doc/sisu (softlinked from root dir) * CHANGELOG simplify maintenance * note version changes * misc
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-05-185-8/+22
|
* documentation, notes, updatesisu_5.3.5Ralph Amissah2014-05-124-14/+152
|
* v6: ao, heading with no ocn, distinguish ~# from -#Ralph Amissah2014-05-128-59/+80
| | | | | | | * ~# 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
* v5 v6: bin/sisu, ensure return to start dirRalph Amissah2014-05-123-3/+7
|
* 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-1210-263/+702
| | | | * with error message & text at location of failure
* v6: texpdf, urls in creator cause breakageRalph Amissah2014-05-123-10/+32
| | | | * (Closes: #744541)
* v6: texpdf, mailto markup links set for normal text objectsRalph Amissah2014-05-123-3/+11
| | | | * (Closes: #744357) but testing required
* v6: texpdf, '&' in heading breaks toc (now removed from toc (not heading)), bugRalph Amissah2014-05-122-0/+6
| | | | * revisit, bug
* v6: texpdf, for urls switch to sans serif (small fontsize)Ralph Amissah2014-05-123-1/+21
| | | | | * instead of typewriter, latex default * (Closes: #744353)
* v6: texpdf, pdf colored hyperlinks configurableRalph Amissah2014-05-125-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 Amissah2014-05-125-15/+81
| | | | | | | * --pdf-fontsize-12 --pdf-fontsize-8 * default: texpdf_fontsize: 12 * (Closes: #744405)
* v6: texpdf, headings and table of contents representationRalph Amissah2014-05-124-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_fontfaceRalph Amissah2014-05-123-64/+66
|
* v6: texpdf, (internal coding) use symbols to identify page orientationRalph Amissah2014-05-123-18/+21
|
* v6: param, metadata rights, line-breaks instead of semicolons separating rightsRalph Amissah2014-05-124-15/+30
| | | | * (Closes: #744358) remove trailing semicolon after :copyright:
* v5 v6: param, metadata add 'Copyright:' tag to output related to copyrightRalph Amissah2014-05-125-3/+17
| | | | * (Closes: #744381) syntax: inconsistency \:copyright: and \:license:
* v6: digests sha512 option implementedRalph Amissah2014-05-1219-217/+222
| | | | | | | * options sha512 sha256 md5 * command line --sha512 * rcconf.yml ['defsault']['digest'] = sha512 * (Closes: #744402)
* v5: digests cleaningRalph Amissah2014-05-122-142/+18
|
* v5 v6: metadata, pdf, remove link to manifest page where --no-manifest is usedRalph Amissah2014-05-125-7/+27
| | | | * (Closes: #744378)
* v5 v6: composite (inserts), missing includes doesn't give an error, fixRalph Amissah2014-05-125-13/+36
| | | | * (Closes: #744379) see sisu.org for comment
* v5 v6: composite, fix includes, provide extra newline after inserted commentRalph Amissah2014-05-125-3/+15
| | | | * (Closes: #744360) [n|u] sisu: includes do not work properly
* syntax hilighting, includes with files in subdirectories fixRalph Amissah2014-05-122-4/+6
| | | | * (Closes: #744355)
* syntax hilighting, line break without spaces<br>flagged as error, closeRalph Amissah2014-05-121-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 Amissah2014-05-125-3/+7
|
* sisu.org introduce a bug listRalph Amissah2014-05-121-0/+830
| | | | * primarily DBT (Daniel's welcome bug flood)
* sisu.org start using emacs:evil:org; update .gitignoreRalph Amissah2014-05-124-3/+937
| | | | | * (emacs:evil mode gifts a "vim" of "alternative" powers! ;) heretic
* v6: xml object citation numbering (docbook fictionbook)Ralph Amissah2014-05-122-2/+10
|
* v5 v6: coding, various minor cosmeticRalph Amissah2014-05-1212-53/+47
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-05-125-9/+23
|
* v5 v6: ocn, object citation numbering, --no-numbering option & default tuningsisu_5.3.4Ralph Amissah2014-02-1410-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 Amissah2014-02-145-8/+22
|
* documentation, minor updatesisu_5.3.3Ralph Amissah2014-02-0815-123/+179
|
* examples: nginx conf; cgi search forms pgsql & sqliteRalph Amissah2014-02-086-738/+1200
|
* v5 v6: cgi, sample search form (generator), using cgi ENV variablesRalph Amissah2014-02-0810-38/+52
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-02-085-8/+22
|
* manual Rakefile, README & minor config adjustmentsisu_5.3.2Ralph Amissah2014-02-058-22/+50
|
* v5 v6: sysenv, concordance redirected paths, watchRalph Amissah2014-02-054-2/+12
|
* v5 v6: utils, code markers & messages, notes/warning/errors, fixRalph Amissah2014-02-056-34/+86
|
* v5 v6: ao, html book index linking, follow --strict optionRalph Amissah2014-02-054-16/+22
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-02-055-4/+18
|
* README & manpage (sisu.1) updatesisu_5.3.1Ralph Amissah2014-02-054-539/+2141
|
* sisu manual updateRalph Amissah2014-02-059-33/+277
|
* sisu manual directory movedRalph Amissah2014-02-0551-0/+2
|
* removed html man pages (man2html)Ralph Amissah2014-02-0522-4911/+6
|