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
name age message
..
file .gitignore Fri Sep 05 05:57:18 -0700 2008 ignore output [lkcl]
file COPYING Tue Aug 19 09:35:25 -0700 2008 first git revision commit from fork of pyjamas ... [lkcl]
file CREDITS Tue Aug 19 09:35:25 -0700 2008 first git revision commit from fork of pyjamas ... [lkcl]
file README Fri Sep 05 07:29:23 -0700 2008 doc mod_python setup [lkcl]
directory addons/ Tue Aug 19 09:35:25 -0700 2008 first git revision commit from fork of pyjamas ... [lkcl]
directory builder/ Tue Aug 19 09:35:25 -0700 2008 first git revision commit from fork of pyjamas ... [lkcl]
directory doc/ Tue Aug 19 09:35:25 -0700 2008 first git revision commit from fork of pyjamas ... [lkcl]
directory examples/ Fri Sep 05 14:28:28 -0700 2008 grid test partially working [lkcl]
file f.py Fri Oct 03 07:03:06 -0700 2008 add readme [lkcl]
file htmldict.py Fri Sep 05 07:28:14 -0700 2008 first revision of pyjamas-web, getting hello wo... [lkcl]
file index.py Fri Sep 05 07:28:14 -0700 2008 first revision of pyjamas-web, getting hello wo... [lkcl]
directory library/ Tue Nov 11 12:32:40 -0800 2008 random set of modifications. HTTPRequest.py nee... [lkcl]
file mainpage.py Sat Sep 06 08:26:19 -0700 2008 pickling experiment [lkcl]
file modpython_gateway.py Fri Sep 05 07:28:14 -0700 2008 first revision of pyjamas-web, getting hello wo... [lkcl]
directory pyjs/ Tue Aug 19 09:35:25 -0700 2008 first git revision commit from fork of pyjamas ... [lkcl]
directory stubs/ Tue Aug 19 09:35:25 -0700 2008 first git revision commit from fork of pyjamas ... [lkcl]
file tls.py Fri Sep 05 07:28:14 -0700 2008 first revision of pyjamas-web, getting hello wo... [lkcl]
file zct.py Fri Sep 05 07:28:14 -0700 2008 first revision of pyjamas-web, getting hello wo... [lkcl]
file zctlogin.py Fri Sep 05 07:28:14 -0700 2008 first revision of pyjamas-web, getting hello wo... [lkcl]
pyjamas-web/README
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>