Changesets can be listed by changeset number.
The Git repository is here.
Changeset 106
Improved configuration and integration with ROOL prototype site.
- Comitted by: adh
- Date: Monday October 23 18:07:29 2006 (over 18 years ago)
Affected files:
rool/perl/cvsweb/trunk/cvsweb.cgi:
prev. | current | |
# == EDIT this == | ||
# Locations to search for user configuration, in order: | ||
220 | ||
220 | for (catfile($mydir, 'cvsweb.conf'), '/home/adh/perl/cvsweb/cvsweb.conf') { | |
if (-r $_) { | ||
$config = $_; | ||
last; |
rool/perl/cvsweb/trunk/cvsweb.conf:
prev. | current | |
# ports | ||
# sparc | ||
#); | ||
102 | ||
103 | ||
102 | $prcgi = "/rails/collaboa/tickets/%s"; | |
103 | $prkeyword = "Ticket"; | |
# Manual gateway linking. This will be done only for views for which | ||
# $allow_*_extra below is true. | ||
... | ... | |
# URL to the CVSHistory script. This should be absolute (but does not need | ||
# to include the host and port if the script is on the same server as | ||
# CVSweb). | ||
479 | ||
479 | #$cvshistory_url = "/python/cvshistory/cvshistory.cgi"; | |
480 | $cvshistory_url = "/rails/rcvsweb/history"; | |
# Whether to allow downloading a tarball or a zip of the current directory. | ||
# While downloading of the entire repository is disallowed, depending on |