diff options
Diffstat (limited to 'dev-python/zope-dublincore/metadata.xml')
-rw-r--r-- | dev-python/zope-dublincore/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/zope-dublincore/metadata.xml b/dev-python/zope-dublincore/metadata.xml new file mode 100644 index 0000000..0f3c160 --- /dev/null +++ b/dev-python/zope-dublincore/metadata.xml @@ -0,0 +1,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> |