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

Add a simple User class (ID, e-mail, password) to Quixote
Add cleaned-up version of sendmail.py
Rewrite Zope Request/Response classes
Add to the examples, maybe?


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.


