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] Simplify markup for java/faq.html


Per some other changes in the last couple of weeks.

It would be really, really good if one of you Java guys could go
through the FAQ and remove obsolete entries.  (Or just let me know
about any changes and I'll make them for you.)

Gerald


2011-05-15  Gerald Pfeifer  <gerald@pfeifer.com>

	* faq.html:  Use <h2>, not fake tables for section headers.

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.64
diff -u -r1.64 faq.html
--- faq.html	10 Oct 2009 13:32:15 -0000	1.64
+++ faq.html	16 May 2011 04:56:44 -0000
@@ -77,15 +77,9 @@
           </ol>
         </li>
       </ol>
-      <table border="0" cellpadding="4" width="95%">
-        <tr bgcolor="#b0d0ff"> 
-          <th align="left"> 
-            <h2><a name="1_0">General Questions</a></h2>
-          </th>
-        </tr>
-      </table>
-      
-      <br />
+
+      <h2><a name="1_0">General Questions</a></h2>
+
       <h3><a name="1_1">1.1 What license is used for libgcj?</a></h3>
       <dl>
         <dd>
@@ -150,15 +144,8 @@
         </dd>
       </dl>
       
-      <table border="0" cellpadding="4" width="95%">
-        <tr bgcolor="#B0D0FF"> 
-          <th align="left"> 
-            <h2><a name="2_0">Java Feature Support</a></h2>
-          </th>
-        </tr>
-      </table>
+      <h2><a name="2_0">Java Feature Support</a></h2>
       
-      <br />
       <h3><a name="2_1">2.1 What Java API's are supported?</a> How complete is 
         the support?</h3>
       <dl> 
@@ -286,15 +273,8 @@
         </dd>
       </dl>
       
-      <table border="0" cellpadding="4" width="95%">
-        <tr bgcolor="#b0d0ff"> 
-          <th align="left"> 
-            <h2><a name="3_0">Build Issues</a></h2>
-          </th>
-        </tr>
-      </table>
+      <h2><a name="3_0">Build Issues</a></h2>
 
-      <br /> 
       <h3><a name="3_1">3.1 I need something more recent than the last release. 
           How should I build it?</a></h3>
       <dl> 
@@ -366,15 +346,8 @@
       </dl>
 
 
-      <table border="0" cellpadding="4" width="95%">
-        <tr bgcolor="#b0d0ff"> 
-          <th align="left"> 
-            <h2><a name="4_0">Gcj Compile/Link Questions</a></h2>
-          </th>
-        </tr>
-      </table>
+      <h2><a name="4_0">Gcj Compile/Link Questions</a></h2>
  
-      <br />
       <h3><a name="4_1">4.1 Why do I get <tt>undefined reference to `main'</tt> 
         errors?</a></h3>
       <dl> 
@@ -479,15 +452,8 @@
         </dd>
       </dl>
       
-      <table border="0" cellpadding="4" width="95%">
-        <tr bgcolor="#B0D0FF"> 
-          <th align="left"> 
-            <h2><a name="5_0">Runtime Questions</a></h2>
-          </th>
-        </tr>
-      </table>
+      <h2><a name="5_0">Runtime Questions</a></h2>
  
-      <br />
       <h3><a name="5_1">5.1 My program is dumping core! What's going on?</a></h3>
       <dl>
         <dd>
@@ -590,15 +556,8 @@
         </dd>
       </dl>
 
-      <table width="100%" border="0">
-        <tr bgcolor="#B0D0FF" align="left"> 
-          <th> 
-            <h2><a name="6_0"></a>Programming Issues </h2>
-          </th>
-        </tr>
-      </table>
+      <h2><a name="6_0"></a>Programming Issues</h2>
 
-      <br />
       <h3><a name="6_1"></a>6.1 Are there any examples of how to use CNI?</h3>
       <dl>
         <dd>


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