Metadata-Version: 1.0
Name: zam.skin
Version: 0.5.2
Summary: Zope 3 Application Management skin
Home-page: http://cheeseshop.python.org/pypi/zam.skin
Author: Roger Ineichen and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides an new Application Management skin for Zope3
        
        
        =======
        CHANGES
        =======
        
        Version 0.5.2 (2008-04-16)
        --------------------------
        
        - bugfix: Move the existing index.html and contents.html page to index.zcml
        This allows us to exclude them with the zc.configuration <exclude> directive
        Restrict the default index.html and contents.html to the IContainmentRoot
        this will avoid to adding such views on object which do not have such views.
        
        Version 0.5.1 (2008-04-13)
        --------------------------
        
        - Cleanup ftesting configuration, make it possbile to load ftesting.zcml
        additional to the app.zcml configuration.
        
        Version 0.5.0 (2008-04-13)
        --------------------------
        
        - Moved contens.html page to zamplugin.contents
        
        - Update CSS, use overflow: auto; for ISideBar boxes
        
        - Initial Release
        
Keywords: skin zope3 application management user interface
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
