<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>cmf.pt</name>
<shortdesc>Bridge to use Chameleon with Zope 2 and CMF.</shortdesc>
<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::

  &lt;include package="cmf.pt" /&gt;

For general information about Chameleon, see
http://chameleon.repoze.org/.

Changelog
=========

0.6 - 2009-10-25
----------------

- Added a ``z3c.autoinclude.plugin`` entry point to avoid the need for a ZCML
  slug in Plone.
  [hannosch]

0.5 - 2009-07-24
----------------

- Extend the ignore_re list of CMFCore.DirectoryView to ignore our cache
  files named `.&lt;original extension&gt;.py`. [hannosch]

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]</description>
<maintainer><foaf:Person><foaf:name>Malthe Borch and the Zope community</foaf:name>
<foaf:mbox_sha1sum>2a5d53de05a9e41953ed1826447b07e9a7fa1525</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.6</revision></Version></release>
</Project></rdf:RDF>