From 0889c79830cc5631c79daaeb3fa2edf226230cd6 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sun, 6 Mar 2016 14:52:43 -0800 Subject: [PATCH] adjust the TODO list --- TODO | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index ec7c3cd..efe58f3 100644 --- a/TODO +++ b/TODO @@ -8,14 +8,22 @@ user-visible needs * add support for .epub3 (or just .epub?) - * add support for asciidoc + * 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) + + * add support for asciidoc; instantiate a new instance of Docbook4XML + with a SourceDocument of the generated result of asciidoc --backend + docbook * consider adding support for metadata extraction from documents - * figure out how/if to build the outputs in a separate place - rather than in the real output directory [prevent the problem that - a bad document update kills the real output directory and leaves - an empty result] * create TLDP DocBook 5.0 XSL files (if we care)