Metadata-Version: 1.0
Name: cmf.pt
Version: 0.1
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
        =========
        
        cmf.pt 0.1 (released 11/29/2008)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        - Initial release.
        
        
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Software Development :: Libraries :: Python Modules
