
|
Home |
Mailing List |
Installation |
Source Code |
Screenshots
|
Installation
client side:
mozcvs-0.5.xpi for mozilla 0.9.7 (and possibly earlier)
transition to mozilla 0.9.8 coming soon.
server side:
Right now the perl is set up to run under mod_perl.
put the cvs2rdf.pl script in your perl scripts directory.
In the cvs2rdf.pl file, set:
- $baseDir = the cvs root directory (or wherever you want the base of the tree to be)
- $baseURL = the base url of the source viewing script (e.g., for viewcvs in stand-alone mode, this is "http://localhost:7467/viewcvs")
at the moment it's not set up to run from CGI, but that should be pretty straightforward, if you really want to. I haven't benchmarked mod_perl vs mod_cgi for this script, but I bet mod_perl is worthwhile.