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


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

PATCH: some java web cleanups


Writing the ChangeLogs takes me more than three times as long as writting
the patches, so I'm feeding this in smaller pieces.

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

	* build-snapshot.html: Replace redundant <body> tags. Fix
	<tr bgcolor="..."> tags.
	* compile.html: Add <body>, </body>, and </html>. Remove
	<!--#include virtual...>.
	* contrib.html: Add <head> and <body> tags.
	* docs.html: Ditto.
	* done.html: Add </body> and </html>. Remove superflous <h2> and
	<!--#include virtual=...>.

Installed.

Gerald


Index: build-snapshot.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/build-snapshot.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 build-snapshot.html
--- build-snapshot.html	2001/01/18 22:35:32	1.10
+++ build-snapshot.html	2001/02/07 19:27:57
@@ -1,10 +1,10 @@
 <html>
+
 <head>
 <title>How to build GCJ/LIBGCJ from snapshots or cvs</title>
 </head>
-<body bgcolor="white" text="black" link="#0000EE" VLINK="#551A8B" ALINK="red">

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

 <table border="0" cellpadding="4" width="95%">
         <tr bgcolor="#b0d0ff">
@@ -14,7 +14,7 @@
         </tr>


-<tr bgcolor="cccccc">
+<tr bgcolor="#cccccc">
 <td>
 <pre>
 General gcj download information can be found <A HREF="download.html">here</A>.
@@ -36,7 +36,7 @@ you get Libgc from an other cvs or snaps
 </td>
 </tr>

-<tr bgcolor="dddddd">
+<tr bgcolor="#dddddd">
 <td>
 <pre>
 2. Make a compile directory
@@ -46,7 +46,7 @@ you get Libgc from an other cvs or snaps
 </td>
 </tr>

-<tr bgcolor="cccccc">
+<tr bgcolor="#cccccc">
 <td>
 <pre>
 3. Move the snapshot into the compile dir, e.g.
@@ -60,7 +60,7 @@ you get Libgc from an other cvs or snaps
 </td>
 </tr>

-<tr bgcolor="dddddd">
+<tr bgcolor="#dddddd">
 <td>
 <pre>
 4. Tell the build system you want to build libgcj
@@ -74,7 +74,7 @@ you get Libgc from an other cvs or snaps
   configuring.
 </pre></td></tr>

-<tr bgcolor="cccccc">
+<tr bgcolor="#cccccc">
 <td>
 <pre>
 5. Compile and install gcc/gcj/libgcj
@@ -106,7 +106,7 @@ HAVE_GAS_HIDDEN after configuring, but b
 </td>
 </tr>

-<tr bgcolor="dddddd">
+<tr bgcolor="#dddddd">
 <td>
 <pre>
 6. Adjust your environment
@@ -123,7 +123,7 @@ setenv LD_LIBRARY_PATH /home/joerg/gcc/l
 </td>
 </tr>

-<tr bgcolor="cccccc">
+<tr bgcolor="#cccccc">
 <td>
 <pre>
 7. Edit a file HelloWorld.java
@@ -137,7 +137,7 @@ setenv LD_LIBRARY_PATH /home/joerg/gcc/l
 </td>
 </tr>

-<tr bgcolor="dddddd">
+<tr bgcolor="#dddddd">
 <td>
 <pre>
 8. Compile and run HelloWorld
@@ -153,4 +153,3 @@ setenv LD_LIBRARY_PATH /home/joerg/gcc/l

 </body>
 </html>
-
Index: compile.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/compile.html,v
retrieving revision 1.1
diff -u -3 -p -r1.1 compile.html
--- compile.html	1999/04/07 07:16:22	1.1
+++ compile.html	2001/02/07 19:27:57
@@ -1,8 +1,10 @@
 <html>
+
 <head>
 <title>Compiling with GCJ</title>
 </head>
-<!--#include virtual="/include/header-subpages.html"-->
+
+<body>

 <h2 align=center>Compiling with GCJ</h2>

@@ -156,4 +158,5 @@ directories or file names.</dd>
   Java run-time libraries (libgcj, and possibly others).
 </ul>

-<!--#include virtual="/include/footer-subpages.html"-->
+</body>
+</html>
Index: contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.16
diff -u -3 -p -r1.16 contrib.html
--- contrib.html	2001/02/06 21:08:04	1.16
+++ contrib.html	2001/02/07 19:27:58
@@ -1,6 +1,10 @@
 <html>
+
+<head>
 <title>GCJ - Contibuting</title>
-<body bgcolor="white">
+</head>
+
+<body>

 <table border=0>
 <tr><td valign="top">
Index: docs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/docs.html,v
retrieving revision 1.11
diff -u -3 -p -r1.11 docs.html
--- docs.html	2001/01/28 22:20:47	1.11
+++ docs.html	2001/02/07 19:27:58
@@ -1,6 +1,10 @@
 <html>
+
+<head>
 <title>GCJ - Documentation</title>
-<body bgcolor="white">
+</head>
+
+<body>

 <table border=0>
 <tr><td valign="top">
@@ -160,6 +164,3 @@ conferences and magazines.

 </body>
 </html>
-
-
-
Index: done.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/done.html,v
retrieving revision 1.15
diff -u -3 -p -r1.15 done.html
--- done.html	2001/01/28 22:20:47	1.15
+++ done.html	2001/02/07 19:27:58
@@ -1,9 +1,11 @@
 <html>
+
 <head>
 <title>Done with GCJ</title>
 </head>
-<!--#include virtual="/include/header-subpages.html"-->
-<body bgcolor="#FFFFFF">
+
+<body>
+
 <table border=0>
   <tr>
     <td valign="top">
@@ -188,6 +190,6 @@
     </td>
   </tr>
 </table>
-<h2 align=center>&nbsp;</h2>

-    <!--#include virtual="/include/footer-subpages.html"-->
+</body>
+</html>


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