ZOPE
Z Object Publishing Environment
- http://www.zope.org
- complete dynamic website management tool
- written in cross-platform Python; Open Source
- http://host/path/to/object?size=5&type=spam
- calls path.to.object(size=5, type="spam")
- DTML: templatized HTML (embedded Python code)
- ZOBD (Z Object DataBase; stores Python objects)
- transactionsm selective undo, etc.
- etc., etc.