Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2006 14:35:47 +0200
From:      Joel Dahl <joel@FreeBSD.org>
To:        www@freebsd.org
Subject:   [patch] Remove links to platforms from the Developers section navigation box
Message-ID:  <1155990947.667.6.camel@localhost>

next in thread | raw e-mail | index | archive | help

--=-GIz3nCW91vMynxp8CrZW
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi guys,

I'd like to remove all links to all supported platforms from the
navigation box on the left side under the Developers section.  We're
already linking to the Platforms page from the front page at FreeBSD.org
and a single link labeled "Platforms" in the navigation box should be
enough. We should stop bloating the navigation box with this redundant
stuff, and I'd like to make room for new links, since I'm rewriting some
of the pages under the Developers section.

Patch attached.  Objections?

-- 
Joel

--=-GIz3nCW91vMynxp8CrZW
Content-Description: 
Content-Disposition: attachment; filename=platforms.diff
Content-Type: text/x-patch; charset=us-ascii
Content-Transfer-Encoding: 7bit

Index: includes.navdevelopers.sgml
===================================================================
RCS file: /home/ncvs/www/share/sgml/includes.navdevelopers.sgml,v
retrieving revision 1.10
diff -u -d -r1.10 includes.navdevelopers.sgml
--- includes.navdevelopers.sgml	9 May 2006 15:40:04 -0000	1.10
+++ includes.navdevelopers.sgml	19 Aug 2006 12:24:11 -0000
@@ -8,20 +8,7 @@
 <li><a href="&base;/doc/en_US.ISO8859-1/books/porters-handbook">Porter&#39;s Handbook</a></li>
 <li><a href="&base;/developers/cvs.html">CVS Repository</a></li>
 <li><a href="&base;/releng/index.html">Release Engineering</a></li>
-<li><a href="&base;/platforms/">Platforms</a>
-	<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>
-		<li><a href="&base;/platforms/xbox.html">xbox</a></li>
-	</ul>
-</li>
+<li><a href="&base;/platforms/">Platforms</a></li>
 <li><a href="&base;/projects/ideas/">Project Ideas</a></li>
 <li><a href="&base;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing</a></li>
 </ul>
Index: includes.header.xsl
===================================================================
RCS file: /home/ncvs/www/share/sgml/includes.header.xsl,v
retrieving revision 1.19
diff -u -d -r1.19 includes.header.xsl
--- includes.header.xsl	23 Jul 2006 13:27:16 -0000	1.19
+++ includes.header.xsl	19 Aug 2006 12:25:29 -0000
@@ -156,20 +156,7 @@
 		<li><a href="{$base}/doc/en_US.ISO8859-1/books/porters-handbook">Porter&#39;s Handbook</a></li>
 		<li><a href="{$base}/developers/cvs.html">CVS Repository</a></li>
 		<li><a href="{$base}/releng/index.html">Release Engineering</a></li>
-		<li><a href="{$base}/platforms/">Platforms</a>
-			<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>
-				<li><a href="{$base}/platforms/xbox.html">xbox</a></li>
-			</ul>
-		</li>
+		<li><a href="{$base}/platforms/">Platforms</a></li>
 		<li><a href="{$base}/projects/ideas/">Project Ideas</a></li>
 		<li><a href="{$base}/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing</a></li>
 		</ul>

--=-GIz3nCW91vMynxp8CrZW--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1155990947.667.6.camel>