Five bridges and patches to use Chameleon with Zope 2.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Overview
========
The five.pt package brings the Chameleon template engine to Zope
2. It's a drop-in replacement, providing bridges to the most common
API.
Support for browser pages, viewlets and viewlet managers is included.
Usage
-----
To enable Chameleon, simply include the ZCML configuration::
<include package="five.pt" />
Tempates may be instantiated directly. Here's an example of a browser
view which uses a view page template::
from Products.Five import BrowserView
from five.pt.pagetemplate import ViewPageTemplateFile
class SimpleView(BrowserView):
index = ViewPageTemplateFile('simple.pt')
Other template classes are available, see the ``pagetemplate``
module.
For general information about Chameleon, see
http://chameleon.repoze.org/.
Changelog
=========
five.pt 0.3 (released 12/17/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Use bobo traversal if ``OFS.interfaces.ITraversable`` interface is
provided. [malthe]
- Adjusted the path expression to provide the full namespace to the render
function and not just the request. This matches Zope2 behavior. [hannosch]
five.pt 0.2 (released 11/29/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- From Zope 2.12 onwards, do not acquisition-wrap content
provider. [malthe]
- Split out CMF-related code to separate package. [malthe]
- Compatibility changes to support Zope 2.10. [malthe]
five.pt 0.1 (released 11/19/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Initial release.
- Simplified template class inheritance. [malthe]
- Added ``path`` and ``exists`` functions to skin template
namespace. [malthe]
- Added call-support for old-style classes in path
expressions. [malthe]
- Added monkey-patches to replace template engine for module-level
view page template instances. [malthe]
- Made `EContext` class more robust. [malthe]
- Register custom file-system page template class for use with CMF
form controllers. [malthe]
- Register custom file-system page template class for use with CMF
directory views. [malthe]
- Added meta-directives to register browser views, viewlets and
viewlet managers using Chameleon templates. [malthe]
- Updated to latest API. [malthe]
- Package structure. [hannosch]
========
The five.pt package brings the Chameleon template engine to Zope
2. It's a drop-in replacement, providing bridges to the most common
API.
Support for browser pages, viewlets and viewlet managers is included.
Usage
-----
To enable Chameleon, simply include the ZCML configuration::
<include package="five.pt" />
Tempates may be instantiated directly. Here's an example of a browser
view which uses a view page template::
from Products.Five import BrowserView
from five.pt.pagetemplate import ViewPageTemplateFile
class SimpleView(BrowserView):
index = ViewPageTemplateFile('simple.pt')
Other template classes are available, see the ``pagetemplate``
module.
For general information about Chameleon, see
http://chameleon.repoze.org/.
Changelog
=========
five.pt 0.3 (released 12/17/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Use bobo traversal if ``OFS.interfaces.ITraversable`` interface is
provided. [malthe]
- Adjusted the path expression to provide the full namespace to the render
function and not just the request. This matches Zope2 behavior. [hannosch]
five.pt 0.2 (released 11/29/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- From Zope 2.12 onwards, do not acquisition-wrap content
provider. [malthe]
- Split out CMF-related code to separate package. [malthe]
- Compatibility changes to support Zope 2.10. [malthe]
five.pt 0.1 (released 11/19/2008)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Initial release.
- Simplified template class inheritance. [malthe]
- Added ``path`` and ``exists`` functions to skin template
namespace. [malthe]
- Added call-support for old-style classes in path
expressions. [malthe]
- Added monkey-patches to replace template engine for module-level
view page template instances. [malthe]
- Made `EContext` class more robust. [malthe]
- Register custom file-system page template class for use with CMF
form controllers. [malthe]
- Register custom file-system page template class for use with CMF
directory views. [malthe]
- Added meta-directives to register browser views, viewlets and
viewlet managers using Chameleon templates. [malthe]
- Updated to latest API. [malthe]
- Package structure. [hannosch]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
five.pt-0.3.tar.gz
(11.4 kB
view details)
File details
Details for the file five.pt-0.3.tar.gz.
File metadata
- Download URL: five.pt-0.3.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
094863817fa9d7f6ab4608df1955edca1453b80b04ddcce0f870fe009a659923
|
|
| MD5 |
62aca98ee6cc7da0017df144272e3b8b
|
|
| BLAKE2b-256 |
2a6530d046906454ab16134fe0f236f203fe5a17df2d1b6c2afb42fbd0a73449
|