summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel.html2
-rw-r--r--docs.html14
-rw-r--r--download.html27
-rw-r--r--help.html12
-rw-r--r--history.html2
-rw-r--r--hurd.html2
-rw-r--r--install.html20
7 files changed, 54 insertions, 25 deletions
diff --git a/devel.html b/devel.html
index 8ed6d944..47dfae14 100644
--- a/devel.html
+++ b/devel.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&nbsp;Help</A><BR>
-<A HREF="/software/hurd/download.html">Download</A><BR>
+<A HREF="/software/hurd/download.html">Source&nbsp;Code</A><BR>
<A HREF="/software/hurd/devel.html">Development</A><BR>
<A HREF="/software/hurd/history.html">History</A>
</TD>
diff --git a/docs.html b/docs.html
index dfa9bf25..41a303d0 100644
--- a/docs.html
+++ b/docs.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&nbsp;Help</A><BR>
-<A HREF="/software/hurd/download.html">Download</A><BR>
+<A HREF="/software/hurd/download.html">Source&nbsp;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&nbsp;Help</A><BR>
-<A HREF="/software/hurd/download.html">Download</A><BR>
+<A HREF="/software/hurd/download.html">Source&nbsp;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>
diff --git a/help.html b/help.html
index 8e47a9c8..cb892fc0 100644
--- a/help.html
+++ b/help.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&nbsp;Help</A><BR>
-<A HREF="/software/hurd/download.html">Download</A><BR>
+<A HREF="/software/hurd/download.html">Source&nbsp;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">&lt;debian-hurd@lists.debian.org&gt;</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&nbsp;Help</A><BR>
-<A HREF="/software/hurd/download.html">Download</A><BR>
+<A HREF="/software/hurd/download.html">Source&nbsp;Code</A><BR>
<A HREF="/software/hurd/devel.html">Development</A><BR>
<A HREF="/software/hurd/history.html">History</A>
</TD>
diff --git a/hurd.html b/hurd.html
index 4c640062..b4143e3c 100644
--- a/hurd.html
+++ b/hurd.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&nbsp;Help</A><BR>
-<A HREF="/software/hurd/download.html">Download</A><BR>
+<A HREF="/software/hurd/download.html">Source&nbsp;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&nbsp;Help</A><BR>
-<A HREF="/software/hurd/download.html">Download</A><BR>
+<A HREF="/software/hurd/download.html">Source&nbsp;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>