SPYCE - Python Server Pages
  v1.1.45 released on 13 Oct 2002.

SPYCE is a webserver plugin 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 supports FastCGI, CGI and mod_python to plugin into Apache
and most other webservers. It can also be used as a command-line utility
for HTML pre-processing or as a web server proxy.

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

----------

Dear WebWare users,

It's been a while since I posted a release announcement to this list (in
fact, since v1.1.8, about three months ago). Here are some of the major
cummulative highlights. (The full change log is available at:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/spyce/spyce/CHANGES?rev=HEAD&content-type=text/vnd.viewcvs-markup).

  - refactored the spyce module infrastructure
  - modules accept initialization arguments
  - new modules and improvements:
      toc - table of contents
      transform - output filters/transformations
      compress - dynamic compression
      error - error handling
      stdout - redirects to browser
      session - generalized session handler
      and lots of others...
  - more accurate/specific runtime error reporting
  - added server-level configuration options
  - spyce now also supports a proxy server mode, fcgi
  - added spyceDone exception to stop spyce processing
  - rpm improvements and new windows installer
  - compatibility with Python 1.5.2 and up
  - file globbing added to -O command-line option
  - site and documentation revamp
  - live examples on sourceforge
  - peep-hole optimizer pass added
  - removed threading dependency using stochastic session cleanup
  - improved text compaction algorithm
  - added new language construct: python chunks
  - lots of bug fixes
  - performance improvements

If you like Python and do web development, and the last time you checked
out Spyce was three months ago, then please go take a second look. :)
  http://spyce.sourceforge.net

Comments, suggestions and feature requests are welcome.

Enjoy,
Rimon.



-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of 
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) 
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to