Metadata-Version: 1.0
Name: cmf.pt
Version: 0.4
Summary: Bridge to use Chameleon with Zope 2 and CMF.
Home-page: UNKNOWN
Author: Malthe Borch and the Zope community
Author-email: zope-dev@zope.org
License: ZPL
Description: Overview
        ========
        
        The cmf.pt package allows using the Chameleon template engine with the
        Zope 2 CMF.
        
        Usage
        -----
        
        To enable Chameleon, simply include the ZCML configuration::
        
        <include package="five.pt" />
        <include package="cmf.pt" />
        
        For general information about Chameleon, see
        http://chameleon.repoze.org/.
        Changelog
        =========
        
        0.4 - 2009-05-18
        ----------------
        
        - Avoid a deprecation warning for Globals.InitializeClass. [hannosch]
        
        0.3 - 2009-02-13
        ----------------
        
        - Added ``_exec`` method to the file-system based skin template class, largely
        carried over from `Products.PageTemplates`. [malthe]
        
        0.2 - 2008-12-17
        ----------------
        
        - The ``func_code`` attribute of file-system page templates should simulate a
        function taking no arguments. [malthe]
        
        0.1 - 2008-11-29
        ----------------
        
        - Initial release. [malthe]
        
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
