doc/en/projects/cvsweb.sgml
Ville Skyttä be622a1178 Update to reflect the current version (2.0.4).
Approved by:      knu (mentor)
2002-07-06 20:54:45 +00:00

89 lines
3.4 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.5 2002/07/04 01:29:33 keramida Exp $">
<!ENTITY title 'FreeBSD CVSweb Project'>
<!ENTITY email 'freebsd-cvsweb'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
]>
<html>
&header;
<h2>Contents</h2>
<ul>
<li><a href="#about">What is CVSweb?</a></li>
<li><a href="#downloads">Downloads</a></li>
<li><a href="#resources">Resources</a></li>
</ul>
<h2><a name="about">What is CVSweb?</a></h2>
<p>CVSweb is a WWW interface for CVS repositories with which you
can browse a file hierarchy on your browser to view each file's
revision history in a very handy manner.</p>
<p>CVSweb was originally written by &a.fenner; for the FreeBSD
Project, and instantly won great popularity among software
developers for its usability.</p>
<p>FreeBSD-CVSweb, formerly known as knu-CVSweb, is an enhanced
version of CVSweb based on and kept in sync with
<a href="http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/">Henner&nbsp;Zeller's
CVSweb</a>, which is an extended version of CVSweb. &a.knu; made
numerous cleanups, bug-fixes, security enhancements and feature
improvements over the version and brought it back where it was
born. FreeBSD-CVSweb is currently maintained by &a.scop;.</p>
<p>FreeBSD-CVSweb is freely available under the terms of the BSD license.
It is currently used by such projects as
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/">FreeBSD</a>,
<a href="http://cvsweb.netbsd.org/bsdweb.cgi/">NetBSD</a>,
<a href="http://cvsweb.xfree86.org/cvsweb/">XFree86</a>, and
<a href="http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/">Ruby</a>.</p>
<hr>
<h2><a name="downloads">Downloads</a></h2>
<p>Download the tarball from the following sites. The latest
release is <strong>2.0.4</strong>
(<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/ChangeLog?rev=1.49&amp;content-type=text/x-cvsweb-markup">ChangeLog</a>).</p>
<ul>
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/</a></li>
<li><a href="http://people.FreeBSD.org/~scop/cvsweb/">http://people.FreeBSD.org/~scop/cvsweb/</a></li>
<li>See the FreeBSD <a href="../doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">FTP Sites</a> document for information about mirror sites.</li>
</ul>
<hr>
<h2><a name="resources">Resources</a></h2>
<dl>
<dt>Project mailing list:</dt>
<dd><a href="mailto:freebsd-cvsweb@FreeBSD.org">freebsd-cvsweb@FreeBSD.org</a>
is the mailing list for people discussing the development of
the FreeBSD CVSweb. Patches, bug reports and feature requests
are welcome. To join the list, follow the instructions
described <a href="../doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">here</a>.</dd>
<dt>CVS repository</dt>
<dd>CVSweb is available through
<a href="../doc/en_US.ISO8859-1/books/handbook/anoncvs.html">anonymous CVS pserver</a>.
The module name is <code>/projects/cvsweb</code>.
</dd>
<dt>CVSweb on CVSweb</dt>
<dd>You can browse the FreeBSD-CVSweb source via itself
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/">here</a>.
</dd>
</dl>
&footer;
</body>
</html>