@@ -5,8 +5,8 @@ git-wiki is a wiki that relies on git to keep pages' history
5
5
and [ Sinatra] [ ] to serve them.
6
6
7
7
I wrote git-wiki as a quick and dirty hack, mostly to play with Sinatra.
8
- It turned out that Sinatra is an awesome little web framework and that this hack
9
- isn't as useless as I first though since I now use it daily.
8
+ It turned out that Sinatra is an awesome little web framework and that this
9
+ hack isn't as useless as I first though since I now use it daily.
10
10
11
11
However, it is definitely not feature rich and will probably never be because
12
12
I mostly use it as a web frontend for ` git ` , ` ls ` and ` vim ` .
@@ -19,12 +19,10 @@ especially [al3x][]'s one.
19
19
20
20
The fellowing [ gems] [ ] are required to run git-wiki:
21
21
22
- - sinatra
23
- - mojombo-grit
24
- - haml
25
- - git
26
- - BlueCloth
27
- - rubypants
22
+ - [ Sinatra] [ ]
23
+ - [ mojombo-grit] ( http://github.com/mojombo/grit )
24
+ - [ HAML] ( http://haml.hamptoncatlin.com )
25
+ - [ RDiscount] ( http://github.com/rtomayko/rdiscount )
28
26
29
27
Run with ` mkdir ~/wiki && ./run.ru -sthin -p4567 ` and point your
30
28
browser at < http://0.0.0.0:4567/ > . Enjoy!
@@ -84,8 +82,8 @@ then sync your changes back when you're done.</p>
84
82
Git is the next Unix</a ></cite ></p >
85
83
</blockquote >
86
84
87
- [ Sinatra ] : http://sinatrarb.com
85
+ [ Sinatra ] : http://www. sinatrarb.com
88
86
[ GitHub ] : http://github.com/sr/git-wiki
89
87
[ forks ] : http://github.com/sr/git-wiki/network
90
- [ al3x ] : http://github.com/al3x/github
88
+ [ al3x ] : http://github.com/al3x/gitwiki
91
89
[ gems ] : http://www.rubygems.org/
0 commit comments