From owner-freebsd-doc@FreeBSD.ORG Fri Aug 2 13:56:35 2013 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F0B7B253; Fri, 2 Aug 2013 13:56:35 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36E622814; Fri, 2 Aug 2013 13:56:34 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r72DuXYB098070; Fri, 2 Aug 2013 07:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r72DuXJ5098067; Fri, 2 Aug 2013 07:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 2 Aug 2013 07:56:33 -0600 (MDT) From: Warren Block To: Gabor Kovesdan Subject: Re: [CALL FOR REVIEW] Upgrading to DocBook 5.0 In-Reply-To: <51FB990F.6030505@FreeBSD.org> Message-ID: References: <51FB990F.6030505@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 02 Aug 2013 07:56:33 -0600 (MDT) Cc: 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: Fri, 02 Aug 2013 13:56:36 -0000 On Fri, 2 Aug 2013, Gabor Kovesdan wrote: > 3, A dblatex-based rendering toolchain. This toolchain is more limited. Its > customization is more difficult and non-Latin text is not wrapped properly. > Also, it fails with programlistings in tables so it cannot build the whole > documentation set. This is a limitation that is explicitly listed in the > dblatex documentation. This is a Java-free solution but it does not give us > full support and such a high quality as FOP. > Some sample documents can be found here: > http://kovesdan.org/files/dblatex/ This looks pretty good. There is a problem in that paragraphs are indented inconsistently. See the Committer's Guide, "3.1 Introduction" for an example. The first paragraph is not indented, following ones are indented. Thanks for your work on this!