Pyano is a web interface for the mixmaster remailer written for mod_python.
It aims to be easy to install and get working, while remaining quite configurable, both in its interaction with mixmaster and in its appearance. It is heavily inspired by the mixweb perl script at cotse.net.
You can find tarballs and python eggs on the sourceforge project page.
If you are interested in the development tree, you can clone the git repository:
git clone git://pyanon.git.sourceforge.net/gitroot/pyanon/pyanon pyano
Pyano can also take advantage of the information provided by a pinger (e.g. Echolot).
The simplest way to install pyano is by using its python egg.
easy_install Pyano
PythonPath "sys.path+['/path/to/egg']"
python setup.py install
<Location /foo/pyanomail> SetHandler python-program PythonHandler pyano.mail PythonOption config_file /path/to/pyano.cfg </Location>
<Location /foo/pyanonews> SetHandler python-program PythonHandler pyano.news PythonOption config_file /path/to/pyano.cfg </Location>
<Location /foo/pyanoblock> SetHandler python-program PythonHandler pyano.block PythonOption config_file /path/to/pyano.cfg </Location>
Sean Whitbeck - Last modified 11/12/2010