summaryrefslogtreecommitdiff
blob: 8a8f5b028e46cdd2def3323e5a8c71e25f0a76be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>