summaryrefslogtreecommitdiffstats
path: root/doc/design/html.xsl
Commit message (Collapse)AuthorAgeFilesLines
* Convert line endings on sources [skip appveyor]Mats Wichmann2022-08-201-151/+151
| | | | | | | | | | | | | | | | Some file still were checked in with DOS-style line endings. Convert for consistency, and let git handle line endings on checkout for the platform in question. Did *not* convert svg files. Added .git-blame-ignore-revs with this revision listed to be able to ignore this change when doing "git blame --ignore-revs-file=...". To not have to manually type the option, can do: git config --global blame.ignoreRevsFile .git-blame-ignore-revs Signed-off-by: Mats Wichmann <mats@linux.com>
* Enforcing HTML output encoding to UTF-8.Dirk Baechle2020-07-191-5/+100
| | | | | | | | The stylesheet for the single HTML outputs (not chunked) get adapted, such that UTF-8 is always used as output encoding for all chunks. In addition, the HTML header now contains a corresponding "content" tag, displaying the used charset=UTF-8. [skip ci]
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-101-1/+1
| | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* - improved dependency handling for doc toolchain (no false rebuilds anymore)Dirk Baechle2014-03-111-0/+1
| | | | | | - fixed EPUB builder - corrected anchor style for links in CSS - documents now include chapter in section numbering
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-031-0/+55
- corrected the doc folder SConscripts and added XSL and titlepage files where required