summaryrefslogtreecommitdiff
blob: 75fb004f19861983a9799d7aaf751edc0e9b7ba3 (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
32
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>haskell@gentoo.org</email>
		<name>Gentoo Haskell</name>
	</maintainer>
	<use>
		<flag name="buildwebsite">Build the hakyll website</flag>
		<flag name="previewserver">Include the preview server</flag>
		<flag name="checkexternal">Include external link checking</flag>
		<flag name="watchserver">wait for filesystem changes and rebuild pages</flag>
		<flag name="usepandoc">Include Pandoc support</flag>
	</use>
	<longdescription>
		Hakyll is a static website compiler library. It provides you with the tools to
		create a simple or advanced static website using a Haskell DSL and formats
		such as markdown or RST. You can find more information, including a tutorial,
		on the website:
		
		* &lt;http://jaspervdj.be/hakyll&gt;
		
		If you seek assistance, there's:
		
		* A google group: &lt;http://groups.google.com/group/hakyll&gt;
		
		* An IRC channel, @#hakyll@ on freenode
		
		Additionally, there's the Haddock documentation in the different modules,
		meant as a reference.
	</longdescription>
</pkgmetadata>