PersonalWebProxy
Revision r1.17 - 27 Mar 2003 - 06:55 GMT - TWikiGuest
Introduction
Note: See AgentFrank for my latest work toward this concept in Java. For years now, I've been tossing around the idea of and playing with prototypes of, a web browsing sidekick in the form of a HTTP proxy in a PersonalServer. I started prototyping and playing in Python with Twisted, and the results of those experiments can be downloaded from this page. I have since moved my work to java, and dubbed it AgentFrank.Download (python proxy)
Prerequisites
- Twisted, from CVS - http://twistedmatrix.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/
Releases
Releases follow no particular schedule or scheme at present.- Recent tarball
In development
- From CVS
- cvs -d:pserver:anonymous@www.decafbad.com:/cvsroot login
- (password is 'anonymous')
- cvs -d:pserver:anonymous@www.decafbad.com:/cvsroot co dbproxy
- cvs -d:pserver:anonymous@www.decafbad.com:/cvsroot login
