public
Fork of al3x/git-wiki
Description: A quick & dirty git-powered Sinatra wiki
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/smartkiwi/git-wiki.git
Volodymyr Vladymyrov (author)
Mon Mar 17 13:10:00 -0700 2008
name age message
file .gitignore Thu Feb 21 23:08:55 -0800 2008 hella better style, move page and extensions ou... [Alex Payne]
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 Mon Mar 17 13:10:00 -0700 2008 fix readme [Volodymyr Vladymyrov]
file TODO Fri Mar 14 23:54:16 -0700 2008 remove dependency on ultraviolet and code highl... [al3x]
file environment.rb Mon Mar 17 12:43:57 -0700 2008 fixed code [Volodymyr Vladymyrov]
file extensions.rb Fri Mar 14 23:54:16 -0700 2008 remove dependency on ultraviolet and code highl... [al3x]
file git-wiki.rb Mon Mar 17 12:43:57 -0700 2008 fixed code [Volodymyr Vladymyrov]
directory images/ Sat Mar 08 12:27:38 -0800 2008 added search through git-grep [schacon]
file page.rb Sat Mar 15 12:19:51 -0700 2008 better looking search box, search results, remo... [al3x]
directory public/ Mon Mar 17 13:07:49 -0700 2008 fixed files added [Volodymyr Vladymyrov]
directory system/ Tue Mar 11 17:32:56 -0700 2008 todo entry [al3x]
directory views/ Mon Mar 17 13:07:49 -0700 2008 fixed files added [Volodymyr Vladymyrov]
README.textile

git-wiki

because who needs cool names when you use git?

Requirements

  • rubygems
  • sinatra
  • grit
  • redcloth
  • rubypants
  • ultraviolet (uv) – requires Oniguruma

Changes

  • Uv disabled (Oniguruma doesn’t work on my Leopard see error:http://p.caboo.se/pastes/153337)
  • fix: default layout set from git-wiki.rb – it was not working for me
  • fix: _style.css added to git-wiki.rb