| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* pretty much as SiSU 2.0, some header additions
* identification not fully implemented
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* ensure manifest is run
* urls fix
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* (primarily) cycle files then options (instead of options then files)
* manifest re-run on (currently generated) translated files if any
|
| |
|
|
|
|
|
|
|
| |
* harvest_topics, sort fix
* harvest_authors, minor fix
* sst content parsing lang dir
* output file location, currently works for (by?) :language & :filetype
|
| |
|
| |
|
|
|
|
| |
* SELECT ocn,body FROM doc_objects WHERE t_is='code';
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* distinguish sisu branch, add sisu branch to processing directory name
* if constants, 'DEVELOPER[:maintenance] == :true' then additionally add
sisu version number to processing directory name
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* $ and curly braces are escaped (within sisu) to allow the following:
@make:\n :substitute: /${linux-distro}/,'Debian' /${stable}/,'Squeeze' \
/${testing}/,'Wheezy'
* changes are not made within text object types: code-blocks, tables or
metadata (document headers). Marked up document remains self-referential.
* Note: the substitution list must be written on a single line, without
line-breaks.
* [Substitutions possibility requested by Debian-live, live-manual (Ben
Armstrong & Daniel Baumann)]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* content format influenced by Machine-readable debian/copyright file
<http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/>
|
|
|
|
|
|
|
|
|
| |
* v3dv (3.2) "merged" into v3 (previously 3.1) (& removed)
* conf/sisu/v3dv --> conf/sisu/v3
* data/sisu/v3dv --> data/sisu/v3
* lib/sisu/v3dv --> lib/sisu/v3
* bin/sisu* (v3dv references changed to v3)
* (--dev modifier (superfluous for the time being) runs main v3 branch)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* in addition to existing possibility of a shared db in sqlite3 or postgresql
|
|
|
|
| |
* sisurc.yml omit list, commented out omit line with single example added
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* for config file, document headers, & command line
* v3dv: sysenv, ProcessingSettings, start to use hooks to make it possible
to control (via: the command line; the document markup header, or; the
configuration file) the likes of: ocn, toc, segsubtoc, minitoc,
links-to-manifest, search-form, html-navigation, html-navigation-bar,
html-right-pane, html-top-band; these are switched on by default and may
be switched off in omit lists within configuration file, the document
markup header, or command line. The command line takes precedence & may
switch on or off overriding settings within the document markup header or
the sisu configuration file.
* --inc- on by default, but if switched off in doc header or
configuration, the command line --inc- has precedence; for each possible
exclude configuration the --inc- switch that overrides configuration
settings
* --exc- == --no-; exclude/switch off feature (but --inc- include has
precedence)
* document header @build: :omit: [list output features to be omitted]
* configuration (sisurc.yml) omit:
exclude output feature, overrides configuration settings (omit --dev
development branch modifier once merged back to main)
--exc-ocn, html (seg, scroll), epub, xml, pdf
sisu --dev --exc-ocn --html --epub --xml-sax --xml-dom --xhtml -v \
filename.sst
--exc-toc, html (scroll), epub, pdf
sisu --dev --exc-toc --html --epub --pdf -v filename.sst
--exc-segsubtoc html (seg), epub
sisu --dev --exc-segsubtoc --html --epub -v filename.sst
--exc-minitoc, html (seg), concordance, manifest
sisu --dev --exc-minitoc --html --concordance -v filename.sst
--exc-manifest-minitoc, manifest
sisu --dev --exc-manifest-minitoc --html -v filename.sst
--exc-links_to_manifest, --exc-manifest-links,
html (seg, scroll)
sisu --dev --exc-manifest-links --html -v filename.sst
--exc-search-form, html (seg, scroll), manifest
sisu --dev --exc-search-form --html -v filename.sst
--exc-html-minitoc, html (seg), concordance
sisu --dev --exc-html-minitoc --html --concordance -v filename.sst
--exc-html-navigation, html (seg, scroll)?
sisu --dev --exc-html-navigation --html -v filename.sst
--exc-html-navigation-bar, html (seg)
sisu --dev --exc-html-navigation-bar --html -v filename.sst
--exc-html-search-form, html (seg, scroll)
sisu --dev --exc-html-search-form --html -v filename.sst
--exc-html-right-pane, html (seg, scroll)
sisu --dev --exc-html-right-pane --html -v filename.sst
--exc-html-top-band, html (seg, scroll), concordance (minitoc is
forced on to provide seg navigation)
sisu --dev --exc-html-top-band --html --concordance -v filename.sst
|
|
|
|
|
| |
* for config file, document headers, & command line
* requiring downstream code changes (in commit that follows)
|
|
|
|
| |
* proposed next version starts 3.2, (merge dev branch after 3.1.15)
|
| |
|
| |
|