You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/sigal/metadata.xml

32 lines
1.0 KiB

<?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>