summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2007-11-21 20:17:51 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2007-11-21 20:17:51 +0000
commit7255680e130274fbb31b61a0ebc916767a773eab (patch)
tree5ea06b38486afa45f78453321b4d3633496b5686 /TODO
parentd57abcf87f74fe83c2add23b5b38530960b854d5 (diff)
downloadhaserl-7255680e130274fbb31b61a0ebc916767a773eab.tar.bz2
haserl-7255680e130274fbb31b61a0ebc916767a773eab.tar.xz
Scott's fix for bare html before a <% comment tag
Added TODO item to split FORM into COOKIE, GET, POST
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index bc820ce..66dcf4a 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,12 @@
+20 Nov 2007
+* Add option to separate FORM into COOKIE, GET, POST tables
+* Make it easier for people like Scott to make new haserl tags
+* Release a 0.10.0 or 1.0.0 version already
12 Jul 2007
-* integrate the rest of timo's suggestions
* combine all the llist stuff into one generic library. (save space)
-* Redo the whole bash shell thing; just dump and wait, rather than
- the echo at the end.
* For some reason, thttpd sometimes returns short reads, then as a final
insult, leaves stdin open without having any more data to feed to the
script. This causes haserl to hang. Either investigate thttpd or
warn not to use it.
6 Feb 2007
-* Compile the haserl startup code into the binary, rather than having
-h_luascript.c use uncompiled source.
-
* Investigate fastcgi for the lua version of haserl