Metadata-Version: 1.0
Name: five.customerize
Version: 1.0b1
Summary: TTW customization of template-based Zope views
Home-page: http://pypi.python.org/pypi/five.customerize
Author: Zope Foundation and Contributors
Author-email: z3-five@codespeak.net
License: ZPL 2.1
Description: five.customerize
        ================
        
        Overview
        --------
        
        ``five.customerize`` provides the ability to locally customize Page
        Template-based browser views, much like it is possible to customize
        file-system based view templates in the CMF's portal_skin tools.
        
        Developer Resources
        -------------------
        
        - Subversion browser:
        
        http://svn.zope.org/five.customerize
        
        - Read-only Subversion checkout:
        
        $ svn co http://svn.zope.org/repos/main/five.customerize/trunk
        
        - Writable Subversion checkout:
        
        $ svn co svn+ssh://svn.zope.org/repos/main/five.customerize/trunk
        
        
        CHANGES
        =======
        
        1.0b1 - 2010-05-01
        ------------------
        
        Updated imports to avoid dependencies on zope.app.component and
        zope.app.container. [davisagli]
        
        Fixed a memory leak by making sure that TTW view subclasses are only
        generated once, rather than once per request. [davisagli]
        
        Make sure TTW viewlet and portlet classes get the containing view as the
        view parameter on initialization, rather than getting themselves.
        [davisagli]
        
        1.0a1 - 2009-11-14
        ------------------
        
        Support Zope 2.12's BoundPageTemplateFile.
        
        Fixed deprecation warnings for use of Globals.
        
        Specify all package dependencies.
        
        Avoid a dependency on zope.app.apidoc by copying over the getViews method.
        
        0.3 (2008/07/07)
        ----------------
        
        Fix for the long-standing issue where the security context had mysteriously
        gone missing.
        
        0.2 (2007/08/17)
        ----------------
        
        Support for viewlets and portlets as used in Plone 3.0
        
        0.1.3 (2007/07/08)
        ------------------
        
        Fix in setup.py
        
        0.1.2 (2007/05/04)
        ------------------
        
        Release for Plone 3.0beta3 without OSX metadata
        
        0.1.1 (2007/03/03)
        ------------------
        
        Minor tweaks and enhancements for the integration into Plone 3.0
        
        0.1 (2006/10/30)
        ----------------
        
        Initial version.
        
Keywords: zope views templates customization ttw
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
