From owner-freebsd-doc@FreeBSD.ORG Sun Jun 2 16:05:10 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 9ABA16DF for ; Sun, 2 Jun 2013 16:05:10 +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 34F4C1ECF for ; Sun, 2 Jun 2013 16:05:09 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id D054214D2510; Sun, 2 Jun 2013 18:05:08 +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 2YXdwmaDnWRh; Sun, 2 Jun 2013 18:05:04 +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 E5E1F14D240B; Sun, 2 Jun 2013 18:05:03 +0200 (CEST) Message-ID: <51AB6D32.1060906@FreeBSD.org> Date: Sun, 02 Jun 2013 18:05:06 +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: Warren Block Subject: Re: print edition (was Re: removing 'changes' section from the online edition) References: <51AA31C7.4010202@FreeBSD.org> <51AA57E8.2030105@FreeBSD.org> <51AAFF0A.2060009@FreeBSD.org> <51AB59EB.4080400@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 02 Jun 2013 16:05:10 -0000 Em 02-06-2013 17:03, Warren Block escreveu: > That means "include elements marked with edition="print" and all > unprofiled elements"? Yes. In other words: exclude elements, whose edition is not print. > > For a print version, it might be easier to just go the opposite way: > leave everything unprofiled as defaulting to print, and marking > online-only sections as "online". In the print branch it is possible to just mark online parts but if we want to work with single source we need both ways since there are some parts that are print-only. But I guess that the most of the Handbook may be unprofiled. Maybe we are late for going to a totally single source solution now but imho, we should do it the next time. > >> You have to watch out that the DocBook sources are valid both with >> and without the profiled element. For example, you cannot have two >> titles for the section with different edition values since only one >> title is allowed. In this case, you have to use the phrase element in >> the title. > > That will probably be necessary for some things, like a print chapter > that links to online-only chapters. If the reference is a sentence in a paragraph, you should use phrase. If it is a whole paragraph, you can add the markup para. Gabor