Metadata-Version: 1.0
Name: zope.app.onlinehelp
Version: 3.5.2
Summary: Framework for Context-Sensitive Help Pages
Home-page: http://pypi.python.org/pypi/zope.app.onlinehelp
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: 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.
        
Keywords: zope3 online help
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
