From owner-freebsd-doc@FreeBSD.ORG Sat Jun 1 17:46:44 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9EBA034D; Sat, 1 Jun 2013 17:46:44 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5C9907; Sat, 1 Jun 2013 17:46:44 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id k13so6920072iea.32 for ; Sat, 01 Jun 2013 10:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NFE9MdZslOkIHeiLk7Gu0ZIq4y+i9+8rzLvBn36oV4c=; b=Z68PULxNC+lSlZep7UFZJQwSudkElVUUdPVLWJxEU9deQ2C3clsvyjI2euugk3JfgR Y6TuBJcfjxir5EOGfTHhr1IZ6NB0tEVCcCYT/ZY1evThXuPBQfk141Y+F9ByJi/98sRo yKkUHyrLVMddWLeukDYPVmeKfir+Hvo4j2hWHZsOfO4f4GU3AvVR+CBR5j+IL8O32pMk O6w1lnn3ADLxbxX7wyeZYoAlmcZVNsksauwNk0a9mVcgLKMXY2PPZKjNF2MRYS4msvqx sBp8GwAobPqI/e7zeBfIkWB6/8gNPplhnxjn+WoW8WWPZnwsor7VUl78nMjBKk2l0euj n/oA== MIME-Version: 1.0 X-Received: by 10.50.98.3 with SMTP id ee3mr4103378igb.101.1370108804109; Sat, 01 Jun 2013 10:46:44 -0700 (PDT) Received: by 10.64.71.101 with HTTP; Sat, 1 Jun 2013 10:46:44 -0700 (PDT) Received: by 10.64.71.101 with HTTP; Sat, 1 Jun 2013 10:46:44 -0700 (PDT) In-Reply-To: <51AA31C7.4010202@FreeBSD.org> References: <51AA31C7.4010202@FreeBSD.org> Date: Sat, 1 Jun 2013 18:46:44 +0100 Message-ID: Subject: Re: removing 'changes' section from the online edition From: Chris Rees To: Gabor Kovesdan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 17:46:44 -0000 On 1 Jun 2013 18:39, "Gabor Kovesdan" wrote: > > Em 01-06-2013 18:26, Eitan Adler escreveu: > >> The Preface has a few sections 'Changes from the ____ Edition' which >> enumerate changes made between print editions of the book. I would >> like to drop them from the online edition as they offer little value >> and are right at the start of the handbook ('prime real estate'). >> >> They can be retained in the print edition where they offer a little more value. >> >> Does anyone see a reason to keep them in the online version? > > No objection from me, I just want to bring it up again that handling these with a single-source solution would be nice, i.e. using DocBook profiling. It would also facilitate merges. This basically consists of adding edition="print" to the affected section of preface and then setting up profiling. (I can do it, just ping me if there is consensus on this). I don't see how anyone could disagree with that :) Is there an "old version" capability there? Chris