Software:Gitit
From HandWiki
Developer(s) | John MacFarlane |
---|---|
Initial release | November 7, 2008 |
Stable release | 0.12.2.1 (14 April 2017[1]) [±] |
Written in | Haskell |
Type | Wiki software |
License | GPL2 |
Website | github |
Gitit (or darcsit) is a form of wiki software employing a distributed revision control system such as Git to manage the wiki history, and the Pandoc document conversion system to manage markup – permitting, among other things, the inclusion of LaTeX mathematical markup.[2][3]
Features
- Revision Control using Git, Darcs (also called darcsit in such cases) or Mercurial backends.
- Pandoc for markup, 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.org ODT, and MediaWiki markup.[4]
- Unicode support.
- Support for Math using MathML or MathJax.
- Syntax highlighting for code snippets.
- Slide shows for wiki pages.
- Plugin support.
See also
- ikiwiki: Also uses a version control system to store pages
- Gollum Wiki: Git-based wiki software with similar features
- Wiki.js: Content can be continuously synced with a remote Git repository
References
- ↑ "Gitit releases on Github". https://github.com/jgm/gitit/releases.
- ↑ Huber, Mathias (January 21, 2011). "Ikiwiki und Gitit: Quelltext-Repositories als Wiki" (in de). Linux Magazine. http://www.linux-magazin.de/Online-Artikel/Ikiwiki-und-Gitit-Quelltext-Repositories-als-Wiki.
- ↑ Seigo, Aaron (May 9, 2011). "gitit". aseigo. http://aseigo.blogspot.com/2011/05/gitit.html.
- ↑ Tenen, Dennis; Grant Wythoff (2014-03-19). "Sustainable Authorship in Plain Text using Pandoc and Markdown". The Programming Historian (3). doi:10.46430/phen0041. http://programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown. Retrieved 2014-06-27.
External links