| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Eliminate unneeded imports, and a few unneeded statements -
usually "pass" where it is not syntactically needed.
A couple of import try blocks were eliminated or changed
when they're "cannot happen" due to current floor Python version.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Real change to two files, as apparently a system stylesheet has moved
(checked in multiple Ubuntu versions, and in upstream dockbook-xsl)
from html to xhtml path. Or to be more precise, in old docbook-xsl
packages, both subdirectories existed but in newer releases only the
xhtml subdirectory exists.
- <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/slides/html/plain.xsl"/>
+ <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/slides/xhtml/plain.xsl"/>
The other changes were to change file to standard line endings (not
Windows) and quiet git complaints about whitespace errors. Unfortunately
the line-endings change makes it look like the files were 100% replaced.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
| |
framework
|
|
|
|
|
|
|
|
|
|
| |
Instead of custom conversion as in the previous iteration,
use the to_bytes function.
The two known tests which incorrectly let the text-mode xml file
be opened in binary mode are adjusted to supply mode='r'
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
| |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
| |
|
|
|
|
| |
- added a proper test for EPUB with xsltproc
|
| |
|
|
|
|
| |
Featherstone
|
| |
|
|
|
|
| |
- now skipping several Docbook tests, when required stylesheets aren't installed
|
|
|