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]

[wwwdocs] Use regular markup for java/status.html


That does not fix the fact that the status is not up-to-date, but
makes things more consistent and easier to carry along in case of
future updates.

Applied.

Gerald

2011-11-01  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* status.html: Use <h2> instead of fake tables.

Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.30
diff -u -r1.30 status.html
--- status.html	27 Jul 2004 23:59:38 -0000	1.30
+++ status.html	1 Nov 2011 14:03:45 -0000
@@ -17,14 +17,7 @@
 <p>Status of GCJ as of GCC 3.2.  Improvements that are only
 in current development versions are marked as "in CVS".</p>
 
-<table id="features" border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Core Features
- </th>
-</tr>
-</table>
-<br />
+<h2 id="features">Core Features</h2>
 
 <ul>
 <li>Compile Java source code ("ahead-of-time") to native (machine) code,</li>
@@ -43,14 +36,8 @@
 <li>An extensive class library - see below.</li>
 </ul>
 
-<table id="packages" border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Implemented Packages
- </th>
-</tr>
-</table>
 
+<h2 id="packages">Implemented Packages</h2>
 
 <p>You can also see <a href="http://www.kaffe.org/~stuart/japi/";>a
 comparison of libgcj with the JDK</a>.  This is updated nightly.  It
@@ -118,13 +105,8 @@
 a comparison of the GUI branch with Classpath</a>.
 </p>
 
-<table id="targets" border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Supported Targets
- </th>
-</tr>
-</table>
+
+<h2 id="targets">Supported Targets</h2>
 
 <dl>
 <dt class="target">GNU/Linux on the Pentium-compatible PCs


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