A wiki using HAppS, pandoc, and git
Browse cluster: Haskell tooling and libraries →Gitit is a wiki program written in Haskell that uses Happstack for its web server and pandoc for markup processing. Pages and uploaded files are stored in a git, darcs, or mercurial repository and can be edited either through the wiki's web interface or via command-line version control tools. The wiki supports multiple markup formats including markdown, reStructuredText, LaTeX, HTML, DocBook, and Emacs Org-mode, and includes features such as syntax highlighting, TeX math rendering, caching, Atom feeds, and dynamically loaded Haskell plugins for page transformation. Gitit can also be embedded as a library within other Happstack applications through the Network.Gitit module.