python-tldp/TODO

25 lines
603 B
Plaintext
Raw Normal View History

2016-02-23 17:45:26 +00:00
python-tldp TODO
----------------
* SourceDocument and OutputDirectory both have nearly-identical
methods called detail() which define a format string; probably
should be defined once in a parent class or something
2016-02-24 06:55:47 +00:00
* Add a verb to produce a runnable shell-script instead of having
ldptool do the job.
2016-02-23 17:45:26 +00:00
2016-02-24 06:55:47 +00:00
* Copy images into the output directory.
2016-02-23 17:45:26 +00:00
2016-02-27 03:07:31 +00:00
* Test out on Ubuntu (and any other conveniently accessible platforms).
* Packaging.
* Consider adding --skip broken, --skip docbook4xml, ...
2016-02-23 17:45:26 +00:00
CascadingConfig
---------------
* factor out CascadingConfig into its own project