Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 2
- Log:
Initial import of Instiki 0.11.0 sources from a downloaded Tarball.
Instiki is a Ruby On Rails based Wiki clone.
- Author:
- adh
- Date:
- Sat Jul 22 14:54:51 +0100 2006
- Size:
- 245 Bytes
- Properties:
- Property svn:executable is set
1 | #!/usr/bin/env ruby |
2 | require File.dirname(__FILE__) + '/../config/environment' |
3 | require 'rails_generator' |
4 | require 'rails_generator/scripts/destroy' |
5 | |
6 | ARGV.shift if ['--help', '-h'].include?(ARGV[0]) |
7 | Rails::Generator::Scripts::Destroy.new.run(ARGV) |