This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCJ redesign (was: java/status.html updates)


[ I just realized that this had remained in my postponed folder, even
  though I committed the patch itself a few hours ago... ]

On Thu, 31 Oct 2002, Gerald Pfeifer wrote:
> Remove the definition of <GCJNAV> and instead make the GCJ navigation
> an optional part of the main navigation which is enabled for all pages
> called java/[^/]*.html.

And here is the corresponding patch to the web pages themselves:

2002-10-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* contrib.html: Do not use <GCJNAV> any longer.
	* docs.html: Ditto.
	* projects.html: Ditto.
	* faq.html: Ditto.
	* index.html: Ditto.
	* status.html: Ditto.
	* test.html: Ditto.
	* thanks.html: Ditto.
	* tm.html: Ditto (and add a <p> environment).

	* faq.html: Do not set bgcolor for the <body> and remove
	extraneous <br />s.
	* projects.html: Ditto.

	* compile.html: Use <h1> for the top-most heading.
	* faq-portugese.html: Ditto.  Also remove DOCTYPE and <meta> tags.

	* gcj-3.1-status.html: Update <title> and <h1>; avoid setting
	bgcolor for the <body>.

	* libgcj-platforms.html: Do not use align="center" for <h1>.

	* libgcj2.html: Remove a link back to the main page.

Index: compile.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/compile.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 compile.html
--- compile.html	25 Mar 2002 06:32:12 -0000	1.5
+++ compile.html	31 Oct 2002 14:44:00 -0000
@@ -6,8 +6,7 @@

 <body>

-<h2 align="center">Compiling with GCJ</h2>
-
+<h1 align="center">Compiling with GCJ</h1>

 <h2>Introduction</h2>

Index: contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.28
diff -u -3 -p -r1.28 contrib.html
--- contrib.html	25 Mar 2002 06:32:12 -0000	1.28
+++ contrib.html	31 Oct 2002 14:44:02 -0000
@@ -6,9 +6,6 @@

 <body>

-<GCJNAV>
-
-<br /><br />
 <h1>Contributing to the GCJ Project</h1>

 <table border="0" cellpadding="4" width="95%">
@@ -178,8 +175,6 @@ There is also some documentation on <a h
 test cases</a>.  This covers both our built-in tests and extra test
 suites we use.
 </p>
-
-</GCJNAV>

 </body>
 </html>
Index: docs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/docs.html,v
retrieving revision 1.22
diff -u -3 -p -r1.22 docs.html
--- docs.html	1 Jul 2002 03:47:17 -0000	1.22
+++ docs.html	31 Oct 2002 14:44:02 -0000
@@ -6,9 +6,6 @@

 <body>

-<GCJNAV>
-
-<br /><br />
 <h1>GCJ Documentation</h1>

 <table border="0" cellpadding="4" width="95%">
@@ -121,8 +118,6 @@ conferences and magazines.</p>
       </li>

 </ul>
-
-</GCJNAV>

 </body>
 </html>
Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.28
diff -u -3 -p -r1.28 done.html
--- done.html	14 Oct 2002 20:58:51 -0000	1.28
+++ done.html	31 Oct 2002 14:44:02 -0000
@@ -6,10 +6,6 @@

 <body>

-<GCJNAV>
-
- <br />
-      <br />
       <h1>Done with GCJ</h1>

       This page provides descriptions and links on projects
@@ -172,8 +168,6 @@
       </tr>
       <!-- End Fluid Dynamics -->
       </table>
-
-</GCJNAV>

 </body>
 </html>
Index: faq-portugese.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq-portugese.html,v
retrieving revision 1.17
diff -u -3 -p -r1.17 faq-portugese.html
--- faq-portugese.html	14 Nov 2001 09:15:28 -0000	1.17
+++ faq-portugese.html	31 Oct 2002 14:44:03 -0000
@@ -1,18 +1,13 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
 <html>
+
 <head>
