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]
Other format: [Raw text]

[wwwdocs, java] Replace fake headers by <h2> in java/contrib.html


Committed.  I'll be converting other pages with similar fake markup
over the next days, too.

Gerald

2011-04-25  Gerald Pfeifer  <gerald@pfeifer.com>

	* contrib.html: Use regular <h2> markup for section headers
	instead of fake tables.

Index: contrib.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/contrib.html,v
retrieving revision 1.35
diff -u -r1.35 contrib.html
--- contrib.html	16 Nov 2003 16:30:38 -0000	1.35
+++ contrib.html	25 Apr 2011 11:44:38 -0000
@@ -12,26 +12,13 @@
 general information; below you will find GCJ-specific details.</p>
 
 
-<table border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Project Ideas
- </th>
-</tr>
-</table>
-<br />
+<h2>Project Ideas</h2>
 
 <p>We've started maintaining a list of <a href="projects.html">useful
 projects</a>.</p>
 
-<table border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Coding Standards
- </th>
-</tr>
-</table>
-<br />
+
+<h2>Coding Standards</h2>
 
   <p>We follow the <a href="../codingconventions.html">GCC Coding
   Conventions</a> with some extrapolations concerning Java programming
@@ -51,14 +38,7 @@
   </ul>
 
 
-<table border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
- Submitting Patches
- </th>
-</tr>
-</table>
-<br />
+<h2>Submitting Patches</h2>
 
   <p>Send libgcj patches to <a
   href="mailto:java-patches@gcc.gnu.org";>java-patches@gcc.gnu.org</a>.
@@ -68,17 +48,10 @@
   directory &mdash; should be sent to the <a
   href="mailto:gcc-patches@gcc.gnu.org";>gcc-patches</a> list.</p>
 
-<br />
-<table border="0" cellpadding="4" width="95%">
-<tr bgcolor="#b0d0ff">
- <th align="left">
-  <a name="Testing">Testing</a>
- </th>
-</tr>
-</table>
-<br />
 
-  We're accepting test case patches.<br />
+<h2><a name="Testing">Testing</a></h2>
+
+<p>We're accepting test case patches.</p>
 
 <ul>
   <li>Put the <tt>.java</tt> file in


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