spyce v1.3.10, by Rimon Barr: Python Server Pages
Command-line usage:
spyce [-c] [-o filename.html] <filename.spy>
spyce [-w] <filename.spy> <-- CGI
spyce -O filename(s).spy <-- batch processing
spyce -l [-p port] [<root>] <-- proxy server
spyce -h | -v
-h, -?, --help display this help information
-v, --version display version
-o, --output send output to given file
-O send outputs of multiple files to *.html
-c, --compile compile only; do not execute
-w, --web cgi mode: emit headers (or use run_spyceCGI.py)
-q, --query set QUERY_STRING environment variable
-l, --listen run in HTTP server mode
-p, --port listen on given port, default 80
--conf [file] Spyce configuration file
To configure Apache, please refer to: spyceApache.conf
For more details, refer to the documentation.
http://spyce.sourceforce.net
Send comments, suggestions and bug reports to <rimon AT acm DOT org>.
|