summaryrefslogtreecommitdiff
blob: bd59b4b5888032d5f26f3ed47634edf498df413e (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>rafaelmartins@gentoo.org</email>
		<name>Rafael G. Martins</name>
	</maintainer>
	<longdescription lang="en">
		blohg is a Mercurial (or Git) based blogging engine written in Python,
		built with the Flask micro-framework and some of his available extensions.
		All the content of the blogs are stored inside repositories and the
		repository history is used for build the posts and pages. blohg uses
		Jinja2 as template engine.
	</longdescription>
	<upstream>
		<maintainer status="active">
			<email>rafaelmartins@gentoo.org</email>
			<name>Rafael G. Martins</name>
		</maintainer>
		<bugs-to>mailto:blohg@librelist.com</bugs-to>
		<remote-id type="pypi">blohg</remote-id>
	</upstream>
	<use>
		<flag name="git">Enable Git support</flag>
		<flag name="mercurial">Enable Mercurial support</flag>
	</use>
</pkgmetadata>