public
Description: Google's Webkit, ported to Python, ported to Desktops.
Homepage: http://lkcl.net/pyjamas-desktop
Clone URL: git://github.com/lkcl/pyjamas-desktop.git
pyjamas-desktop / pyjamas-web
Pyjamas-Web.

Requires the following apache2 mod_python config:

    Alias /test/ "/home/lkcl/src/pyjamas-desktop/pyjamas-web/"
    <Directory "/home/lkcl/src/pyjamas-desktop/pyjamas-web/">
        PythonHandler mod_python.publisher
        AddHandler mod_python .py
        PythonDebug On
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order deny,allow
        allow from all
    </Directory>