The gitit package
Gitit is a wiki backed by a git, darcs, or mercurial
filestore. Pages and uploaded files can be modified either
directly via the VCS's command-line tools or through
the wiki's web interface. Pandoc is used for markup
processing, so pages may be written in
(extended) markdown, reStructuredText, LaTeX, HTML,
or literate Haskell, and exported in ten different
formats, including LaTeX, ConTeXt, DocBook, RTF,
OpenOffice ODT, and MediaWiki markup.
Notable features include
plugins: dynamically loaded page
transformations written in Haskell (see
Network.Gitit.Interface)
conversion of TeX math to MathML for display in
web browsers
syntax highlighting of source code
files and code snippets
Atom feeds (site-wide and per-page)
a library, Network.Gitit, that makes it simple
to include a gitit wiki in any happstack application
You can see a running demo at http://gitit.net.
For usage information: gitit --help
Properties
| Versions | 0.1.0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.4.1, 0.3.4.2, 0.4.1, 0.4.1.2, 0.4.1.3, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.7, 0.7.1, 0.7.2, 0.7.2.1, 0.7.3, 0.7.3.1, 0.7.3.2, 0.7.3.3, 0.7.3.4, 0.7.3.5, 0.7.3.6, 0.7.3.7, 0.7.3.8, 0.7.3.9, 0.7.3.10, 0.7.3.11, 0.7.3.12, 0.8, 0.8.0.1, 0.8.1, 0.9, 0.9.0.1, 0.10, 0.10.0.1, 0.10.0.2, 0.10.1, 0.10.1.1, 0.10.1.2, 0.10.2, 0.10.3, 0.10.3.1 |
|---|
| Dependencies | base (≥3 & <5), bytestring, cgi, ConfigFile (≥1 & <1.1), containers, directory, feed (≥0.3.6 & <0.4), filepath, filestore (0.4.*), happstack-server (0.5.*), happstack-util (0.5.*), highlighting-kate (≥0.2.7.1), hslogger (≥1 & <1.2), HStringTemplate (0.6.*), HTTP (≥4000.0 & <4000.2), mtl, network (≥2.1.0.0 & <2.4), old-locale (≥1), old-time, pandoc (1.6.*), parsec, pretty, process, random, recaptcha (≥0.1), safe, SHA (>1 & <1.5), time (1.1.*), url (2.1.*), utf8-string (0.3.*), xhtml, xml (≥1.3.5), xss-sanitize (0.2.*), zlib (0.5.*) |
|---|
| License | GPL |
|---|
| Author | John MacFarlane |
|---|
| Maintainer | jgm@berkeley.edu |
|---|
| Stability | experimental |
|---|
| Category | Network |
|---|
| Home page | http://github.com/jgm/gitit/tree/master |
|---|
| Bug tracker | http://code.google.com/p/gitit/issues/list |
|---|
| Executables | expireGititCache, gitit |
|---|
| Upload date | Tue Jan 25 04:31:53 UTC 2011 |
|---|
| Uploaded by | JohnMacFarlane |
|---|
| Build failure | ghc-7.0 (log) |
|---|
| Distributions | NixOS: 0.10.3.1, Debian: 0.7.3.6, FreeBSD: 0.10.3.1 |
|---|
Modules
- Network
- Network.Gitit
- Network.Gitit.Config
- Network.Gitit.ContentTransformer
- Network.Gitit.Framework
- Network.Gitit.Initialize
- Network.Gitit.Interface
- Network.Gitit.Layout
- Network.Gitit.Types
Downloads