www/87025: Website inconsistency: missing platforms in menu
Matt Olander
matt at iXsystems.com
Fri Nov 11 12:30:33 PST 2005
The following reply was made to PR www/87025; it has been noted by GNATS.
From: Matt Olander <matt at iXsystems.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc: remko at FreeBSD.org
Subject: RE: www/87025: Website inconsistency: missing platforms in menu
Date: Fri, 11 Nov 2005 12:43:09 -0800
This is a multi-part message in MIME format.
--------------040206050905080002070905
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
This patch adds the missing platforms on the left-hand menu of
platforms/index.html and changes the order of i386 and ia64 under the
Table of Contents, since 3 comes before a in traditional UNIX
alphabetical sorting.
--
Matt Olander
CTO, iXsystems - Servers for Open Source http://www.iXsystems.com
Public Relations, The FreeBSD Project http://www.FreeBSD.org
(408)943-4100 Phone
(408)943-4101 Fax
--
--------------040206050905080002070905
Content-Type: text/plain;
name="platforms.www.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="platforms.www.diff"
Index: share/sgml/includes.navdevelopers.sgml
===================================================================
RCS file: /home/matto/cvs/www_cvs/www/share/sgml/includes.navdevelopers.sgml,v
retrieving revision 1.5
diff -u -r1.5 includes.navdevelopers.sgml
--- share/sgml/includes.navdevelopers.sgml 6 Nov 2005 17:21:28 -0000 1.5
+++ share/sgml/includes.navdevelopers.sgml 11 Nov 2005 20:36:41 -0000
@@ -12,8 +12,10 @@
<ul>
<li><a href="&base;/platforms/alpha.html">alpha</a></li>
<li><a href="&base;/platforms/amd64.html">amd64</a></li>
+ <li><a href="&base;/platforms/arm.html">ARM</a></li>
<li><a href="&base;/platforms/i386.html">i386</a></li>
<li><a href="&base;/platforms/ia64/index.html">ia64</a></li>
+ <li><a href="&base;/platforms/mips.html">MIPS</a></li>
<li><a href="&base;/platforms/pc98.html">pc98</a></li>
<li><a href="&base;/platforms/ppc.html">ppc</a></li>
<li><a href="&base;/platforms/sparc.html">sparc64</a></li>
Index: en/platforms/index.sgml
===================================================================
RCS file: /home/matto/cvs/www_cvs/www/en/platforms/index.sgml,v
retrieving revision 1.15
diff -u -r1.15 index.sgml
--- en/platforms/index.sgml 4 Oct 2005 19:43:48 -0000 1.15
+++ en/platforms/index.sgml 11 Nov 2005 20:37:20 -0000
@@ -20,8 +20,8 @@
<li><a href="alpha.html">FreeBSD/alpha Project</a></li>
<li><a href="amd64.html">FreeBSD/amd64 Project</a></li>
<li><a href="arm.html">FreeBSD/ARM project</a></li>
- <li><a href="ia64/index.html">FreeBSD/ia64 Project</a></li>
<li><a href="i386.html">FreeBSD/i386 Platform</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>
--------------040206050905080002070905--
More information about the freebsd-www
mailing list