public
Description: A quick & dirty git-powered Sinatra wiki
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/sr/git-wiki.git
sr (author)
Sat Jun 07 13:20:11 -0700 2008
commit  1228e1eea05519cc8b0f4e3cfe2036e39707411b
tree    7973cde7f52b488bba17e3f14146fc4965c98007
parent  f34f9df878b3c318dd8002114af0bc4d39e7d415
...
43
44
45
 
 
 
 
 
 
 
 
46
47
48
...
43
44
45
46
47
48
49
50
51
52
53
54
55
56
0
@@ -43,6 +43,14 @@ Tom Morris on "How to build the perfect wiki"</a></cite></p>
0
 </blockquote>
0
 
0
 <blockquote>
0
+<p>What makes git-wiki so cool is because it is backed by a git store, you can clone your
0
+wiki just like you could any other git repository. I’ve always wanted a wiki that I could
0
+a.) pull offline when I didn’t have access to the Internets and b.) edit (perhaps in bulk)
0
+in my favorite text editor. git-wiki allows both.</p>
0
+<p><cite><a href="http://github.com/willcodeforfoo/git-wiki/wikis">Cloning your wiki</a></cite></p>
0
+</blockquote>
0
+
0
+<blockquote>
0
 <p>Numerous people have written diff and merge systems for wikis; TWiki even uses RCS.
0
 If they used git instead, the repository would be tiny, and you could make a personal
0
 copy of the entire wiki to take on the plane with you, then sync your changes back when you're done.</p>

Comments

    No one has commented yet.