diff options
Diffstat (limited to 'dev-python/zope-browserresource/metadata.xml')
-rw-r--r-- | dev-python/zope-browserresource/metadata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/zope-browserresource/metadata.xml b/dev-python/zope-browserresource/metadata.xml new file mode 100644 index 0000000..021a5bc --- /dev/null +++ b/dev-python/zope-browserresource/metadata.xml @@ -0,0 +1,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 an implementation of browser resources. It also provides directives for defining those resources using ZCML. + + Resources are static files and directories that are served to the browser directly from the filesystem. The most common example are images, CSS style sheets, or JavaScript files. + + Resources are be registered under a symbolic name and can later be referred to by that name, so their usage is independent from their physical location. Resources can also easily be internationalized. + </longdescription> + <upstream> + <maintainer> + <name>Zope Foundation and Contributors</name> + <email>zope-dev@zope.org</email> + </maintainer> + <bugs-to>https://github.com/zopefoundation/zope.browserresource/issues</bugs-to> + <changelog>https://github.com/zopefoundation/zope.browserresource/blob/master/CHANGES.rst</changelog> + <doc>https://zopebrowserresource.readthedocs.io</doc> + <remote-id type="github">zopefoundation/zope.browserresource</remote-id> + <remote-id type="pypi">zope.browserresource</remote-id> + </upstream> +</pkgmetadata> |