SVN: r25687 - trunk/quixote
David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Mon, 6 Dec 2004 19:01:18 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbinger Date: 2004-11-30 14:54:41 -0500 (Tue, 30 Nov 2004) New Revision: 25687 Modified: trunk/quixote/TODO Log: Update todo list. Remove items that are done. Modified: trunk/quixote/TODO =================================================================== --- trunk/quixote/TODO 2004-11-30 19:53:11 UTC (rev 25686) +++ trunk/quixote/TODO 2004-11-30 19:54:41 UTC (rev 25687) @@ -1,22 +1,12 @@ - * Extend HTTPRequest to support single/multiple-valued fields. -* Add way to strip redundant whitespace from output HTML (or pipe it - through Tidy, or other transformations). - -* Logging doesn't work with CGI scripts (something about our - log-opening code depends on how fastcgi.py fiddles stdout). - * Make bare return statements inside of PTL templates work as expected. * Allow __init__.ptl files to be used as package markers. It looks like something is wrong with the way ihooks handles __init__ modules. -* Figure out how to unify the various deployment methods (CGI, FastCGI, - SCGI, mod_python, ...). Ideally, a one-line change to the config file - and/or driver script (along with corresponding web server config - changes) would be enough to change how a Quixote application is - deployed. +* Logging doesn't work with CGI scripts (something about our + log-opening code depends on how fastcgi.py fiddles stdout). * For OpenBSD: fcgi.py should catch SIGTERM and, umm, do something. (Terminate the process?) Otherwise, the FastCGI process can no longer