From owner-freebsd-www@FreeBSD.ORG Tue Dec 2 13:06:48 2003 Return-Path: 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 0C43F16A4CE; Tue, 2 Dec 2003 13:06:48 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5305943FBD; Tue, 2 Dec 2003 13:06:44 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-239-203.zoominternet.net [24.154.239.203]) by pittgoth.com (8.12.10/8.12.10) with SMTP id hB2L6g6q003080; Tue, 2 Dec 2003 16:06:43 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Tue, 2 Dec 2003 16:06:40 -0500 From: Tom Rhodes To: FreeBSD-www@FreeBSD.org, FreeBSD-doc@FreeBSD.org Message-Id: <20031202160640.1df85804.trhodes@FreeBSD.org> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Round two of the front page structure changes... X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 21:06:48 -0000 Greetings yet again, Last night my brain just went in several different directions on how well this could turn out. And yet, there is always that lingering thought of how bad this could end up if I'm not careful. Taking a few comments on the list and off, as well as a few of my own ideas, i've crafted another patch. This patch is rough around the edges and not commit-ready, even though it does build. My goal with this one was to throw out some ideas, sort of get the ball rolling. So, honest opinions are very welcome here... This patch will: o Break up the support area into two different types. Multi-language and English (since the site is in English anyway). This will add a link to the translated documents on the front page. With this I tried to be fair and place all the multi-language and english-only options in two categories. This may need another look-over. o Takes a stab at the Vendors area, without any modification. The vendors link(s) should probably go under our Software or 'Getting FreeBSD' areas. But this can be argued. o Adds the upcoming events link under a Community section. It could be argued that local user groups should go here in place of under Support. But a broader opinion on that would be nice... Comments please... :) -- Tom Rhodes --- index.xsl.old Tue Dec 2 15:14:14 2003 +++ index.xsl Tue Dec 2 15:51:00 2003 @@ -128,11 +128,19 @@ Support
- · Mailing lists
+ · FreeBSD Mailing Lists
+ · Commercial Support
· Newsgroups
+

+ +

+ + Multi-language Support +
+ · Translated Documentation
+ · Country Specific Mailing lists
· User Groups
· Web Resources
- · Security

@@ -171,6 +179,12 @@ · Donations Liaison
· Current Donations
· List of needs
+

+ +

Community +
+ · Upcoming Events
+ · Developer Home Pages

-- Tom Rhodes