Gollum is a simple wiki system built on top of Git. A Gollum Wiki is simply a git repository of a specific nature:
- A Gollum repository's contents are human-editable text or markup files.
- Pages may be organized into directories any way you choose.
- Other content can also be included, for example images, PDFs and headers/footers for your pages.
- Gollum pages:
- May be written in a variety of markups.
- Can be edited with your favourite system editor or IDE (changes will be visible after committing) or with the built-in web interface.
- Can be displayed in all versions, reverted, etc.
- Gollum strives to be compatible with GitHub wikis