public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs, java] Replace fake headers by <h2> in java/contrib.html
@ 2011-04-25 14:36 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2011-04-25 14:36 UTC (permalink / raw)
  To: gcc-patches, java-patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-25 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-25 14:36 [wwwdocs, java] Replace fake headers by <h2> in java/contrib.html Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).