python-tldp/TODO

24 lines
639 B
Plaintext
Raw Normal View History

2016-02-23 17:45:26 +00:00
python-tldp TODO
----------------
* Add a verb to produce a runnable shell-script instead of having
ldptool do the job.
2016-02-23 17:45:26 +00:00
* 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
* add a manpage
* build should return 0, only if all documents build successfully
* figure out how/if to build the outputs in a separate place
rather than in the real output directory
* smart_bool for config handling
2016-02-23 17:45:26 +00:00
CascadingConfig
---------------
* factor out CascadingConfig into its own project