blob: ec6d89517c41c97b525f3a45879ff66c7c809910 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
The cvsweb.cgi is a WWW CGI script that allows remote users to browse
a CVS repository tree via web. It can display the revision history of
a file, as well as diffs between revisions and downloading the whole
file.
The cvsweb script has been written by Bill Fenner <fenner@FreeBSD.org>
for the FreeBSD project, improved visually and functionally by Henner
Zeller <zeller@think.de>, Henrik Nordstrom <hno@hem.passagen.se>, and
Ken Coar <Ken.Coar@Golux.Com>, to be adopted by the NetBSD project.
As space is lacking to list all the improvements over the original,
please refer to the documents after the installation.
WWW: http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
|