From owner-freebsd-doc@FreeBSD.ORG Sat Jun 1 17:39:25 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2DD18EC1 for ; Sat, 1 Jun 2013 17:39:25 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id E01B58B9 for ; Sat, 1 Jun 2013 17:39:24 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id E567014D2410 for ; Sat, 1 Jun 2013 19:39:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3sM3xqd_ttzU for ; Sat, 1 Jun 2013 19:39:16 +0200 (CEST) Received: from [192.168.0.10] (54034B4D.catv.pool.telekom.hu [84.3.75.77]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 8001214D240B for ; Sat, 1 Jun 2013 19:39:16 +0200 (CEST) Message-ID: <51AA31C7.4010202@FreeBSD.org> Date: Sat, 01 Jun 2013 19:39:19 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Thunderbird/22.0 MIME-Version: 1.0 To: freebsd-doc@freebsd.org Subject: Re: removing 'changes' section from the online edition References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:39:25 -0000 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). Gabor