summaryrefslogtreecommitdiff
path: root/media-gfx/sigal/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/sigal/metadata.xml')
-rw-r--r--media-gfx/sigal/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/media-gfx/sigal/metadata.xml b/media-gfx/sigal/metadata.xml
new file mode 100644
index 000000000000..8a8f5b028e46
--- /dev/null
+++ b/media-gfx/sigal/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>thomas@gstaedtner.net</email>
+ <name>Thomas Gstädtner</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Sigal is yet another simple static gallery generator.
+ It's written in Python and it allows to build a static gallery
+ of images with the following features:
+ - Process directories recursively.
+ - Generate HTML pages using jinja2 templates.
+ - Relative links for a portable output.
+ - Support themes, videos, EXIF tags, zip download.
+ - Parallel processing.
+ - MIT licensed.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">sigal</remote-id>
+ <remote-id type="github">saimn/sigal</remote-id>
+ <bugs-to>https://github.com/saimn/sigal/issues</bugs-to>
+ </upstream>
+ <use>
+ <flag name="s3">Enables support for the Amazon S3 service.</flag>
+ </use>
+</pkgmetadata>