Python Server Pages

Jon Brisbin mail@jbrisbin.net
Fri, 29 Sep 2000 15:36:50 -0500


My new Python ServerPages implementation is available at
http://www.jbrisbin.net/PythonServerPages

What is it?

My PSP implementation is different than almost anything so far in that it
currently consists of one single CGI script that can be added to any
webserver (though, just tested on Apache) and PSP pages can immediately be
created and accessed easily like:

http://www.jbrisbin.net/cgi-bin/psp.py/psppage.pyml

You can also integrate with existing speeder-uppers like mod_snake,
mod_python, etc...and by byte-compiling the "psp.py" file first...  If you
want, go ahead and put this in your httpd.conf:

Action python-serverpages /cgi-bin/psp.py
AddHandler python-serverpages .pyml .psp

and then call your PSP pages like:

http://www.jbrisbin.net/psppage.pyml

Basic documentation is on the home page at
http://www.jbrisbin.net/PythonServerPages  This is designed to be absolutely
simple and fast, not just in performance, but in time to integrate and
maintain.
--


Jon Brisbin
www.jbrisbin.net

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Email:  mail@jbrisbin.net
PSP Home:  www.jbrisbin.net/PythonServerPages
Public PGP key:  www.jbrisbin.net/pgpkey.shtml
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++