public
Fork of schacon/git-wiki
Description: A quick & dirty git-powered Sinatra wiki
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/edavis10/git-wiki.git
name age message
file .gitignore Thu Feb 21 23:08:55 -0800 2008 hella better style, move page and extensions ou... [Alex Payne]
file .gitmodules Thu Mar 20 00:31:37 -0700 2008 add sinatra as a git submodule and make use of it [al3x]
file AUTHORS Tue Sep 23 18:33:24 -0700 2008 Adding myself to Authors [edavis10]
file LICENSE Thu Mar 06 16:20:07 -0800 2008 merged from sr [schacon]
file README.textile Sat Mar 15 12:57:15 -0700 2008 updated README [al3x]
file TODO Sun Apr 20 18:25:51 -0700 2008 removed the bare branch deal because it was con... [schacon]
file config.ru Tue Sep 23 18:25:54 -0700 2008 Adding Phusion Passenger compatabile Rack confi... [edavis10]
file environment.rb Sun Jun 08 11:15:21 -0700 2008 Switch to Markdown format [edavis10]
file extensions.rb Wed Mar 26 11:21:12 -0700 2008 don't always wiki-link to the edit page, and al... [al3x]
file git-wiki.rb Sun Apr 20 18:25:51 -0700 2008 cleaned _ directoried from page list and sorted... [schacon]
directory images/ Sat Mar 08 12:27:38 -0800 2008 added search through git-grep [schacon]
file page.rb Sun Jun 08 11:15:21 -0700 2008 Switch to Markdown format [edavis10]
directory public/ Sun Apr 20 18:25:51 -0700 2008 added file upload functionality [schacon]
submodule sinatra &rarr f80203a Sun Apr 20 18:25:51 -0700 2008 added file upload functionality [schacon]
directory system/ Thu Mar 20 09:31:16 -0700 2008 run via launchd on 8777 so as not to conflict w... [al3x]
directory views/ Sun Apr 20 18:25:51 -0700 2008 removed the bare branch deal because it was con... [schacon]
README.textile

git-wiki

A wiki engine that uses a Git repository as its data store.

Requirements

  • rubygems
  • sinatra
  • grit
  • redcloth
  • rubypants