Short-term TODO list
====================

Add a simple User class (ID, e-mail, password) to Quixote
Rewrite Zope Request/Response classes


Other issues
============
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

We should ditch Zope's HTTP{Request,Response} classes
    and write our own.

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.