URI:
       update TODO - saait - the most boring static page generator
  HTML git clone git://git.codemadness.org/saait
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4c05c11ca0c501964da7a77889452cfb01d55caa
   DIR parent 26b73028068d028282fd9e8e4dbba863555f559a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  9 Dec 2016 01:19:40 +0100
       
       update TODO
       
       Diffstat:
         M README                              |       1 +
         M TODO                                |       7 -------
       
       2 files changed, 1 insertion(+), 7 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -16,6 +16,7 @@ Dependencies:
        Tested and works on:
        --------------------
        - OpenBSD
       +- Linux (glibc)
        - Windows (mingw and cygwin)
        
        
   DIR diff --git a/TODO b/TODO
       @@ -1,11 +1,5 @@
       -x allow \r\n line endings in .cfg files.
       -x cfgfile: spaces around = skip
       -x optimize readfile: don't copy data twice (memcpy).
       -x reduce memory usage.
       -x allow to override output filename (for no prefix number).
        - writepage() improve error messages for filenames (error on line ...).
                show template name and filename.
       -x don't use strndup or wrap it.
        - improve documentation
        
        make template structure:
       @@ -25,4 +19,3 @@ must work on: Linux, OpenBSD, MingW (Windows).
        - show line number in error
                improve
        - about 500 LOC
       -x pledge