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
100644 16 lines (12 sloc) 0.433 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>