Use https by default
[gentoo.git] / www-apps / gitit / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <maintainer>
6                 <email>haskell@gentoo.org</email>
7         </maintainer>
8         <longdescription>
9                 Gitit is a wiki backed by a git, darcs, or mercurial
10                 filestore.  Pages and uploaded files can be modified either
11                 directly via the VCS&#39;s command-line tools or through
12                 the wiki&#39;s web interface. Pandoc is used for markup
13                 processing, so pages may be written in
14                 (extended) markdown, reStructuredText, LaTeX, HTML,
15                 or literate Haskell, and exported in ten different
16                 formats, including LaTeX, ConTeXt, DocBook, RTF,
17                 OpenOffice ODT, and MediaWiki markup.
18                 
19                 Notable features include
20                 
21                 * plugins: dynamically loaded page
22                 transformations written in Haskell (see
23                 &quot;Network.Gitit.Interface&quot;)
24                 
25                 * conversion of TeX math to MathML for display in
26                 web browsers
27                 
28                 * syntax highlighting of source code
29                 files and code snippets
30                 
31                 * Atom feeds (site-wide and per-page)
32                 
33                 * a library, &quot;Network.Gitit&quot;, that makes it simple
34                 to include a gitit wiki in any happstack application
35                 
36                 You can see a running demo at &lt;http://gitit.net&gt;.
37                 
38                 For usage information:  @gitit --help@
39         </longdescription>
40         <use>
41                 <flag name='network-uri'>Get Network.URI from the network-uri package.</flag>
42                 <flag name="plugins">enables optional plugin runtime loader</flag>
43         </use>
44 </pkgmetadata>