https://github.com/zopefoundation/z3c.pagelet
Pagelets are way to specify a template without the O-wrap.
https://github.com/zopefoundation/z3c.pagelet
maintained
Last synced: 8 months ago
JSON representation
Pagelets are way to specify a template without the O-wrap.
- Host: GitHub
- URL: https://github.com/zopefoundation/z3c.pagelet
- Owner: zopefoundation
- License: other
- Created: 2013-02-27T14:35:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T06:49:39.000Z (about 1 year ago)
- Last Synced: 2025-09-24T04:57:00.477Z (9 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 2
- Watchers: 67
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.rst
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/z3c.pagelet.svg
:target: https://pypi.python.org/pypi/z3c.pagelet/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/z3c.pagelet.svg
:target: https://pypi.org/project/z3c.pagelet/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/z3c.pagelet/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/z3c.pagelet/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/z3c.pagelet/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/z3c.pagelet?branch=master
Pagelets are Zope 3 UI components. In particular they allow the developer to
specify content templates without worrying about the UI O-wrap.