public this repo is viewable by everyone
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
add sinatra as a git submodule and make use of it
al3x (author)
about 1 month ago
commit  695dd368feb316f18d623a6e5225ccd17ff7cf90
tree    98639e20a95e64c51ac04449e17d4bde287b71ba
parent  dc304d822c7144e55d1f05123d86b538f3bac337
...
 
 
 
...
1
2
3
0
@@ -0,0 +1,3 @@
0
+[submodule "sinatra"]
0
+  path = sinatra
0
+  url = git://github.com/bmizerany/sinatra.git
...
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 '../sinatra/lib/sinatra'
0
+require 'sinatra/lib/sinatra'
0
 
0
 get('/') { redirect "/#{HOMEPAGE}" }
0
 
...
 
...
1
0
@@ -0,0 +1 @@
0
+Subproject commit 898b36eab4cbd0384d23000ee738c9d451558ce0

Comments

    No one has commented yet.