Metadata-Version: 1.1
Name: zope.app.onlinehelp
Version: 4.0.0
Summary: Framework for Context-Sensitive Help Pages
Home-page: http://github.com/zopefoundation/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
        =========
        
        4.0.0 (2017-05-17)
        ==================
        
        - Add support for Python 3.4, 3.5, 3.6 and PyPy.
        
        - Change ZODB dependency to persistent.
        
        - Drop test dependency on ``zope.app.testing``,
          ``zope.app.zcmlifiles`` and ``zope.app.apidoc``, among others.
        
        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.
        
        Older
        =====
        
        
        Make the onlinehelp utility more component oriented.
        
        - Use registred page/view instead of ViewPageTemplate for rendering topic tree
          This way we can use/register own templates for tree layout.
        
        - Add page template based topic for rendering topics which has to
          call other zope3 resources like javascripts and css styles sheets etc.
          This resources can be rendered in the header area of the onlinehelp_macros.
        
        - Enhance the API of topics and simplyfie the view part.
        
        - Implemented getSubTopics() method on topics. This way we can sublist topics.
        
        - Remove unused onlinehelp code in rotterdam template.pt
        
        - Add type to directive, this supports registration of README.txt as 'rest' topics
        
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
