https://github.com/zopefoundation/zope.browserpage
ZCML directives for configuring browser views for Zope.
https://github.com/zopefoundation/zope.browserpage
maintained
Last synced: 8 months ago
JSON representation
ZCML directives for configuring browser views for Zope.
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.browserpage
- Owner: zopefoundation
- License: other
- Created: 2013-02-22T18:14:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T06:57:01.000Z (9 months ago)
- Last Synced: 2025-10-05T21:17:57.171Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage: https://pypi.org/project/zope.browserpage
- Size: 243 KB
- Stars: 1
- Watchers: 63
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
======================
``zope.browserpage``
======================
.. image:: https://img.shields.io/pypi/v/zope.browserpage.svg
:target: https://pypi.python.org/pypi/zope.browserpage/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.browserpage.svg
:target: https://pypi.org/project/zope.browserpage/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.browserpage/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.browserpage/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.browserpage/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.browserpage?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 ZCML directives for configuring browser views.
More specifically it defines the following ZCML directives:
- ``browser:page``
- ``browser:pages``
- ``browser:view``
These directives also support menu item registration for pages, when
``zope.browsermenu`` package is installed. Otherwise, they simply ignore
the menu attribute.