Metadata-Version: 1.0
Name: zope.browserpage
Version: 3.10.1
Summary: ZCML directives for configuring browser views for Zope.
Home-page: http://pypi.python.org/pypi/zope.browserpage/
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: UNKNOWN
Description: ========
        Overview
        ========
        
        *This package is at present not reusable without depending on a large
        chunk of the Zope Toolkit and its assumptions. It is maintained by the*
        `Zope Toolkit project <http://docs.zope.org/zopetoolkit/>`_.
        
        This package provides ZCML directives for configuring browser views.
        More specifically it defines the following ZCML directives:
        
        * browser:page
        * browser:pages
        * browser:view
        
        These directives also support menu item registration for pages, when
        ``zope.browsermenu`` package is installed. Otherwise, they simply ignore
        the menu attribute.
        
        
        =======
        CHANGES
        =======
        
        3.10.1 (2009-12-22)
        ===================
        
        - We need to depend on the untrustedpython extra of zope.security, since we
        import from zope.pagetemplate.engine.
        
        3.10.0 (2009-12-22)
        ===================
        
        - Remove dependency on zope.app.pagetemplate by moving viewpagetemplatefile,
        simpleviewclass and metaconfigure.registerType into this package.
        
        3.9.0 (2009-08-27)
        ==================
        
        - Initial release. This package was split off from zope.app.publisher.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
