aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zope-browserpage/metadata.xml
blob: 5307825d58ea6dbb715b4a34541aac9238d6ec89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<name>Julien Roy</name>
		<email>julien@jroy.ca</email>
	</maintainer>
	<longdescription>
		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.
	</longdescription>
	<upstream>
		<maintainer>
			<name>Zope Foundation and Contributors</name>
			<email>zope-dev@zope.org</email>
		</maintainer>
		<bugs-to>https://github.com/zopefoundation/zope.browserpage/issues</bugs-to>
		<changelog>https://github.com/zopefoundation/zope.browserpage/blob/master/CHANGES.rst</changelog>
		<remote-id type="github">zopefoundation/zope.browserpage</remote-id>
		<remote-id type="pypi">zope.browserpage</remote-id>
	</upstream>
</pkgmetadata>