Skip to content
 
 

Repository files navigation

README

Git-Wiki is a wiki that stores pages in a Git repository.

See the demo installation at http://git.awiki.org/ or http://git-wiki.kicks-ass.org/.

Features

A lot of the features are implemented as plugins.

  • Edit, move or delete pages
  • Upload files
  • History (also as RSS/Atom changelog)
  • Plugin system
  • Support for multiple text engines (Creole, Markdown, Textile, ...)
  • Section editing for creole markup
  • Embedded LaTeX/Graphviz graphics
  • Syntax highlighting (embedded code blocks)
  • Images can be uploaded
  • Image resizing, SVG to bitmap conversion
  • Auto-generated table of contents (via nokogiri)
  • Templates via include-tag
  • XML tag soup can be used to extend Wiki syntax
  • View pages as S5 presentation

Installation

First, you have to install the Gem dependencies via gem:

gem sources -a http://gemcutter.org
gem install creole
gem install gitrb
gem install mimemagic
gem install haml
gem install rack
gem install mongrel --source http://gems.rubyinstaller.org

# other rack-esi implementations should also work
# just try it
gem install minad-rack-esi

# this is a more current version of rack-cache with bugfixes
# TODO: replace this with official release when new version is released
gem install minad-rack-cache

Optional:

gem install nokogiri
gem install rdiscount
gem install RedCloth
gem install maruku
gem install rubypants
gem install imaginator
gem install evaluator
gem install rack-embed

Then, run the program using the command:

rackup -smongrel -p4567

Point your web browser at http://localhost:4567.

Notes:

Git-Wiki automatically creates a repository in the directory ./.wiki.

For production purposes, I recommend that you deploy the wiki with Mongrel. You can use the WIKI_CONFIG environment variable to specify multiple wiki configurations.

I tested other webservers like unicorn, thin and webrick. Git-Wiki works with all of them thanks to rack.

Dependencies

Optional Dependencies

Dependencies for page rendering

At least one of these renderers should be installed:

About

Wiki with git backend

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors