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:
- 326 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>Application error</h1> |
6 | <p> |
7 | An internal error has prevented your request from being |
8 | processed. Please try again later or contact the system |
9 | administrator for help. |
10 | </p> |
11 | </body> |
12 | </html> |