Menu

SPYCE - Python Server Pages / News: Recent posts

Spyce 2.1 released

Posted by Jonathan Ellis 2006-08-15

Spyce 2.0 released

Somewhat belatedly, here is the Spyce 2.0 announcement:

Spyce 2.0 has been released.

Spyce is a python web application server, combining the features of
popular frameworks such as ASP.NET and JSP with Pythonic elegance.
Spyce may be deployed as a standalone server (or proxied behind
Apache), or under mod_python, FastCGI, or CGI. Documentation and
demos are at http://spyce.sourceforge.net/.

Highlights of Spyce 2.0 include:... read more

Posted by Jonathan Ellis 2005-06-02

Spyce 2.0 beta released

Spyce 2.0 beta is available for download: http://spyce.sourceforge.net/docs/get.html.

The main Spyce site (spyce.sourceforge.net) has been updated with the new docs, examples, and demos.

Full changelog is here: http://svn-hosting.com/svn/spyce/trunk/spyce/CHANGES; highlights include

new-style active tags
- http://spyce.sourceforge.net/docs/doc-tag_new2.html
OpenACS-like (Tiles-ish, for you JSP people) parent/child templating system
- roughly the same speed as include.spyce, so using one parent template
has about 1/2 the overhead as the old standard
two-includes-for-header-and-footer.
- http://spyce.sourceforge.net/docs/doc-tag_core.html#parent
Active Handlers
reusable components without the leaky abstraction of ASP.NET et al.
- http://spyce.sourceforge.net/docs/doc-lang_handlers.html

Posted by Jonathan Ellis 2005-05-04

Spyce v1.3.10 released

Spyce (Python Server Pages) v1.3.10 released. Get it at:
http://spyce.sourceforge.net.

Posted by batripler 2003-04-27

Spyce v1.3.9 released

Major changes: -improved built-in webserver - support for ASP/JSP-like syntax - implicitly loading taglib and spylambda on demand - compatibility with mod_python v3.0.1 for apache 2 ... and lots more including fixes and documentation updates.

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

Posted by batripler 2003-03-03