public
Fork of sr/git-wiki
Description: A quick & dirty git-powered Sinatra wiki
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/schacon/git-wiki.git
bmizerany (author)
Tue Jul 01 12:27:53 -0700 2008
schacon (committer)
Tue Oct 27 18:14:14 -0700 2009
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 Thu Mar 06 16:22:53 -0800 2008 added myself to AUTHORS and updated README [schacon]
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 Tue Oct 27 18:13:39 -0700 2009 backlinks [Jesse Newland]
file environment.rb Tue Oct 27 18:13:36 -0700 2009 slight tweaks [Jesse Newland]
file extensions.rb Tue Oct 27 18:13:39 -0700 2009 <nowiki/> support [Jesse Newland]
file git-wiki.rb Tue Oct 27 18:14:14 -0700 2009 using helpers [bmizerany]
directory images/ Sat Mar 08 12:27:38 -0800 2008 added search through git-grep [schacon]
file page.rb Tue Oct 27 18:13:39 -0700 2009 Added substitution for '<' and '>' to fix edit ... [simo2409]
directory public/ Tue Oct 27 18:13:38 -0700 2009 attachments in 'show' template [Jesse Newland]
submodule sinatra - f80203a Sun Apr 20 18:25:51 -0700 2008 added file upload functionality also updated s... [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/ Tue Oct 27 18:13:39 -0700 2009 Added substitution for '<' and '>' to fix edit ... [simo2409]
README.textile

git-wiki

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

Requirements

  • rubygems
  • sinatra
  • grit
  • redcloth
  • rubypants