PySSE (Python Simple Site Engine) is a generator for small, personal sites. It consists of a relatively small script and a set of XML and associated XSL files.
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.
The sidebar can now be configured differently for specific pages. Metadata and inclusion tags have been made more uniform. Setting site/page author now works through the ws:author tag. It is now possible to use meta or inclusion tags inside inlined pages without the tags being copied to the generated document. Python code has been cleaned up. A lot of code that was implemented through XSL has been rewritten as Python functions.
Tags:
Development, Minor bugfixes, Minor Enhancements
Dashes and numbers in page identifiers are now supported. A template that generates the page's <title> tag was added. get-page-title and get-i18n-string were implemented as functions. Caching was added to get-page-data. A "Breadcrumb" block was added.