ZPTKit is a toolkit for Webware_. It builds upon several other pieces of code: * Webware_. This should be compatible at least to 0.8.1 and probably earlier. This is also compatible with Paste_ (both paste.webkit and paste.wareweb). * `Zope Page Templates`_. Right now there's several implementations of ZPT that have been either reimplemented from the spec or split from Zope. ZPTKit uses the package from http://zpt.sourceforge.net -- in the future it may move to a package derived from the Zope 3 tree. * Component_. This is a subclass of WebKit.Page_, and adds extra features for integrating new features into your servlet (like a template manager). You must subclass your servlets from Component.CPage to use ZPTKit. .. _Webware: http://www.webwareforpython.org .. _Paste: http://pythonpaste.org .. _Zope Page Templates: http://www.zope.org/DevHome/Wikis/DevSite/Projects/ZPT/FrontPage .. _WebKit.Page: http://www.webwareforpython.org/WebKit/Docs/Source/Docs/WebKit.Page.html For more information, consult the `ZPTKit homepage`_. .. _ZPTKit homepage: http://www.imagescape.com/software/ZPTKit/