Python ServerPages
Richard Muller
rpm at wag.caltech.edu
Mon Sep 25 12:16:31 EDT 2000
More information about the Python-list mailing list
Mon Sep 25 12:16:31 EDT 2000
- Previous message (by thread): Python ServerPages
- Next message (by thread): Python ServerPages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nice. How does this differ from the existing project at: http://www.ciobriefings.com/psp/ Jon Brisbin wrote: > > I hope that this can help so of you, since I've struggled with finding a > good engine that would allow me to embed Python in my HTML pages. > Everything I've tried so far was way too complicated to install and > maintain. I'm a minimalist, so my implementation is contained in only 1 CGI > script! :-) > > There is some initial documentation, as well as a download spot, on my > website at http://www.jbrisbin.net/PythonServerPages > > My implementation of PSP gives you a few goodies like Request, Form, and > Page objects, with all the CGI environment going into the Request object > (i.e. Request.http_user_agent , etc...). If you're familiar with Embeded > PERL, you should have no problems whatsoever in installing and immediately > using PSP. If you're not, it's not that big a deal...you get used to the > [+..+] and [$ if Request.request_uri == "/this.html": $] ...code... [$ endif > $] symantics really quickly. > > Coming soon: Session, Application, and a few other neato objects. > > Please let me know what you think! > > Thanks! > > -- > > Jon Brisbin > www.jbrisbin.net > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Email: mail at jbrisbin.net > eFax.com Fax/Voice mailbox: 208.545.5368 > PGP public key: http://www.jbrisbin.net/pgpkey.shtml > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- Previous message (by thread): Python ServerPages
- Next message (by thread): Python ServerPages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list