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
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.ptresource
- Owner: zopefoundation
- License: other
- Created: 2013-02-25T16:42:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:35:50.000Z (9 months ago)
- Last Synced: 2025-10-07T12:51:57.981Z (8 months ago)
- Topics: maintained, python, zope3
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 69
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
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.