svn commit: r46416 - head/en_US.ISO8859-1/htdocs/platforms

Eitan Adler eadler at FreeBSD.org
Wed Apr 1 20:51:08 UTC 2015


Author: eadler
Date: Wed Apr  1 20:51:07 2015
New Revision: 46416
URL: https://svnweb.freebsd.org/changeset/doc/46416

Log:
  platforms:
  
  convert two individual lists into a single, slightly more readable table

Modified:
  head/en_US.ISO8859-1/htdocs/platforms/index.xml

Modified: head/en_US.ISO8859-1/htdocs/platforms/index.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/platforms/index.xml	Wed Apr  1 20:03:09 2015	(r46415)
+++ head/en_US.ISO8859-1/htdocs/platforms/index.xml	Wed Apr  1 20:51:07 2015	(r46416)
@@ -6,68 +6,68 @@
 ]>
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-      <title>&title;</title>
+    <title>&title;</title>
 
-      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
-    </head>
+    <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
+  </head>
 
-    <body class="navinclude.developers">
+  <body class="navinclude.developers">
 
-  <h2>Introduction</h2>
+    <h2>Introduction</h2>
 
-  <p>Here you will find a list of platforms that FreeBSD currently
-    supports along with platforms currently being ported to.</p>
-
-  <h2>Table of Contents</h2>
-
-  <ul>
-    <li><a href="amd64.html">FreeBSD/amd64 Project</a></li>
-    <li><a href="arm.html">FreeBSD/ARM Project</a></li>
-    <li><a href="i386.html">FreeBSD/i386 Project</a></li>
-    <li><a href="ia64/index.html">FreeBSD/ia64 Project</a></li>
-    <li><a href="mips.html">FreeBSD/MIPS Project</a></li>
-    <li><a href="pc98.html">FreeBSD/pc98 Project</a></li>
-    <li><a href="ppc.html">FreeBSD/ppc Project</a></li>
-    <li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
-    <li><a href="xbox.html">FreeBSD/xbox Project</a></li>
-  </ul>
-
-  <h2>Comments and Feedback</h2>
-
-  <p>If you have comments about a port, or wish to provide feedback to
-    the developers, send it to the relevant mailing list.  The lists
-    are:</p>
-
-  <ul>
-    <li>For the FreeBSD/amd64 port, <a
-      href="mailto:freebsd-amd64 at FreeBSD.org">freebsd-amd64 at FreeBSD.org</a></li>
-
-    <li>For the FreeBSD/ARM port, <a
-      href="mailto:freebsd-arm at FreeBSD.org">freebsd-arm at FreeBSD.org</a></li>
-
-    <li>For the FreeBSD/i386 platform, <a
-      href="mailto:freebsd-current at FreeBSD.org">freebsd-current at FreeBSD.org</a></li>
-
-    <li>For the FreeBSD/ia64 port, <a
-      href="mailto:freebsd-ia64 at FreeBSD.org">freebsd-ia64 at FreeBSD.org</a></li>
-
-    <li>For the FreeBSD/MIPS port, <a
-      href="mailto:freebsd-mips at FreeBSD.org">freebsd-mips at FreeBSD.org</a></li>
-
-    <li>For the FreeBSD/pc98 port, <a
-      href="mailto:re-pc98 at FreeBSD.org">re-pc98 at FreeBSD.org</a></li>
-
-    <li>For the FreeBSD/ppc port, <a
-      href="mailto:freebsd-ppc at FreeBSD.org">freebsd-ppc at FreeBSD.org</a></li>
-
-    <li>For the FreeBSD/sparc64 port, <a
-      href="mailto:freebsd-sparc at FreeBSD.org">freebsd-sparc at FreeBSD.org</a></li>
-    <li>For the FreeBSD/xbox port, <a
-      href="mailto:freebsd-current at FreeBSD.org">freebsd-current at FreeBSD.org</a></li>
-
-    <li>For general architecture questions, <a
-      href="mailto:freebsd-arch at FreeBSD.org">freebsd-arch at FreeBSD.org</a></li>
-  </ul>
-
-</body>
+    <p>Here is a list of platforms that FreeBSD currently
+      supports along with platforms currently being ported to.</p>
+
+    <p>If you have comments about a port, or wish to provide feedback to
+      the developers, send it to the relevant mailing list.</p>
+
+    <table>
+      <thead>
+	<tr>
+	  <td>Project Page</td>
+	  <td>Mailing List</td>
+	</tr>
+      </thead>
+
+      <tbody>
+	<tr>
+	  <td><a href="amd64.html">FreeBSD/amd64 Project</a></td>
+	  <td><a href="mailto:freebsd-amd64 at FreeBSD.org">freebsd-amd64 at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="arm.html">FreeBSD/ARM Project</a></td>
+	  <td><a href="mailto:freebsd-arm at FreeBSD.org">freebsd-arm at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="i386.html">FreeBSD/i386 Project</a></td>
+	  <td><a href="mailto:freebsd-current at FreeBSD.org">freebsd-current at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="ia64/index.html">FreeBSD/ia64 Project</a></td>
+	  <td><a href="mailto:freebsd-ia64 at FreeBSD.org">freebsd-ia64 at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="mips.html">FreeBSD/MIPS Project</a></td>
+	  <td><a href="mailto:freebsd-mips at FreeBSD.org">freebsd-mips at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="pc98.html">FreeBSD/pc98 Project</a></td>
+	  <td><a href="mailto:re-pc98 at FreeBSD.org">re-pc98 at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="ppc.html">FreeBSD/ppc Project</a></td>
+	  <td><a href="mailto:freebsd-ppc at FreeBSD.org">freebsd-ppc at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="sparc.html">FreeBSD/sparc64 Project</a></td>
+	  <td><a href="mailto:freebsd-sparc at FreeBSD.org">freebsd-sparc at FreeBSD.org</a></td>
+	</tr>
+	<tr>
+	  <td><a href="xbox.html">FreeBSD/xbox Project</a></td>
+	  <td><a href="mailto:freebsd-current at FreeBSD.org">freebsd-current at FreeBSD.org</a></td>
+	</tr>
+      </tbody>
+    </table>
+    <p>For general architecture questions, mail <a href="mailto:freebsd-arch at FreeBSD.org">freebsd-arch at FreeBSD.org</a></p>
+  </body>
 </html>


More information about the svn-doc-all mailing list