diff options
author | Julien Roy <julien@jroy.ca> | 2023-02-06 22:38:07 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-02-06 22:38:07 -0500 |
commit | 53e3f4cabd4eb79973e29d17679cb62da9685f86 (patch) | |
tree | 92c96a204c462a959d54cb2b6391db670235f5a4 /dev-python/zope-dublincore/metadata.xml | |
parent | cfd164e212c7f9f5eee00c67107e2c0d28f6418e (diff) | |
download | MrRoy-Overlay-53e3f4cabd4eb79973e29d17679cb62da9685f86.tar.gz MrRoy-Overlay-53e3f4cabd4eb79973e29d17679cb62da9685f86.tar.bz2 MrRoy-Overlay-53e3f4cabd4eb79973e29d17679cb62da9685f86.zip |
dev-python/zope-dublincore: new package, add 4.3.0
Signed-off-by: Julien Roy <julien@jroy.ca>
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> |