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]

PATCH: further tweaks to the java pages


I'll install this in a minute. The second part of the download.html
patch really looks interesting, but it *is* in proper patch format. :)

Gerald

2001-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* download.html: Add <head> tags. Remove bgcolor from <body> and
	an extraneous line.
	* thanks.html:  Ditto.
	* gcj2.html: Add <body> and </html> tags.

Index: download.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/download.html,v
retrieving revision 1.24
diff -u -3 -p -r1.24 download.html
--- download.html	2001/02/08 17:34:35	1.24
+++ download.html	2001/02/08 17:45:10
@@ -1,6 +1,10 @@
 <html>
+
+<head>
 <title>GCJ - Downloading</title>
-<body bgcolor="white">
+</head>
+
+<body>

 <GCJNAV>

@@ -200,7 +204,6 @@ for more details on downloading and usin
 </tr>

 </table>
--------------------------------------->

 </GCJNAV>

Index: thanks.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/thanks.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 thanks.html
--- thanks.html	2001/02/08 17:34:35	1.20
+++ thanks.html	2001/02/08 17:45:10
@@ -1,6 +1,10 @@
 <html>
+
+<head>
 <title>GCJ - Credits</title>
-<body bgcolor="white">
+</head>
+
+<body>

 <GCJNAV>

Index: gcj2.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/gcj2.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 gcj2.html
--- gcj2.html	2001/02/08 17:34:35	1.7
+++ gcj2.html	2001/02/08 17:45:10
@@ -1,8 +1,11 @@
 <html>
+
 <head>
 <title>The GCJ home page</title>
 </head>

+<body>
+
 <h2 align=center>The GCJ home page</h2>

 <h2>What is it?</h2>
@@ -94,3 +97,6 @@ easy to try a small Java program of your
   and other countries. The Free Software Foundation, Cygnus Solutions,
   and Red Hat are independent of Sun Microsystems, Inc.
 </blockquote>
+
+</body>
+</html>


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