diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-03-23 05:00:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-03-23 05:00:34 +0000 |
commit | 540b845132dc1803ff8dfe939f2cb357beb0e479 (patch) | |
tree | a56425bf4eae070c04e72b18796df755123b3529 /devel/cvsweb/pkg-descr | |
parent | 995abc3833b9cb40bb2e31a95f83263a6806efbf (diff) | |
download | ports-540b845132dc1803ff8dfe939f2cb357beb0e479.tar.gz ports-540b845132dc1803ff8dfe939f2cb357beb0e479.zip |
Notes
Diffstat (limited to 'devel/cvsweb/pkg-descr')
-rw-r--r-- | devel/cvsweb/pkg-descr | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/devel/cvsweb/pkg-descr b/devel/cvsweb/pkg-descr index 7db7a6ccbbad..a4e7e38311e5 100644 --- a/devel/cvsweb/pkg-descr +++ b/devel/cvsweb/pkg-descr @@ -1,17 +1,7 @@ -cvsweb is a WWW CGI script that allows remote access to a CVS tree. It -allows browsing of the full tree; no access controls are implemented. -It can display the revision history of a file, as well as diffs between -revisions and downloading the whole file. +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 configuration should be easy; edit the variable definitions at the -top, above the line that says "End configuration section". Then install -it in your web server's cgi-bin directory and you should be all set. - -Several people have approached me about modifying cvsweb for their own -needs. I would ask that if you make a useful modification, that you send -it back to me for inclusion in the next release. - -AUTHOR: Bill Fenner <fenner@freebsd.org> -WWW: http://people.FreeBSD.org/~fenner/cvsweb/ - -- from README +AUTHOR: Bill Fenner <fenner@FreeBSD.org> +WWW: http://people.FreeBSD.org/~fenner/cvsweb/ |