Metadata-Version: 1.0
Name: five.megrok.layout
Version: 1.1
Summary: A grok layout component package for Zope 2
Home-page: http://svn.zope.org/five.megrok.layout/
Author: Sylvain Viollon and Vincent Fretin
Author-email: grok-dev@zope.org
License: ZPL
Description: ==================
        five.megrok.layout
        ==================
        
        *five.megrok.layout* brings the features of `megrok.layout`_ in the
        Zope 2 world.
        
        Installation
        ============
        
        To use that component, just add a dependency to it in your project,
        and the following ZCML line::
        
        <include package="five.megrok.layout" />
        
        
        Use
        ===
        
        You can refer to the documentation of `megrok.layout`_, and replace
        imports to ``megrok.layout`` by ones to ``five.megrok.layout``.
        
        
        .. _megrok.layout: http://pypi.python.org/pypi/megrok.layout
        
        
        
        
        Changelog
        =========
        
        1.1 (2009-11-24)
        ----------------
        
        - Add Zope 2 security grokkers for Page and Form.
        - Add more tests.
        
        1.0 (2009-09-17)
        ----------------
        
        - Initial release
        
        
Keywords: layout grok zope2
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Zope2
