This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: style.html -- documentation navigation
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Janis Johnson <janis187 at us dot ibm dot com>
- Date: Mon, 11 Nov 2002 23:05:10 +0100 (CET)
- Subject: PATCH: style.html -- documentation navigation
In the navigation, rename Docs to Documentation, move the FAQ to the
end of the section, and add a link to Testing.
(Janis, should we link install/test.html from testing/index.html and
refer to the latter instead of the former?)
Gerald
Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.44
retrieving revision 1.46
diff -u -3 -p -r1.44 -r1.46
--- style.mhtml 10 Nov 2002 21:37:16 -0000 1.44
+++ style.mhtml 11 Nov 2002 21:42:58 -0000 1.46
@@ -147,14 +147,15 @@
<tr><td><table cellspacing="0" width="100%">
<tr bgcolor="#FFEE99"><td>
- <b>Docs</b>
+ <b>Documentation</b>
</td></tr>
<tr bgcolor="#FFFFCC"><td>
<p>
- <a href="<get-var BACKPATH>faq.html">FAQ</a><br />
<a href="http://gcc.gnu.org/install/">Installation</a><br />
- <a href="http://gcc.gnu.org/install/specific.html">Supported Platforms</a><br />
+ <a href="http://gcc.gnu.org/install/specific.html"> Supported Platforms</a><br />
+ <a href="http://gcc.gnu.org/install/test.html"> Testing</a><br />
<a href="<get-var BACKPATH>onlinedocs/">Manual</a><br />
+ <a href="<get-var BACKPATH>faq.html">FAQ</a><br />
<a href="<get-var BACKPATH>readings.html">Further Readings</a>
</p>
</td></tr>