Download
Spyce 2.1
what's new
changelog
license
DOWNLOAD
Community
Discussion list signup
:
Go
Announcement list signup
:
Go
Documentation
introduction
language
runtime
modules
tags
install
examples list
Other
Sourceforge project
"Spyce Powered"
Resources
Spyced blog
home
documentation
download
Documentation
Spyce - Python Server Pages (PSP)
User Documentation
Release 2.1
[
Single-Page Format
]
TABLE OF CONTENTS
1.
Introduction
1.1.
Rationale / competitive analysis
1.2.
Design Goals
2.
Language
2.1.
Plain HTML and Active Tags
2.2.
Spyce Comments
2.3.
Spyce Directives
2.4.
Python Statements
2.5.
Python Chunks
2.6.
Python Class Chunks
2.7.
Python Expressions
2.8.
Spyce Lambdas
2.9.
ASP/JSP syntax
3.
Runtime
3.1.
Exceptions
3.2.
Code Transformation
3.3.
Dynamic Content
3.4.
Static Content
3.5.
Command line
3.6.
Configuration
3.7.
Server utilities
3.7.1.
The Spyce scheduler
3.7.2.
spyceUtil
3.8.
Modules
3.8.1.
DB (implicit)
3.8.2.
Request (implicit)
3.8.3.
Response (implicit)
3.8.4.
Redirect
3.8.5.
Cookie
3.8.6.
Session
3.8.7.
Pool
3.8.8.
Transform
3.8.9.
Compress
3.8.10.
Include
3.8.11.
Internal modules
3.8.12.
Writing Modules
3.9.
Tags
3.9.1.
Core
3.9.2.
Form
3.9.3.
Active Handlers
3.9.4.
Writing Tag Libraries
3.9.5.
Writing Tag Libraries the hard way
3.10.
Installation
3.10.1.
Overview
3.10.2.
Web Server
3.10.3.
CGI/FastCGI installation
3.10.4.
Mod_Python
3.10.5.
Notes for Windows
3.10.6.
Notes on RPM installation
3.10.7.
Notes on Apache integration
3.10.8.
Starting your first project
3.11.
Programmatic Interface
3.11.1.
Basic usage
3.11.1.
Passing parameters
3.11.1.
Customized Request/Response classes
3.11.1.
Example
4.
Addenda
4.1.
Performance
4.2.
History