| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
* html endnote segment, heading endnote, link back to html scroll
* epub endnote segment fails, issue with match, fix
* dp, remark if no existing option selected
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* libs & version files under new branch names: current & develop
* previously under branch version numbers (v5|v6)
* version .yml files moved
* associated adjustments made as required, notably to:
bin/sisu se* qi* (file headers); breakage potential, testing
required
* [on dir names, want release to (alphabetically) precede
next/development, considered (cur|dev)
(current|(dev|development|progress|next)) (stable|unstable),
alpha sorting fail (release|(next|develop))]
|
| |
|
| |
|
| |
|
|
|
|
| |
* indentation, line-breaking, and formatting characters only changes made
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* "UnFrozen" prior to original time intended (end of Debian Freeze
for Jessie), reason: the upstream bugfix 5.7.2 intended for
Jessie (packaged for Debian as 5.7.1-2) was not accepted; this
means even if another patch does get sent for Jessie, it will
not be from upstream branch)
* post Debian:Jessie development commits
|
|
|
|
|
|
|
|
|
|
|
| |
* without fix sisu reports loading of .ssm & .ssi files but not .sst
(sub-documents are imported correctly and resulting document outputs are
correct and unaffected, but unless aware of this bug it would seem otherwise
until the correct operation of sisu was manually verified e.g. by examining
documents produced); (issue somewhat mitigated by not being the most common
sisu operation)
* sisu is in development freeze, this fix is provided for Debian Jessie
(Closes: #767761)
|
|
|
|
|
|
|
|
|
|
| |
* NOTE: sisu is in development freeze mirroring the Debian release cycle;
bugfix & documentation update only, pending the release of Debian Jessie
* (as sisu upstream) the cleanest git workflow solution to the Debian freeze
appears to be to follow the Debian freeze with respect to upstream alterations
of sisu (bugfix & documentation only), incrementing upstream version number
as usual, whilst building package as required for Debian freeze version of
sisu 5.7.1-*
|
|
|
|
|
|
| |
* remove dedicated endnote search section (as endnotes found & listed from
reference text field)
* cleaner search results
|
|
|
|
|
|
| |
* cleaner, more useful search results
* cleaner text search field
* separate footnote fields redundant for search purposes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* old code removed & substituted as required by *_parts
* attending code changes, fairly wide ranging, test
|
| |
|
| |
|
|
|
|
| |
* resulting hashtag #1 instead of #o1
|
|
|
|
| |
* note: html_format.rb has differences, else same
|
| |
|
| |
|
| |
|
|
|
|
| |
* could share "maintenance" db import sql file (as done previously), consider
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* document headers, other minor
|
|
|
|
| |
* makes it easier to make use of acts 0 to 9
|
| |
|
| |
|
|
|
|
| |
* update for (ao/dal) text representation, fix legacy action
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* (i) auto naming attempts to extract a suitable numeric name from document
headings if available, at times one appears to be available but is re-used
elsewhere in the document, (as where the document has Parts or Sections and
naming starts again within these sections from 1); (ii) this is treated as an
exception and an alternative sequential naming scheme is triggered; (iii) if a
document heading does not provide a suitable numeric name, another sequential
scheme is used
|
|
|
|
|
|
|
|
|
|
| |
* adjustment to (existing) provided feedback, based on:
* level A~ title, required;
* levels B~ C~ D~ optional sequential document divider headings
(Part, Section etc. equivalent);
* level 1~ required, heading level preceding substantive text; followed by
* levels 2~ 3~ 4~ optional, sequential headings
(1.1, 1.1.1, 1.1.1.1 equivalents)
|
|
|
|
| |
* expansion of sisu output filepaths (sync with use of --act0 to --act9)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* adjustments to default settings for --act0 to --act9 (to match current "se")
* removed sisurc examples to organize output by filetype, filename, monolingual,
as one word diff
output_dir_structure_by: language
# (language|filetype|(filetype_mono|monolingual)|filename|filename_mono)
# language
# (language and filetype directories);
# filetype
# (filetype directories, filename includes language code);
# filetype_mono (or monolingual)
# (filetype drectories, no language codes in filenames)
# filename
# (directory output similar to v1 v2, filename includes language code);
# filename_mono
# (directory output similar to v1 v2, filename without language code)
|