From owner-freebsd-doc@FreeBSD.ORG Tue Dec 2 17:47:21 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE7616A4CE; Tue, 2 Dec 2003 17:47:21 -0800 (PST) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C2943F85; Tue, 2 Dec 2003 17:47:20 -0800 (PST) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id A50DB21067; Tue, 2 Dec 2003 17:46:06 -0800 (PST) Date: Tue, 2 Dec 2003 17:46:06 -0800 From: Sean Chittenden To: Tom Rhodes Message-ID: <20031203014606.GB81503@perrin.nxad.com> References: <20031202160640.1df85804.trhodes@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: <20031202160640.1df85804.trhodes@FreeBSD.org> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i cc: FreeBSD-www@FreeBSD.org cc: FreeBSD-doc@FreeBSD.org Subject: Re: Round two of the front page structure changes... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 01:47:21 -0000 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > 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. In my experience, one of the areas that FreeBSD has consistently been dinged in the "initial impressions by management" department is the lack of an obvious link to a list of vendors that provide commercial support. Why? Vendors doesn't translate into commercial support with some folk for some reason. There's nothing on the main page that references /commercial/ and I think it'd be helpful to those evaluating the use of FreeBSD. It's a trivial change, but I think helps. Attached patch reoganizes and makes the /commercial/ page more concise and alphabetizes the list of vendor categories. The last thing that I think the commerical section is *desparately* in need of, is a list of vendors that provide long term, 24/7 support. It's non-obvious that there is a bunch of companies that provide that with our current setup and this is consistently one of the most important aspects of commercial support for people deciding to use FreeBSD. I don't have an answer for this at this time, but think that it needs immediate attention before the 5.3 release (5.2's too close). Anyway, /commercial/ needs a nice professional touch to it and to move away from some of the flashy, high-energy verbiage that's in there now to something more solid and grounded in its tone, but that's for another day. PS meta keywords could be brought into the 21st century. "free unix download stable fast performance smp" would be better than some of the entries listed. -sc -- Sean Chittenden --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Index: index.xsl =================================================================== RCS file: /home/dcvs/www/en/index.xsl,v retrieving revision 1.84 diff -u -r1.84 index.xsl --- index.xsl 2 Dec 2003 20:12:28 -0000 1.84 +++ index.xsl 3 Dec 2003 01:46:32 -0000 @@ -128,6 +128,7 @@ Support
+ · Commercial
· Mailing lists
· Newsgroups
· User Groups
@@ -158,8 +159,10 @@ · Contributing to FreeBSD

-

Vendors -
+

+ + Vendors +
· Software
· Hardware
· Consulting
Index: commercial/commercial.sgml =================================================================== RCS file: /home/dcvs/www/en/commercial/commercial.sgml,v retrieving revision 1.34 diff -u -r1.34 commercial.sgml --- commercial/commercial.sgml 20 Apr 2002 14:41:47 -0000 1.34 +++ commercial/commercial.sgml 3 Dec 2003 01:46:32 -0000 @@ -9,42 +9,54 @@ &header; -&vendorintroduction; -

- Please note that the inclusion of vendors in our list - does not signify our endorsement of their products or services. + The power, flexibility, and reliability of FreeBSD + attract a wide variety of users and vendors. + In addition to our gallery page, + showcasing many of our users, + below is a list of vendors offering commercial products, services, + and/or consulting for FreeBSD.

    -
  • Software Vendors - From audio players and network drivers to commercial databases, - you will find a variety of industrial strength software for FreeBSD. - You can see the alphabetical list, - or, if you prefer, - view it by categories. -

  • - -
  • Hardware Vendors - Need specialized tools or just browsing for equipment? - These companies may have what you need! -

  • -
  • Consulting Services Whether you are just starting out with FreeBSD, or need to complete a large project, - a consultant or two might be your answer. + hiring consultants might be your answer. You can see the alphabetical list, or, if you prefer, view it by categories.

  • +
  • Hardware Vendors + Need specialized tools, looking to buy a new desktop, or to fill a cage with rack mount servers that come with FreeBSD pre-installed? + These companies may have what you need! +

  • +
  • Miscellaneous Vendors Books and accessories you just cannot live without!

  • +
  • Software Vendors + From audio players, network drivers, to commercial databases, + FreeBSD has a wide variety of industrial strength software available. + You can see the alphabetical list, + or, if you prefer, + view it by categories. +

  • +
+ +

+ If your company supports a FreeBSD related product, service, consulting, or support + that should be added to this page, please send email + to www@FreeBSD.org + and let us know! + Submissions should be in HTML and a medium-sized paragraph in length. + Please note that the inclusion of vendors in our list + does not signify our endorsement of their products or services. +

&footer; --0F1p//8PRICkK4MW--