diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-10-06 02:13:01 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-10-06 02:13:01 +0000 |
commit | af56908c7d8b4cd8ae3e1e765072cb37d45dd47a (patch) | |
tree | cedac215bf0f47df2692fafd7d00ab725e6c9fa0 /download.html | |
parent | 0aece1a25c44d0f618d57450d9041a3e6a7912e1 (diff) |
All files: Consistently lowercase words in the TOC except the first one.
(I tried uppercasing the Important Words, but that looked awkward here and
there). Rename ``Download'' item to ``Source Code'' in contrast to
``Install''.
install.html: Add content about the CD ROM images on the GNU FTP server.
download.html: Add content about CVS snapshot tar files and CVS browsing.
Diffstat (limited to 'download.html')
-rw-r--r-- | download.html | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/download.html b/download.html index 85452d22..f259a32f 100644 --- a/download.html +++ b/download.html @@ -23,7 +23,7 @@ <A HREF="/software/hurd/docs.html">Documentation</A><BR> <A HREF="/software/hurd/install.html">Installation</A><BR> <A HREF="/software/hurd/help.html">Getting Help</A><BR> -<A HREF="/software/hurd/download.html">Download</A><BR> +<A HREF="/software/hurd/download.html">Source Code</A><BR> <A HREF="/software/hurd/devel.html">Development</A><BR> <A HREF="/software/hurd/history.html">History</A> </TD> @@ -31,13 +31,15 @@ <HR> <H3><A NAME="contents">Table of Contents</A></H3> <UL> - <LI><A HREF="#cvs" NAME="TOCcvs">CVS Repository</A> + <LI><A HREF="#cvs" NAME="TOCcvs">CVS repository</A> + <LI><A HREF="#tarball" NAME="TOCtarball">Archived snapshots</A> + <LI><A HREF="#cvsweb" NAME="TOCcvsweb">Browsing the code</A> </UL> <HR> -<H3><A HREF="#TOCcvs" NAME="cvs">CVS Repository</A></H3> +<H3><A HREF="#TOCcvs" NAME="cvs">CVS repository</A></H3> <P> -The only way to get the current Hurd sources is using <A +The Hurd source code is managed in the version control system <A HREF="/software/cvs/cvs.html">CVS</A>. You can check out the CVS repository through anonymous (pserver) CVS with the following instruction set. When prompted for a password for <I>anoncvs</I>, @@ -50,6 +52,23 @@ Source tree: <SAMP>cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd co hurd</SAMP> <P>Updates from within the module's directory do not need the -d parameter. + +<H3><A HREF="#TOCtarball" NAME="tarball">Archived snapshots</A></H3> +<P> +The whole source code of the Hurd is also available as a single +compressed TAR file via FTP. The file <A +HREF="ftp://alpha.gnu.org/gnu/cvs/hurd.tgz"><SAMP>ftp://alpha.gnu.org/gnu/cvs/hurd.tgz +[2.7M]</SAMP></A> contains a snapshot of the Hurd source repository +which is remade daily. + +<H3><A HREF="#TOCcvsweb" NAME="cvsweb">Browsing the code</A></H3> +<P> +You can also browse the <A +HREF="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/hurd/hurd/">CVS +repository of the Hurd</A> with your web browser. The web pages are +generated dynamically at the time you request them and are always up +to date. + </TD> </TR> </TABLE> |