How to install zope.app.dtmlpage
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.app.dtmlpage
Dependencies
- distribute
- ZODB3
- zope.annotation
- zope.app.preview
- zope.app.publication
- zope.app.testing
- zope.container
- zope.documenttemplate
- zope.filerepresentation
- zope.interface
- zope.schema
- zope.security
- zope.traversing
- [test] zope.app.preference
- [test] zope.app.securitypolicy
- [test] zope.app.testing
- [test] zope.app.zcmlfiles
Lastest release
This package provides a Zope 3 content component that contains DTML code, which is executed when the component is accessed via its URL.
CHANGES
3.5.0 (2009-02-01)
- Reduced the dependency upon zope.app.container to be simply a
dependency upon zope.container.
3.4.1 (2007-10-31)
- Resolve ZopeSecurityPolicy deprecation warning.
3.4.0 (2007-10-23)
- Initial release independent of the main Zope tree.