Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: Snakelets 1.8 (simple-to-use web app server with dynamic pages)

0 views
Skip to first unread message

Irmen de Jong

unread,
Nov 24, 2003, 2:14:46 PM11/24/03
to
I'm happy to say that Snakelets 1.8 is now available.

Snakelets is a simple Python web application server,
meant to learn how dynamic web sites are created.
It is just a bonus that it actually works too :-)
It's released under the open-source MIT Software license.
You can download from http://snakelets.sourceforge.net
(go to the SF project site, and then the file section).

Changes since 1.7:

- fixed HTTP and Cookie date formats
- fixed cookie paths
- fixed Internet Explorer cookie expiration
- various cleanups, to make Pychecker happy
- code restructuring (split things apart)
- server prints reason for 404 errors in the console
- fixed UTF-8 form test example
- minor other fixes

To start, just start the serv.py script,
or the monitor.py script if you want to start
it as a daemon (on Unix). Enjoy!

--Irmen de Jong

0 new messages