diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-07-26 18:06:45 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-07-26 18:06:45 +0000 |
commit | 07aba06f10335deaa00babf2e8f62c6d6054dc51 (patch) | |
tree | c194c782812775bb234f21d0970028b0f1be8df0 /devel/cvsweb3/pkg-descr | |
parent | 0788ea405842514f89653f212d6df1fdbbcd5a32 (diff) |
Notes
Diffstat (limited to 'devel/cvsweb3/pkg-descr')
-rw-r--r-- | devel/cvsweb3/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/cvsweb3/pkg-descr b/devel/cvsweb3/pkg-descr new file mode 100644 index 000000000000..d76e270f2e9d --- /dev/null +++ b/devel/cvsweb3/pkg-descr @@ -0,0 +1,17 @@ +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 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://www.freebsd.org/~fenner/cvsweb/ + +- from README |