spyce v1.1.18

Rimon Barr Rimon Barr <barr@cs.cornell.edu>
Fri, 5 Jul 2002 02:12:25 -0400 (EDT)


SPYCE - Server Python Pages

SPYCE is a drop-in Apache module that supports simple and efficient
Python-based dynamic HTML scripting. Those who like Python and are
familiar with JSP, or PHP, or ASP, should have a look at this engine. It
allows one to generate dynamic HTML content just as easily, using Python
for the dynamic parts. Its modular design makes it very flexible and
extensible. It can also be used as a command-line utility for HTML
pre-processing, and also via CGI on any other server.

v1.1.18 released on 5 July 2002.

Get it at:
  http://spyce.sourceforge.net

----------
Partial change log:

v1.1.18
  fcgi support added
  X-Spyce header added
  documentation: how to write new modules

v1.1.17
  feature request - compaction algorithm improved

v1.1.16
  generalised session.setHandler (session handler selection mechanism)
  gdbm, bsd db session handlers added

v1.1.15
  minor makefile and rpm script changes
  handling of multi-line strings in python code
  response.flush() added

v1.1.14
  wrappers to check python version

v1.1.13
  added new language construct: "Python chunks"

v1.1.12
  stdout module redirects stdout to response object
  added writeln() to response module