@hackage gitit0.1.1

Wiki using HAppS, git, and pandoc.

Gitit is a wiki program. HAppS is used for the web server and session state. Pages and uploaded files are stored in a git repository and may be modified either by using git's command-line tools or through the wiki's web interface. Pandoc's extended version of markdown is used as a markup language. Gitit can be configured to display TeX math (using jsMath) and highlighted source code. Ajax is used in a few places, but all the basic functionality is available even in browsers that do not support javascript.