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:
- 307 Bytes
- Properties:
- Property svn:executable is set
1 | # Add your own tasks in files placed in lib/tasks ending in .rake, |
2 | # for example lib/tasks/switchtower.rake, and they will automatically be available to Rake. |
3 | |
4 | require(File.join(File.dirname(__FILE__), 'config', 'boot')) |
5 | |
6 | require 'rake' |
7 | require 'rake/testtask' |
8 | require 'rake/rdoctask' |
9 | |
10 | require 'tasks/rails' |