Download List

專案描述

SPYCE is a server-side language that supports simple and efficient Python-based dynamic HTML generation, otherwise called Python Server Pages. Those who like Python and are familiar with JSP, PHP, or ASP should have a look at Spyce. Its modular design makes it very flexible and extensible. It can also be used as a command-line utility for static text pre-processing or as a Web-server proxy.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-07-09 22:56
1.3.11

The biggest improvement in this release is a rewritten parser, which improves script compile times by 2-6x. This will greatly help performance for CGI-based users, and make script development more interactive. A daemon mode has been added to the Web server, and functionality has been exposed to allow for integration with the Coil MVC framework. Some Windows-specific path manipulation bugs and other more minor user-reported issues have been fixed.
標籤: Major feature enhancements

2003-04-28 04:15
1.3.10

The default Spyce development environment has been upgraded toPython 2.2.x and Apache 2.0.x; older versions of Python and Apache will still be supported. The RPM has been updated to reflect this. A pageerror configuration option has been added to allow for default page-level error handlers. There are many bugfixes and minor standard libary improvements. The Vim syntax file has been updated.
標籤: Major feature enhancements

2003-03-03 06:20
1.3.9

In this version, the internal Web server has been improved to deal with non-Spyce files and directories, and there are new related configuration options. There is support for ASP/JSP-like syntax, improvements to the request module to deal with GET and POST simultaneously, and lots of fixes and documentation updates.
標籤: Major feature enhancements

2003-01-20 01:44
1.3.5

Taglib and Spylambda modules are now loaded implicitly, but only when tags and spyce lambdas are used, respectively, for improved performance. The Makefile is more portable. The automaton module was improved to allow the easy definition of an entire state machine. The EOFError exception is now properly handled when file-based Spyce caching is used.
標籤: Major feature enhancements

2002-12-13 12:28
1.3.4

This version adds status output, fixes CGI GET request problems under Apache 2.0, fixes the 'if' tag, improves the Windows installer to find the Python path under more conditions, and includes documentation improvements.
標籤: Major feature enhancements

Project Resources