terom@48:

qmsk.web

terom@48:

terom@48: Having grown tired of using the various massive Python web frameworks that no mere user could ever hope to terom@48: understand or modify, and having already learned how fun it was to write plain CGI scripts in python, one day I terom@48: stumbled across WSGI. terom@48:

terom@48:

terom@48: WSGI is a low-level interface that provides the bare essentials needed to write something that can operate over terom@48: HTTP. Working at the WSGI-level gave me the oppertunity to develop my own "framework" code which I could really terom@48: understand and use properly, since I had written it myself. terom@48:

terom@48:

terom@48: The result eventually became qmsk.web, a simple library providing what I, myself, terom@48: needed to write www.qmsk.net and irclogs2. terom@48: I do not claim qmsk.web to be suitable for use by anyone else, and might recommend other projects like terom@48: werkzeug for general use, as they provide more features and less bugs in terom@48: a better package with better documentation, but qmsk.web works well for me. terom@48:

terom@48:

terom@48: Mercurial repo terom@48: