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 /docs.html | |
parent | 0aece1a25c44d0f618d57450d9041a3e6a7912e1 (diff) | |
download | web-af56908c7d8b4cd8ae3e1e765072cb37d45dd47a.tar.gz web-af56908c7d8b4cd8ae3e1e765072cb37d45dd47a.tar.bz2 web-af56908c7d8b4cd8ae3e1e765072cb37d45dd47a.zip |
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 'docs.html')
-rw-r--r-- | docs.html | 14 |
1 files changed, 7 insertions, 7 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> @@ -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 |