GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of sr/git-wiki
Description: A quick & dirty git-powered Sinatra wiki
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/willcodeforfoo/git-wiki.git
Start junebug import script
Tue Feb 19 15:42:52 -0800 2008
commit  21d098c867eb209aadc6da5f12feb71a8721ee48
tree    71cdca085a8260d70dc1132b2adaf9d213c4154d
parent  3e6c97a0a3b2b8ad7316e691cd9f829f28ebf3f5
...
 
 
 
 
 
 
 
 
 
 
0
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -0,0 +1,10 @@
0
+#!/usr/bin/env ruby
0
+
0
+#
0
+# import/junebug-wiki.rb
0
+# Import a JunebugWiki SQLite dump into a new or existing git-wiki repo
0
+
0
+unless ARGV[0] && File.readable?(ARGV[0])
0
+ puts "Usage: #{$0} path/to/junebug.db"
0
+ exit 1
0
+end
0
\ No newline at end of file

Comments

    No one has commented yet.