Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 24
- Log:
Initial import of Collaboa 0.5.6 from downloaded Tarball. Collaboa is
a Ruby On Rails based bug tracker and SVN repository browsing tool.
- Author:
- adh
- Date:
- Mon Jul 24 21:54:39 +0100 2006
- Size:
- 605 Bytes
1 | .ruby .normal { color: #000;} |
2 | .ruby .comment { color: #999; } |
3 | .ruby .keyword { color: #000; font-weight: bold; } |
4 | .ruby .method { color: #900; font-weight: bold;} |
5 | .ruby .class { color: #900; font-weight: bold;} |
6 | .ruby .module { color: #050; } |
7 | .ruby .punct { color: #555; font-weight: bold; } |
8 | .ruby .symbol { color: #900; } |
9 | .ruby .string { color: #007200; } |
10 | .ruby .char { color: #F07; } |
11 | .ruby .ident { color: #000; } |
12 | .ruby .constant { color: #900; } |
13 | .ruby .regex { color: #B85; } |
14 | .ruby .number { color: #3387CC; } |
15 | .ruby .attribute { color: #000; } |
16 | .ruby .global { color: #900; } |
17 | .ruby .expr { color: #229; } |