diff --git a/Makefile b/Makefile index 31bec5a15eca..aa3f63583e01 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ MAIN := $(firstword $(EXECS)) WRAPPERS := html2markdown latex2markdown markdown2html \ markdown2latex markdown2pdf PROGS := $(EXECS) $(WRAPPERS) -DOCS := README.html README BUGS TODO +DOCS := README.html README BUGS #------------------------------------------------------------------------------- # Variables to setup through environment diff --git a/TODO b/TODO deleted file mode 100644 index 49636853a518..000000000000 --- a/TODO +++ /dev/null @@ -1,40 +0,0 @@ -# TODO - -* Use new downloads feature on google code. Figure out naming - scheme for releases. - -* state license on first page of website. also at top of every - source file...some say? (c) date, and license with link to text. - -* Clean up Haskell code, refactor, etc. - -* new writers? man page! (but we'd really need definition lists), - docbook. - -* Use XHTML library for HTML writer? Not yet - it's not standard - with 6.4.2 (but is with 6.6). When we can drop support for - 6.4.2, we can use it. - -* Windows zipfile: zip -r pandoc-0.3-windows.zip pandoc.exe README LICENSE - Be sure to convert to Windows line-endings. - in bash: sed -e 's/$'"/`echo \\\r`/" README > README.txt - -* 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.