Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 63
- Log:
Initial import of RCVSweb 0.0.2 sources. RCVSweb is a Ruby On Rails
wrapper around CVSweb, to provide Rails-based HTML template facilities.
- Author:
- adh
- Date:
- Sun Aug 06 17:55:00 +0100 2006
- Size:
- 218 Bytes
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
2 | "http://www.w3.org/TR/html4/loose.dtd"> |
3 | <html> |
4 | <body> |
5 | <h1>File not found</h1> |
6 | <p> |
7 | The requested file could not be found. |
8 | </p> |
9 | </body> |
10 | </html> |