=========================================================================== dbproxy, a personal web proxy l.m.orchard http://www.decafbad.com/twiki/bin/view/Main/PersonalWebProxy =========================================================================== So, here it is so far. It's a personal web proxy that wants to grow up to be an intelligent agent someday. Currently, this thing's implemented in Python. I'm using Python 2.2.2, compiled from source on OS X. You may also want to chase down the following prerequisites: * Twisted, from CVS - http://www.twisted-matrix.com * logging.py - http://www.red-dove.com/python_logging.html * ZODB 3.1.1b1 - http://www.zope.org/Products/StandaloneZODB * rdflib 1.2.0 - http://rdflib.net/2003/01/02/rdflib-1.2.0/ After you've got all of this in your environment, there's a decent chance that bin/start.py will start things. By default, the built-in web server is at http://127.0.0.1:8883, and the proxy is at port 8813. That's all for now, have fun!