lkcl / pyjamas-desktop
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
pyjamas-desktop / pyjamas-web
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.gitignore | Fri Sep 05 05:57:18 -0700 2008 | |
| |
COPYING | Tue Aug 19 09:35:25 -0700 2008 | |
| |
CREDITS | Tue Aug 19 09:35:25 -0700 2008 | |
| |
README | Fri Sep 05 07:29:23 -0700 2008 | |
| |
addons/ | Tue Aug 19 09:35:25 -0700 2008 | |
| |
builder/ | Tue Aug 19 09:35:25 -0700 2008 | |
| |
doc/ | Tue Aug 19 09:35:25 -0700 2008 | |
| |
examples/ | Fri Sep 05 14:28:28 -0700 2008 | |
| |
f.py | Fri Oct 03 07:03:06 -0700 2008 | |
| |
htmldict.py | Fri Sep 05 07:28:14 -0700 2008 | |
| |
index.py | Fri Sep 05 07:28:14 -0700 2008 | |
| |
library/ | Tue Nov 11 12:32:40 -0800 2008 | |
| |
mainpage.py | Sat Sep 06 08:26:19 -0700 2008 | |
| |
modpython_gateway.py | Fri Sep 05 07:28:14 -0700 2008 | |
| |
pyjs/ | Tue Aug 19 09:35:25 -0700 2008 | |
| |
stubs/ | Tue Aug 19 09:35:25 -0700 2008 | |
| |
tls.py | Fri Sep 05 07:28:14 -0700 2008 | |
| |
zct.py | Fri Sep 05 07:28:14 -0700 2008 | |
| |
zctlogin.py | Fri Sep 05 07:28:14 -0700 2008 |
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>
