From owner-freebsd-www@FreeBSD.ORG Sun Sep 4 00:02:56 2011 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D63E9106564A; Sun, 4 Sep 2011 00:02:56 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 380A48FC19; Sun, 4 Sep 2011 00:02:55 +0000 (UTC) Received: by bkat8 with SMTP id t8so4843079bka.13 for ; Sat, 03 Sep 2011 17:02:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MhGejNKRjVIjgNcWWVRyUy9WHiQ9toSh87t6sUZB3XQ=; b=mmzYI/At8kJZTJ7cf0z+bSzd4SIJk1+0zqtdkoJ6OJFgQVnXZWg12DKf1zGsNYL5fT xYLuiArF29MWOVwq8IM2Aw5EueINMDXe10Nhf/+SlFHaCsMta8jz5tIdIWDvxTVmDpoV qRbZSqCPFIhlo17mYDPo4pSBShNdu8d9XmC8E= MIME-Version: 1.0 Received: by 10.204.138.212 with SMTP id b20mr1261674bku.283.1315094574935; Sat, 03 Sep 2011 17:02:54 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.204.58.196 with HTTP; Sat, 3 Sep 2011 17:02:54 -0700 (PDT) In-Reply-To: <4E62BBB6.8030004@FreeBSD.org> References: <4E62BBB6.8030004@FreeBSD.org> Date: Sat, 3 Sep 2011 17:02:54 -0700 X-Google-Sender-Auth: Ap7C2CBGFsdJSY6a4MqJPb_QKQs Message-ID: From: Craig Rodrigues To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-www@freebsd.org, Oliver Hartman Subject: Re: Remove stale os-comparison web page 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: Sun, 04 Sep 2011 00:02:56 -0000 Hi, Here is a revised patch which: (1) Removes link from index.sgml (2) Removes page from Makefile. (3) Leaves the page in CVS. The existing os-comparison page is so hopelessly out of date, that it is actually bad to have it visible on the external web site. It is very close to being FUD. It is also caused a long e-mail thread on freebsd-current, pointing out its deficiencies. :) However, if we leave the os-comparison page in CVS, then someone can patch it up to something more up to date and relevant. --=20 Craig Rodrigues rodrigc@crodrigues.org On Sat, Sep 3, 2011 at 4:43 PM, Glen Barber wrote: > On 9/3/11 4:40 PM, Craig Rodrigues wrote: >> Hi, >> >> And this patch to remove it from the Makefile. >> > > I feel it would be better to incrementally update the page rather than > completely removing it from the tree only to add it back after it's > updated. =A0By doing the latter, we can focus on sections rather than the > page in its entirety. > > -- > Glen Barber | gjb@FreeBSD.org > FreeBSD Documentation Project > --=20 Craig Rodrigues rodrigc@crodrigues.org