Metadata-Version: 1.0
Name: z3c.contents
Version: 0.6.0
Summary: Container management page based on z3c.form and z3c.table for Zope3
Home-page: http://cheeseshop.python.org/pypi/z3c.contents
Author: Roger Ineichen and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides a contents.html page replacement for Zope3 based on
        z3c.form and z3c.table.
        
        
        =======
        CHANGES
        =======
        
        0.6.0 (2009-11-29)
        ------------------
        
        - adjust imports, reflect changes in zope packages
        
        - Fix error in the template when ``allowSearch`` attribute of
        the view is set to False and there's no search form.
        
        
        0.5.0 (2008-04-13)
        ------------------
        
        - Refactored the search implementation. Now it's very easy to customize the
        search. The offered z3c.table.interfaces.IValue adapter based search allows
        us to implement any kind of search patters for any context and table
        combination.
        
        - Merged search branch back to trunk
        
        - Initial Release
        
Keywords: zope3 z3c container manegement table contents
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
