An open API service indexing awesome lists of open source software.

https://github.com/zopefoundation/zope.ptresource

Page template resource plugin for zope.browserresource
https://github.com/zopefoundation/zope.ptresource

maintained python zope3

Last synced: 4 months ago
JSON representation

Page template resource plugin for zope.browserresource

Awesome Lists containing this project

README

          

===============
zope.ptresource
===============

.. image:: https://img.shields.io/pypi/v/zope.ptresource.svg
:target: https://pypi.python.org/pypi/zope.ptresource/
:alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.ptresource.svg
:target: https://pypi.org/project/zope.ptresource/
:alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.ptresource/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.ptresource/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.ptresource/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.ptresource?branch=master

.. note::

This package is at present not reusable without depending on a large
chunk of the Zope Toolkit and its assumptions. It is maintained by the
`Zope Toolkit project `_.

This package provides a "page template" `resource class
`_, a resource
whose content is processed with the `Zope Page Templates
`_ engine before
being returned to client.

The resource factory class is registered for "pt", "zpt" and "html" file
extensions in the package's ``configure.zcml`` file.