aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* documention relatedsisu_5.5.0Ralph Amissah2014-07-116-97/+25
|
* v5 v6: src, sisupod composite source, nested includesRalph Amissah2014-07-114-42/+90
|
* v5 v6: src sisupod, cosmetic code arrangementRalph Amissah2014-07-114-44/+100
|
* v5 v6: ao_composite, nested includes, .ssi (insert) can now include .ssi & .sstRalph Amissah2014-07-115-133/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .ssm can contain/include .sst or .ssi .sst files can be processed independently, they do not contain other files .ssi files have been only insertions of text & are not processed independently but as part of an ssm change proposed: .ssm unchanged, .sst unchanged, .ssi as before, but can include .sst or .ssi, so: files are only insertions & are not processed independently but as part of an .ssm or another .ssi i.e. as before with the addition that it like a .ssm can contain/include .sst or .ssi * requested feature, (Closes: #744408) User beware. In previous versions there has been a deliberate attempt to keep it easy to follow documents & not have to dig through different levels of includes, as this is more likely to lead to errors in markup. The idea of nested includes has not been attractive (messy for a document), however, this is now made possible, use with care * it is not as easy to see document structure at a glance, and structural errors may be introduced and will need to be taken care of (requiring document markup debugging) * allowing .ssi to also include other .ssi or .sst could lead to infinite recursion if an .ssi includes another which includes itself; stopping after an additional level of includes seems arbitrary, and possibly prone to error if you are dealing with many documents * requires testing * version bump, new behavior added to .ssi one of the 3 sisu filetypes
* v5 v6: ao_composite, variable nameRalph Amissah2014-07-112-38/+38
|
* v5 v6: ao_numbering, check that all auto given number based seg names are uniqueRalph Amissah2014-07-114-2/+20
|
* v5 v6: ao_numbering, auto name segment, extract "number" from heading, fixRalph Amissah2014-07-114-4/+10
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-115-8/+22
|
* sisu.org, README minorsisu_5.4.5Ralph Amissah2014-07-072-6/+43
|
* v5 v6: ao, auto seg naming, adjustmentsRalph Amissah2014-07-076-26/+42
| | | | * re: seg numbering, fixed width, leading zeros (introduced: 5.4.3 / 6.0.9)
* bin/sisu, processing dir relatedRalph Amissah2014-07-073-21/+48
| | | | | | | | | | | * e.g. using live-manual/manual as sample, the following should work as expected available: ca de en es fr it ja pl pt_BR ro; select: en & ja: sisu --html -v en/live-manual.ssm ja/live-manual.ssm or for all available translations: sisu --html -v **/live-manual.ssm (these previously would have broken after processing the first directory) sisu command equivalent for all available translations being (unaffected): sisu --html -v --glob live-manual
* bin/sisu, some cosmetic long line breakingRalph Amissah2014-07-073-10/+25
|
* v5 v6: version & changelog (& rakefile) (git, ref log instead of shortlog)Ralph Amissah2014-07-075-126/+140
|
* v5 v6: ao, fix, re: seg numbering, fixed width, leading zeros (new in 5.4.3)sisu_5.4.4Ralph Amissah2014-07-044-32/+64
| | | | * provisional fix (check related issues against 5.4.2)
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-045-8/+22
|
* v5 v6: sysenv, developer _CONSTRUCTION_ZONE warning setup modifiedsisu_5.4.3Ralph Amissah2014-07-016-16/+22
|
* v5 v6: epub, a fix, double checkRalph Amissah2014-07-014-0/+6
|
* v5 v6: ao, segment numbering, fixed width, leading zerosRalph Amissah2014-07-018-58/+162
| | | | * alphanumeric sorting
* v5 v6: ao, doc objects, layout group open & close, identify, is_forRalph Amissah2014-07-016-10/+54
|
* v5 v6: ao, quote block, insert text indent markup (book index markup unchanged)Ralph Amissah2014-07-014-4/+16
|
* v5 v6: ao, (param), book index, strip white spaces around termsRalph Amissah2014-07-016-8/+14
| | | | * fix uppercase first character where spaces used
* v5 v6: ao, code cosmetic rearrangementRalph Amissah2014-07-0136-1120/+2810
|
* 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)
* vim syntax, version & date (code block, language syntax; box group; quote)Ralph Amissah2014-07-011-2/+2
| | | | * now applies to v5 branch
* v5: merge what was sisu_6.0.8 into v5Ralph Amissah2014-07-0111-132/+461
| | | | | | | | | | | | | | | | | | * 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
* sisu.org minorRalph Amissah2014-07-011-7/+7
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-07-015-8/+22
|
* ao, fix bug in previous version (5.4.1) from sloppy cherry pick of v6sisu_5.4.2Ralph Amissah2014-06-222-2/+5
| | | | * ao_doc_str (codeblock)
* v5: version & changelog (& rakefile)Ralph Amissah2014-06-223-4/+11
|
* vim syntax, code block, language syntax; box group; quotesisu_5.4.1Ralph Amissah2014-06-192-5/+15
|
* v6: docbook, code blockRalph Amissah2014-06-193-24/+37
|
* v6: docbook, imagesRalph Amissah2014-06-193-4/+28
|
* v6: docbook, tablesRalph Amissah2014-06-193-1/+68
|
* v6: docbook, quotes (blockquote)Ralph Amissah2014-06-192-1/+12
|
* v6: docbook, metadata header (docinfo)Ralph Amissah2014-06-193-0/+76
|
* v6: docbook, ocn & footnote numbers (as xml comments)Ralph Amissah2014-06-194-6/+13
|
* v6: docbook, tags (name touch)Ralph Amissah2014-06-191-30/+30
|
* v6: ao, syntax, introduce tics quotes markup (blockquote equivalent)Ralph Amissah2014-06-196-49/+113
|
* v6: ao, syntax, introduce box text block/groupRalph Amissah2014-06-195-16/+66
|
* v6: ao, syntax, able optionally to indicate the language syntax of a code blockRalph Amissah2014-06-196-27/+42
|
* v5 v6: ao, introduce way of removing unrecognized tic markersRalph Amissah2014-06-194-20/+56
| | | | | | | * 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-196-68/+70
|
* v5 v6: ao, regex match for tics "```" followed by space tweakedRalph Amissah2014-06-198-90/+92
|
* v5 v6: ao, turn id numbers (for tags) into a hashRalph Amissah2014-06-194-60/+76
|
* v5 v6: ao, code blocks, clean trailing newlinesRalph Amissah2014-06-194-2/+8
|
* v5 v6: indent spaces, minorRalph Amissah2014-06-1914-340/+364
|
* v5 v6: ao, misc, mostly minor cleaningRalph Amissah2014-06-1912-246/+260
|
* v5 v6: version & changelog (& rakefile)Ralph Amissah2014-06-195-8/+69
|
* 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: version & changelog (& rakefile)Ralph Amissah2014-05-255-9/+23
| | | | * will merge v6 into v5, 5.4 version bump