remove TODO - saait - the most boring static page generator
 (HTM) git clone git://git.codemadness.org/saait
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6b3ea3824ff3a2962776b0e558b6e3764f26481c
 (DIR) parent b3db791ebe566ca99df34a365df1f2632f2a31c8
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon,  4 Dec 2017 23:28:12 +0100
       
       remove TODO
       
       Diffstat:
         M Makefile                            |       3 +--
         D TODO                                |      21 ---------------------
       
       2 files changed, 1 insertion(+), 23 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -12,8 +12,7 @@ MAN1 = \
                saait.1
        DOC = \
                LICENSE\
       -        README\
       -        TODO
       +        README
        
        OBJ = ${SRC:.c=.o}
        
 (DIR) diff --git a/TODO b/TODO
       @@ -1,21 +0,0 @@
       -- writepage() improve error messages for filenames (error on line ...).
       -        show template name and filename.
       -- improve documentation
       -
       -make template structure:
       -
       -        templates/name/header.ext
       -        templates/name/item.ext
       -        templates/name/footer.ext
       -
       -add able to check unused variables (-w option?).
       -        add used counter to variable struct.
       -
       -must work on: Linux, OpenBSD, MingW (Windows).
       -        glibc
       -        musl
       -        OpenBSD libc
       -
       -- show line number in error
       -        improve
       -- about 500 LOC