Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.33 KB

README.rst

File metadata and controls

34 lines (25 loc) · 1.33 KB

zope.browserpage

Latest release Supported Python versions https://coveralls.io/repos/github/zopefoundation/zope.browserpage/badge.svg?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.