From owner-freebsd-doc@FreeBSD.ORG Sun Jul 28 22:16:08 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 45BB6153 for ; Sun, 28 Jul 2013 22:16:08 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F17DB2D4A for ; Sun, 28 Jul 2013 22:16:07 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 2369F14D250A; Mon, 29 Jul 2013 00:16:06 +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 uLn4oUb6pdqJ; Mon, 29 Jul 2013 00:16:05 +0200 (CEST) Received: from [192.168.1.117] (unknown [80.99.23.232]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 707AA14D2403; Mon, 29 Jul 2013 00:16:05 +0200 (CEST) Message-ID: <51F59807.4040308@FreeBSD.org> Date: Mon, 29 Jul 2013 00:15:35 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0a2 MIME-Version: 1.0 To: Warren Block Subject: Re: Another CSS suggestion: pre-wrap References: <51F558D2.1010808@FreeBSD.org> <51F56688.5040900@FreeBSD.org> <51F57011.2000603@FreeBSD.org> <51F57C6E.9050608@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 28 Jul 2013 22:16:08 -0000 On 2013.07.29. 0:09, Warren Block wrote: > On Sun, 28 Jul 2013, Gabor Kovesdan wrote: > >> On 2013.07.28. 21:37, Warren Block wrote: >>> >>> Line numbering is nice sometimes, although sometimes it's easy to >>> confuse with content. Syntax highlighting could be useful in places >>> like the Architecture Handbook, but as you say, we don't have it now. >>> >>> Would you agree that using this line wrap now would not prevent >>> switching to other methods in the future? > >> I believe it is possible to make them work together. But using these >> extensions requires using Saxon as the XSLT processor, which is >> Java-based and slower than xsltproc. Even if we end up using Java >> for PDF rendering, it would be better to keep the XHTML build fast >> and Java-free so that committers can easily test their work. > > Do you mean Java is needed to do the linewrap on XHTML, or that it > would be needed to do line numbers and syntax highlighting? For the latter two only. Gabor