Change "Csup" to "csup" since this is the preferred capitalization, and
fix two sentences.
This commit is contained in:
parent
c12eebcc3c
commit
c061593dcb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27049
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.19 2006/02/02 20:48:46 joel Exp $">
|
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.20 2006/02/03 16:11:16 joel Exp $">
|
||||||
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
|
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
|
||||||
<!ENTITY % navincludes SYSTEM "../../includes.navdocs.sgml"> %navincludes;
|
<!ENTITY % navincludes SYSTEM "../../includes.navdocs.sgml"> %navincludes;
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
|
|
||||||
<h3>Networking</h3>
|
<h3>Networking</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#p-csup">Contribute to the Csup project</a></li>
|
<li><a href="#p-csup">Contribute to the csup project</a></li>
|
||||||
<li><a href="#p-zeroconf">Add zeroconf (Rendezvous/Bonjour) support to
|
<li><a href="#p-zeroconf">Add zeroconf (Rendezvous/Bonjour) support to
|
||||||
FreeBSD</a></li>
|
FreeBSD</a></li>
|
||||||
<li><a href="#p-networkdisk">Network Disk Device</a></li>
|
<li><a href="#p-networkdisk">Network Disk Device</a></li>
|
||||||
|
@ -841,19 +841,19 @@
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<a name="p-csup"></a>
|
<a name="p-csup"></a>
|
||||||
<h2>Contribute to the Csup project</h2>
|
<h2>Contribute to the csup project</h2>
|
||||||
<p><strong>Technical contact</strong>: <a
|
<p><strong>Technical contact</strong>: <a
|
||||||
href="mailto:mux@FreeBSD.org">&a.mux;</a></p>
|
href="mailto:mux@FreeBSD.org">&a.mux;</a></p>
|
||||||
<p><strong>URL's</strong>: <a
|
<p><strong>URL's</strong>: <a
|
||||||
href="http://mu.org/~mux/csup.html">Csup homepage</a>, <a
|
href="http://mu.org/~mux/csup.html">Csup homepage</a>, <a
|
||||||
href="http://www.freebsd.org/cgi/cvsweb.cgi/projects/csup/">CVSWeb</a>
|
href="http://www.freebsd.org/cgi/cvsweb.cgi/projects/csup/">CVSWeb</a>
|
||||||
</p>
|
</p>
|
||||||
<p>Csup is a rewrite of CVSup in C, mainly developed by &a.mux;. A rewrite in
|
<p>&a.mux; is working on a rewrite of CVSup in C, called csup. A rewrite in
|
||||||
C would allow the FreeBSD project to include the functionality of CVSup into
|
C would allow the FreeBSD project to include the functionality of CVSup into
|
||||||
the FreeBSD base system, instead of shipping it as a separate package.
|
the FreeBSD base system, instead of shipping it as a separate package.
|
||||||
You can find snapshots of Csup,
|
You can find snapshots of csup,
|
||||||
along with a CVSWeb interface to the code and much more by following the
|
along with a CVSWeb interface to the code and much more by following the
|
||||||
links above. Csup is also available from the Ports Collection, which should
|
links above. It is also available from the Ports Collection, which should
|
||||||
make it somewhat easier for curious people to test.</p>
|
make it somewhat easier for curious people to test.</p>
|
||||||
<p><strong>Requirements</strong>:</p>
|
<p><strong>Requirements</strong>:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Reference in a new issue