Introduction
Introduction Statistics Contact Development Disclaimer Help
remove TODO - saait - the most boring static page generator
git clone git://git.codemadness.org/saait
Log
Files
Refs
README
LICENSE
---
commit 6b3ea3824ff3a2962776b0e558b6e3764f26481c
parent b3db791ebe566ca99df34a365df1f2632f2a31c8
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
diff --git a/Makefile b/Makefile
@@ -12,8 +12,7 @@ MAN1 = \
saait.1
DOC = \
LICENSE\
- README\
- TODO
+ README
OBJ = ${SRC:.c=.o}
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.