From owner-freebsd-www@FreeBSD.ORG Sat Aug 19 12:35:49 2006 Return-Path: X-Original-To: www@freebsd.org Delivered-To: freebsd-www@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC8216A4DF for ; Sat, 19 Aug 2006 12:35:49 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av10-2-sn2.hy.skanova.net (av10-2-sn2.hy.skanova.net [81.228.8.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C2B43D45 for ; Sat, 19 Aug 2006 12:35:48 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av10-2-sn2.hy.skanova.net (Postfix, from userid 502) id 3D13A381C9; Sat, 19 Aug 2006 14:35:47 +0200 (CEST) Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av10-2-sn2.hy.skanova.net (Postfix) with ESMTP id 06BD137EDA for ; Sat, 19 Aug 2006 14:35:47 +0200 (CEST) Received: from dude.automatvapen.se (81-235-162-147-no21.tbcn.telia.com [81.235.162.147]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id C8D8E37E45 for ; Sat, 19 Aug 2006 14:35:46 +0200 (CEST) From: Joel Dahl To: www@freebsd.org Content-Type: multipart/mixed; boundary="=-GIz3nCW91vMynxp8CrZW" Date: Sat, 19 Aug 2006 14:35:47 +0200 Message-Id: <1155990947.667.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Cc: Subject: [patch] Remove links to platforms from the Developers section navigation box X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2006 12:35:49 -0000 --=-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 @@
  • Porter's Handbook
  • CVS Repository
  • Release Engineering
  • -
  • Platforms - -
  • +
  • Platforms
  • Project Ideas
  • Contributing
  • 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 @@
  • Porter's Handbook
  • CVS Repository
  • Release Engineering
  • -
  • Platforms - -
  • +
  • Platforms
  • Project Ideas
  • Contributing
  • --=-GIz3nCW91vMynxp8CrZW--