From bbb7544b54cf4b5ccef1fe3227dd59c526b37c9d Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 6 Feb 2023 21:18:30 -0500 Subject: dev-python/zope-browserresource: new package, add 4.4 Signed-off-by: Julien Roy --- dev-python/zope-browserresource/metadata.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-python/zope-browserresource/metadata.xml (limited to 'dev-python/zope-browserresource/metadata.xml') 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 @@ + + + + + Julien Roy + julien@jroy.ca + + + 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. + + + + Zope Foundation and Contributors + zope-dev@zope.org + + https://github.com/zopefoundation/zope.browserresource/issues + https://github.com/zopefoundation/zope.browserresource/blob/master/CHANGES.rst + https://zopebrowserresource.readthedocs.io + zopefoundation/zope.browserresource + zope.browserresource + + -- cgit v1.2.3