From 2b9af0bbf123deb26f694dea521dac3a57aaa145 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 12 Dec 2006 07:55:50 +0000 Subject: [PATCH] + Documented website target in changelog. + Added list of ideas/projects to TODO. git-svn-id: https://pandoc.googlecode.com/svn/trunk@179 788f1e2b-df1e-0410-8736-df70ead52e1b --- TODO | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 2 ++ 2 files changed, 88 insertions(+) diff --git a/TODO b/TODO index 464090415..9f72a0f04 100644 --- a/TODO +++ b/TODO @@ -1 +1,87 @@ # TODO + +* Revisions for building with windows under cygwin: + Cabal under windows produces 'pandoc.exe', and some of the scripts + expect 'pandoc'. + +* Consider making section headers block titles rather than blocks. + Instead of: [Header 1 "My title", Block1, Block2, Block3], + Section "My title" [Block1, Block2, Block3]. + This seems cleaner and would facilitate a docbook writer. + It might also simplify the rst reader. + +* pandoc's HTML output fails to validate completely (w3c). + There are a few quirks: + + HTML doesn't like the \> at the end of isn't allowed inside

blocks.