Revision: 19
Author: matt
Date: 2006-07-29 02:34:31 +0000 (Sat, 29 Jul 2006)
Log Message:
-----------
TODO list
Added Paths:
-----------
trunk/TODO.txt
Added: trunk/TODO.txt
===================================================================
--- trunk/TODO.txt 2006-07-29 01:23:05 UTC (rev 18)
+++ trunk/TODO.txt 2006-07-29 02:34:31 UTC (rev 19)
@@ -0,0 +1,32 @@
+AxKit2 TODO List
+================
+
+- Implement Apache::Request-a-like and figure out how to past to Transformers
+
+- eval calls to plugins so their death doesn't take down the server
+
+- Add logging everywhere at reasonable levels
+
+- Implement better output of HTTP headers. Particularly caching headers (ETags
etc).
+
+- Improve file delivery for hook_response. Use AIO.
+
+- When no response plugin triggers, issue 500 error. Implement 404 error in
serve_file.
+
+- Implement serve_dir plugin. Should fire at hook_response if we're looking at
a directory (or DirectoryIndex doesn't exist).
+
+- Implement dir_to_xml. Fires at hook_xmlresponse and sets $input->dom() to a
XML representation of the DIR (see AxKit 1.x code).
+
+- Add tests (eek!).
+
+- Add POD docs.
+
+- Support some form of .config for directories.
+
+- Support XPathScript.
+
+- Support HTMLDoc.
+
+- Support PassiveTeX.
+
+- Support Petal.