doc/en/projects/cvsweb.sgml
Akinori MUSHA 86811d6e6c - Mention the new maintainer, Ville Skytt,Ad(B <scop@FreeBSD.org>.
- Mention the new list, freebsd-cvsweb@FreeBSD.org.

- Fix some marking mistakes.
2002-06-17 16:47:55 +00:00

91 lines
3.8 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.1 2002/05/23 06:21:40 knu Exp $">
<!ENTITY title 'FreeBSD CVSweb Project'>
<!ENTITY email 'freebsd-cvsweb>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<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
developpers for its usability.</p>
<p>FreeBSD-CVSweb, formerly known as knu-CVSweb, is an enhanced
version of CVSweb based on and has been 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>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.xfree86.org/cvsweb/">XFree86</a>,
<a href="http://cvs.perl.org/cvsweb/">Perl</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.3</strong>.</p>
<ul>
<li><a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/">ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/</a></li>
<li><a href="ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/">ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/</a></li>
<li><a href="ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/">ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/</a></li>
<li><a href="ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/">ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/</a></li>
<li><a href="ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/">ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/</a></li>
<li><a href="ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/knu/">ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/knu/</a></li>
<li><a href="http://www.idaemons.org/distfiles/">http://www.idaemons.org/distfiles/</a></li>
</ul>
<hr>
<h2><a name="resources">Resources</a></h2>
<dl>
<dt>Project Mailinglist:</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="../handbook/eresources.html#ERESOURCES-SUBSCRIBE">here</a>.</dd>
<dt>CVS repository</dt>
<dd>CVSweb is available through
<a href="../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 CVSweb source via the CVSweb itself
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/">here</a>.
</dd>
</dl>
&footer;
</body>
</html>