aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zope-dublincore/metadata.xml
blob: 0f3c1604029afc010495800f426acc448a9959f4 (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
27
28
<?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 a Dublin Core support for Zope-based web applications. This includes:

		an IZopeDublinCore interface definition that can be implemented by objects directly or via an adapter to support DublinCore metadata.
		an IZopeDublinCore adapter for annotatable objects (objects providing IAnnotatable from zope.annotation).
		a partial adapter for objects that already implement some of the IZopeDublinCore API,
		a "Metadata" browser page (which by default appears in the ZMI),
		subscribers to various object lifecycle events that automatically set the created and modified date and some other metadata.
	</longdescription>
	<upstream>
		<maintainer>
			<name>Zope Foundation and Contributors</name>
			<email>zope-dev@zope.org</email>
		</maintainer>
		<bugs-to>https://github.com/zopefoundation/zope.dublincore/issues</bugs-to>
		<changelog>https://github.com/zopefoundation/zope.dublincore/blob/master/CHANGES.rst</changelog>
		<doc>https://zopedublincore.readthedocs.io</doc>
		<remote-id type="github">zopefoundation/zope.dublincore</remote-id>
		<remote-id type="pypi">zope.dublincore</remote-id>
	</upstream>
</pkgmetadata>