This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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>







