public
Fork of sr/git-wiki
Description: A wiki engine that uses a Git repository as its data store.
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/al3x/git-wiki.git
Search Repo:
require sinatra above git-wiki directory until there's a good way to 
freeze it in
al3x (author)
Wed Mar 19 20:00:46 -0700 2008
commit  dd3cffa1e7adc8dcc9a472692931580daf8d7c41
tree    025a6b2c625d90adc66148f86c092c709638a1a6
parent  2fc6e5735c6a47d0bc1ddecf162a872c74f95509
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 #!/usr/bin/env ruby
0
 
0
 require 'environment'
0
-require 'lib/sinatra/lib/sinatra'
0
+require '../sinatra/lib/sinatra'
0
 
0
 get('/') { redirect "/#{HOMEPAGE}" }
0
 

Comments

    No one has commented yet.