Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 81
- Log:
Now handles HTTP 3xx responses from CVSweb, turning them into
Rails redirections. Searches for modules work much better as
a result.
- Author:
- adh
- Date:
- Tue Aug 08 23:05:57 +0100 2006
- Size:
- 1157 Bytes
1 | RCVSweb v0.0.3, 08-Aug-2006 |
2 | =========================== |
3 | |
4 | RCVSweb is a Ruby On Rails wrapper around the CVSweb utility. A single |
5 | controller with a single action is run for all routes; it maps the |
6 | request to CVSweb, setting up the environment for the script so that |
7 | the script behaves as if it were running conventionally. The output is |
8 | captured, parsed to remove HTML headers and footers, then placed into |
9 | a Rails view. This means that CVSweb output can be 'themed' using |
10 | Rails layouts and partials. Normal and fast CGI execution is supported. |
11 | |
12 | No database is required by this application. Active Record is not used. |
13 | |
14 | Install the application in the usual manner. Edit config/environment.rb |
15 | to specify the location of the application relative to the document |
16 | root and the location of the CVSweb script. It is assumed that CVSweb |
17 | runs correctly as a normal CGI script - installation and configuration |
18 | of CVSweb should be carried out to achieve this. No special changes |
19 | need to be made. |
20 | |
21 | The version of CVSweb tested with this release of RCVSweb is 3.0.6 from |
22 | the following location: |
23 | |
24 | http://www.freebsd.org/projects/cvsweb.html |
25 | |
26 | -- Last updated 08-Aug-2006. |