Metadata-Version: 1.0
Name: ztfy.zmi
Version: 0.2.2
Summary: ZTFY management interface for Zope3/BlueBream
Home-page: http://www.ztfy.org
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: ================
        ztfy.zmi package
        ================
        
        .. contents::
        
        What is ztfy.zmi ?
        ==================
        
        ztfy.zmi is a small package which just provides a new skin called ZMI.
        This skin is done to include standard ZMI views with ZTFY.blog management skin.
        
        
        How to use ztfy.zmi ?
        =====================
        
        This skin is mainly done for site-level management tasks, such as handling
        site-level utilities ; so it's mainly targeted to site system administrators.
        
        
        Changelog
        =========
        
        0.2.2
        -----
         - updated ZMI breadcrumbs to facilitate navigation in site's management folder
        
        0.2.1
        -----
         - modified login process to allow authentication on global PrincipalRegistry
         - migrated resources management from zc.resourcelibrary to fanstatic
        
        0.2
        ---
         - switch to ZTK-1.1
         - added access to login page on IUnauthorized exception
        
        0.1.2
        -----
         - changed breadcrumbs handling to correctly get IBreadcrumbInfo multi-adapter
         - changed viewlet layer to IZMILayer instead of IZTFYBlogBackLayer
        
        0.1.1
        -----
         - fixed bug related to naming of several divs in form macros
        
        0.1
        ---
         - initial release
        
Keywords: ZTFY management interface for Zope3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
