How to install zope.app.onlinehelp
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zope.app.onlinehelp
Dependencies
- distribute
- ZODB3
- zope.app.component
- zope.app.file
- zope.app.pagetemplate
- zope.app.publication
- zope.app.security
- zope.app.testing
- zope.component
- zope.configuration
- zope.container
- zope.contenttype
- zope.i18n
- zope.interface
- zope.location
- zope.publisher>=3.12
- zope.schema
- zope.security
- zope.testing
- zope.traversing
- [test] zope.app.apidoc
- [test] zope.app.preference
- [test] zope.app.securitypolicy
- [test] zope.app.testing
- [test] zope.app.zcmlfiles
- [test] zope.login
- [test] zope.securitypolicy
- [test] zope.site
Lastest release
This package provides a framework for creating help pages for Zope 3 applications. ZCML directives are used to minimize the overhead of creating new help pages.
CHANGES
3.5.2 (2010-01-08)
- Fix tests using a newer zope.publisher that requires zope.login.
3.5.1 (2009-03-21)
- Use zope.site instead of zope.app.folder.
3.5.0 (2009-02-01)
- Removed OnlineHelpTopicFactory, simple and
SimpleViewClass. All of them where using old deprecated and removed Zope3 imports. None of them where used and tested.
- Use zope.container instead of zope.app.container.
- Removed use of zope.app.zapi.
3.4.1 (2007-10-25)
- Package meta-data update.
3.4.0 (2007-10-23)
- Initial release independent of the main Zope tree.