public
Description: a basic wiki clone so pretty and easy to set up, you’ll wonder if it’s really a wiki.
Homepage: http://instiki.org
Clone URL: git://github.com/parasew/instiki.git
Click here to lend your support to: instiki and make a donation at www.pledgie.com !
instiki / instiki
100755 7 lines (4 sloc) 0.128 kb
1
2
3
4
5
6
7
#!/usr/bin/env ruby
 
# Executable file for a gem
# must be same as ./instiki.rb
 
load File.dirname(__FILE__) + '/script/server'