expireGititCache

Wiki engine backed by a git or darcs filestore

Install

All systems
curl cmd.cat/expireGititCache.sh
Debian Debian
apt-get install gitit
Ubuntu
apt-get install gitit
image/svg+xml Kali Linux
apt-get install gitit
Fedora
dnf install gitit
Windows (WSL2)
sudo apt-get update sudo apt-get install gitit
Raspbian
apt-get install gitit

gitit

Wiki engine backed by a git or darcs filestore

Gitit is a wiki backed by a git or darcs 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. Other features include * plugins: dynamically loaded page transformations written in Haskell; * categories; * support for Unicode; * TeX math using texmath; * syntax highlighting of source code files and code snippets using highlighting-kate; * wiki pages can be viewed as slide shows; * caching; * Atom feeds (site-wide and per-page); * a library, Network.Gitit, that makes it simple to include a gitit wiki in any happstack application; * pages can be written directly in literate Haskell.