Table of Contents
DbProxy, a twisted personal web proxy
So, here it is so far. It's a personal web proxy that wants to grow up to be an intelligent agent someday.
Downloads
The latest version of files, with possible corrections or additions, can be seen here:
Background
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.
This project was a neglected sibling to AgentFrank.
Latest Versions
Here's a list of up-to-date resources, as they sit in version control:
