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 | |
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.
-rw-r--r-- | devel.html | 2 | ||||
-rw-r--r-- | docs.html | 14 | ||||
-rw-r--r-- | download.html | 27 | ||||
-rw-r--r-- | help.html | 12 | ||||
-rw-r--r-- | history.html | 2 | ||||
-rw-r--r-- | hurd.html | 2 | ||||
-rw-r--r-- | install.html | 20 |
7 files changed, 54 insertions, 25 deletions
@@ -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> @@ -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,13 @@ <HR> <H3><A NAME="contents">Table of Contents</A></H3> <UL> - <LI><A HREF="#papers" NAME="TOCpapers">Architectural Overviews</A> - <LI><A HREF="#faq" NAME="TOCfaq">Frequently Asked Questions</A> - <LI><A HREF="#manuals" NAME="TOCmanuals">Reference Manuals</A> + <LI><A HREF="#papers" NAME="TOCpapers">Architectural overviews</A> + <LI><A HREF="#faq" NAME="TOCfaq">Frequently asked questions</A> + <LI><A HREF="#manuals" NAME="TOCmanuals">Reference manuals</A> </UL> <HR> -<H3><A HREF="#TOCpapers" NAME="papers">Architectural Overviews</A></H3> +<H3><A HREF="#TOCpapers" NAME="papers">Architectural overviews</A></H3> <P> <UL> <LI> @@ -48,14 +48,14 @@ Thomas Bushnell, BSG. Brinkmann. </UL> -<H3><A HREF="#TOCfaq" NAME="faq">Frequently Asked Questions</A></H3> +<H3><A HREF="#TOCfaq" NAME="faq">Frequently asked questions</A></H3> <P> Please check out the <A HREF="faq.en.html">Frequently Asked Questions about the GNU Hurd (33k characters)</A> and their answers, which cover most issues a new user will be confronted with. -<H3><A HREF="#TOCmanuals" NAME="manuals">Reference Manuals</A></H3> +<H3><A HREF="#TOCmanuals" NAME="manuals">Reference manuals</A></H3> <P> The GNU Hurd Reference Manual documents the architecture, the usage and the programming of the GNU Hurd. At the moment, the manual is 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> @@ -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,12 +31,12 @@ <HR> <H3><A NAME="contents">Table of Contents</A></H3> <UL> - <LI><A HREF="#mail" NAME="TOCmail">Mailing Lists</A> - <LI><A HREF="#irc" NAME="TOCirc">Internet Relay Chat</A> + <LI><A HREF="#mail" NAME="TOCmail">Mailing lists</A> + <LI><A HREF="#irc" NAME="TOCirc">Internet relay chat</A> </UL> <HR> -<H3><A HREF="#TOCmail" NAME="mail">Mailing Lists</A></H3> +<H3><A HREF="#TOCmail" NAME="mail">Mailing lists</A></H3> <P> If you have questions about the installation, how the Hurd works and how it is used, or general questions concerning the Hurd, you can send @@ -55,10 +55,10 @@ go to the Debian GNU/Hurd <A HREF="mailto:debian-hurd@lists.debian.org"><debian-hurd@lists.debian.org></A> mailing list. -<H3><A HREF="#TOCirc" NAME="irc">Internet Relay Chat</A></H3> +<H3><A HREF="#TOCirc" NAME="irc">Internet relay chat</A></H3> <P> The <A HREF="http://www.openprojects.net/">Open Projects Network</A> -hosts a network of Internet Relay Chat servers accessed through +hosts a network of IRC servers accessed through <SAMP>irc.openprojects.net</SAMP>. The channel <SAMP>#hurd</SAMP> is dedicated to the Hurd. You can find other users and developers interested in the Hurd there and chat with them in real time. diff --git a/history.html b/history.html index 9d2982fb..b8c94f35 100644 --- a/history.html +++ b/history.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> @@ -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> diff --git a/install.html b/install.html index 5b70aa95..ef270eb2 100644 --- a/install.html +++ b/install.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,12 +31,13 @@ <HR> <H3><A NAME="contents">Table of Contents</A></H3> <UL> - <LI><A HREF="#version" NAME="TOCversion">Latest Version</A> - <LI><A HREF="#install" NAME="TOCinstall">Installation Instructions</A> + <LI><A HREF="#version" NAME="TOCversion">Latest version</A> + <LI><A HREF="#install" NAME="TOCinstall">Installation instructions</A> + <LI><A HREF="#cdimage" NAME="TOCcdimage">CD ROM images</A> </UL> <HR> -<H3><A HREF="#TOCversion" NAME="version">Latest Version</A></H3> +<H3><A HREF="#TOCversion" NAME="version">Latest version</A></H3> <P> The GNU Hurd is under active development. Because of that, there is no `stable' version. The latest released version is 0.2, and dates @@ -55,7 +56,7 @@ to provide such a binary distribution. currently under development and available in the sid/unstable branch of the Debian archive. -<H3><A HREF="#TOCinstall" NAME="install">Installation Instructions</A></H3> +<H3><A HREF="#TOCinstall" NAME="install">Installation instructions</A></H3> <P> <A HREF="http://web.walfield.org/papers/hurd-installation-guide/english/hurd-install-guide.html"> The GNU/Hurd installation guide</A> written by Neal Walfield explains how @@ -67,6 +68,15 @@ Also available: <LI>is the <A HREF="http://web.walfield.org/papers/hurd-installation-guide/english/hurd-install-guide.texi">Texinfo source (25k characters)</A>. </UL> +<H3><A HREF="#TOCcdimage" NAME="cdimage">CD ROM images</A> +<P> +The Debian GNU/Hurd binary distribution of the GNU/Hurd system can be +installed most conveniently from CD ROM. The complete Debian GNU/Hurd +snapshot fits on three CDs. Images of the current CD ROM set are +available within the directory <A +HREF="ftp://ftp.gnu.org/gnu/hurd/contrib/iso/"><SAMP>ftp://ftp.gnu.org/gnu/hurd/contrib/iso/</SAMP></A> +of the GNU FTP server. + <P> <EM>Some of these links are at other web sites not maintained by the FSF. The FSF is not responsible for the content of these other web sites.</EM> |