From owner-freebsd-doc@FreeBSD.ORG Sun Jul 7 15:27:32 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8EF406C4; Sun, 7 Jul 2013 15:27:32 +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 D74CD1883; Sun, 7 Jul 2013 15:27:31 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id A9A9814D2431; Sun, 7 Jul 2013 17:27:29 +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 eSrElzsbXikY; Sun, 7 Jul 2013 17:27:24 +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 50CB914D2400; Sun, 7 Jul 2013 17:27:24 +0200 (CEST) Message-ID: <51D988DE.2050600@FreeBSD.org> Date: Sun, 07 Jul 2013 17:27:26 +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: =?ISO-8859-1?Q?Ren=E9_Ladan?= Subject: Re: [CFT] merging projects/entities References: <51D7F70B.8000206@freebsd.org> <51D83F92.7030808@FreeBSD.org> <51D98705.4070403@freebsd.org> In-Reply-To: <51D98705.4070403@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FBSD Doc project 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, 07 Jul 2013 15:27:32 -0000 Em 07-07-2013 17:19, René Ladan escreveu: > Do you mean that the email declarations in share/xml/authors.ent should > be removed again? For clarity I would prefer this, but this (and the > email XSLT templates) seem necessary to get > &a.committer.email; working in both the articles/books and webpages, > and for the latter it removes the need to write the cumbersome > "&a.committer; < href="mailto:committer@FreeBSD.org">committer@FreeBSD.org>" > (in head, with &a.committer pulled in from the removed > share/xml/developers.ent) as > "&a.committer.email;" suffices. No, I'm talking about the XML namespace. The xmlns=... part should be removed completely from email and this should also be reflected in the XHTML renderer XSLT, that is, email instead of xhtml:email. In turn, the template can be totally removed from the DocBook XSLT since DocBook handles properly the email element in the default (empty) namespace. Gabor