From 4f335dda987536d64e9ec8193afe1b5ed84e1fd4 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Tue, 23 Feb 2016 09:45:26 -0800 Subject: [PATCH] adding a TODO file to the package --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..42fd5cb --- /dev/null +++ b/TODO @@ -0,0 +1,16 @@ +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 + + * produce a runnable shell-script instead of calling the programs + + +CascadingConfig +--------------- + + * factor out CascadingConfig into its own project + + * allow automatic detection of config_fragment() functions