-   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-   <meta name="GENERATOR" content="Mozilla/4.7 [en] (Win98; I) [Netscape]">
    <title>The GCJ FAQ</title>
 </head>

-<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
+<body>

-<GCJNAV>

-<br>&nbsp;
-<h1>
-O FAQ GCJ</h1>
+<h1>O FAQ GCJ</h1>
 A &uacute;ltima vers&atilde;o deste documento sempre est&aacute; dispon&iacute;vel
 em <a href="http://gcc.gnu.org/java/faq-portugese.html";>http://gcc.gnu.org/java/faq-portugese.html</a></p>
 <p>This FAQ is also available in <a href="faq.html">English</a>.</p>
@@ -948,8 +943,6 @@ em <a href="papers/cni/t1.html">http://g
 <td></td>

 <td></td>
-
-</GCJNAV>

 </body>
 </html>
Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.55
diff -u -3 -p -r1.55 faq.html
--- faq.html	13 Sep 2002 17:48:50 -0000	1.55
+++ faq.html	31 Oct 2002 14:44:04 -0000
@@ -3,12 +3,8 @@
 <title>The GCJ FAQ</title>
 </head>

-<body bgcolor="#FFFFFF">
+<body>

-<GCJNAV>
-
-<br />
-      <br />
       <h1>The GCJ FAQ</h1>
       <p>The latest version of this document is always available at <a href="faq.html">http://gcc.gnu.org/java/faq.html</a>.</p>
       <p>This FAQ is also available in <a href="faq-portugese.html">Brazilian Portugese</a>.</p>
@@ -656,9 +652,6 @@ $ ../configure [...]
           for more details on how to use the CNI interface. </p>
         </dd>
       </dl>
-
-
-</GCJNAV>

 </body>
 </html>
Index: gcj-3.1-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/gcj-3.1-status.html,v
retrieving revision 1.27
diff -u -3 -p -r1.27 gcj-3.1-status.html
--- gcj-3.1-status.html	23 Apr 2002 23:07:40 -0000	1.27
+++ gcj-3.1-status.html	31 Oct 2002 14:44:04 -0000
@@ -1,11 +1,12 @@
 <html>

 <head>
-<title> gcj 3.1 status </title>
+<title>GCJ 3.1 status</title>
 </head>

-<body bgcolor="#fffffff">
-<h1> gcj 3.1 status </h1>
+<body>
+
+<h1>GCJ 3.1 status</h1>

 <h2> Bugs </h2>

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.115
diff -u -3 -p -r1.115 index.html
--- index.html	30 Sep 2002 16:13:19 -0000	1.115
+++ index.html	31 Oct 2002 14:44:04 -0000
@@ -2,11 +2,9 @@
 <head>
 <title>GCJ: The GNU Compiler for Java: Home Page</title>
 </head>
-<body>

-<GCJNAV>
+<body>

-<br />
 <h1>The GNU Compiler for the Java<sup><a href="tm.html"><small>tm</small></a></sup> Programming Language</h1>

 <table border="0" cellpadding="4" width="95%">
@@ -266,8 +264,6 @@ Currently, this code is enabled for IA-6
 </table>

 <!-- News entries end here -->
-
-</GCJNAV>

 </body>
 </html>
Index: libgcj-platforms.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj-platforms.html,v
retrieving revision 1.21
diff -u -3 -p -r1.21 libgcj-platforms.html
--- libgcj-platforms.html	25 Mar 2002 20:50:21 -0000	1.21
+++ libgcj-platforms.html	31 Oct 2002 14:44:04 -0000
@@ -6,7 +6,7 @@

 <body>

-<h1 align="center">libgcj-2.95 Platform Test Strategy</h1>
+<h1>libgcj-2.95 Platform Test Strategy</h1>

 <h2> Platform Coverage </h2>
 <p>One of the critical steps in making releases is platform testing.
Index: libgcj2.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/libgcj2.html,v
retrieving revision 1.8
diff -u -3 -p -r1.8 libgcj2.html
--- libgcj2.html	25 Mar 2002 20:50:21 -0000	1.8
+++ libgcj2.html	31 Oct 2002 14:44:04 -0000
@@ -63,9 +63,5 @@

     </dl>

