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/www-apps/blohg/metadata.xml

27 lines
976 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<stabilize-allarches/>
<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>
<remote-id type="github">rafaelmartins/blohg</remote-id>
</upstream>
<use>
<flag name="git">Enable Git support</flag>
<flag name="mercurial">Enable Mercurial support</flag>
</use>
</pkgmetadata>