From 19f04a2c23191ae08d918616845c47e9f8e0d44d Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Mon, 7 Mar 2016 22:17:47 -0800 Subject: [PATCH] adjusting TODO after the work of today --- TODO | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/TODO b/TODO index efe58f3..630734a 100644 --- a/TODO +++ b/TODO @@ -8,15 +8,7 @@ user-visible needs * add support for .epub3 (or just .epub?) - * add option --builddir (default to ${pubdir}/../ldp-builddir/ - - * adjust the OutputDirectory to have output.builddir - - * separate the logic of --publish and --build in the generate() - function - - * add option --publish (synonym to --build, but also rename into - live output dir) + * improve abstraction and functions for --script vs. --publish and --build * add support for asciidoc; instantiate a new instance of Docbook4XML with a SourceDocument of the generated result of asciidoc --backend @@ -24,7 +16,6 @@ user-visible needs * consider adding support for metadata extraction from documents - * create TLDP DocBook 5.0 XSL files (if we care) code internals