-<hr />
-
-    <a href="index.html">Back to main page</a>
-
 </body>
 </html>
Index: projects.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/projects.html,v
retrieving revision 1.27
diff -u -3 -p -r1.27 projects.html
--- projects.html	25 Mar 2002 06:32:12 -0000	1.27
+++ projects.html	31 Oct 2002 14:44:05 -0000
@@ -2,11 +2,9 @@
 <head>
 <title>The GCJ Projects List</title>
 </head>
-<body bgcolor="#FFFFFF">

-<GCJNAV>
+<body>

-<br /><br />
 <h1>The GCJ Projects List</h1>

 <p>
@@ -205,8 +203,6 @@ Runtime improvements
 	    <li>Write a program to convert existing locale data into a
 	    format we can use.</li>
 	  </ul>
-
-</GCJNAV>

 </body>
 </html>
Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.16
diff -u -3 -p -r1.16 status.html
--- status.html	30 Oct 2002 18:39:31 -0000	1.16
+++ status.html	31 Oct 2002 14:44:05 -0000
@@ -2,17 +2,16 @@

 <head>
 <title>GCJ - Status</title>
+
 <style type="text/css">
 dt.package { font-weight: bold; font-family: monospace }
 dt.target { font-weight: bold }
 </style>
+
 </head>

 <body>

-<GCJNAV>
-
-<br /><br />
 <h1>GCJ Status</h1>

 Status of GCJ as of the current release (gcc 3.2).
@@ -148,8 +147,6 @@ supported.</dd>
 <dt class="target">Hitachi SH-3/4 micro-controller</dt>
 <dd>Ok, in CVS (target only).</dd>
 </dl>
-
-</GCJNAV>

 </body>
 </html>
Index: test.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/test.html,v
retrieving revision 1.8
diff -u -3 -p -r1.8 test.html
--- test.html	25 Mar 2002 06:32:12 -0000	1.8
+++ test.html	31 Oct 2002 14:44:05 -0000
@@ -4,8 +4,6 @@
 </head>
 <body>

-<GCJNAV>
-
 <h1>Testing GCJ</h1>

 <table border="0" cellpadding="4" width="95%">
@@ -64,8 +62,6 @@ encourage developers to contribute test
 <p>Changes affecting the gcj front end can usefully be tested against
 Jacks.  We don't as yet have an automated mechanism to run Jacks tests
 in our test framework.</p>
-
-</GCJNAV>

 </body>
 </html>
Index: thanks.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/thanks.html,v
retrieving revision 1.28
diff -u -3 -p -r1.28 thanks.html
--- thanks.html	25 Mar 2002 06:32:12 -0000	1.28
+++ thanks.html	31 Oct 2002 14:44:05 -0000
@@ -6,9 +6,6 @@

 <body>

-<GCJNAV>
-
-<br /><br />
 <h1>GCJ Credits</h1>

 <table border="0" cellpadding="4" width="95%">
@@ -137,8 +134,6 @@ in testing GCJ:
 </ul>

 Thank you all!
-
-</GCJNAV>

 </body>
 </html>
Index: tm.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/tm.html,v
retrieving revision 1.13
diff -u -3 -p -r1.13 tm.html
--- tm.html	25 Mar 2002 06:32:12 -0000	1.13
+++ tm.html	31 Oct 2002 14:44:05 -0000
@@ -4,14 +4,10 @@
 </head>
 <body>

-<GCJNAV>
-
-Java and all Java-based marks are trademarks or registered trademarks
+<p>Java and all Java-based marks are trademarks or registered trademarks
 of Sun Microsystems, Inc. in the United States and other countries.
 The Free Software Foundation, Cygnus Solutions and Red Hat are
-independent of Sun Microsystems, Inc.
-
-</GCJNAV>
+independent of Sun Microsystems, Inc.</p>

 </body>
 </html>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]