From owner-freebsd-doc@FreeBSD.ORG Thu Nov 8 16:10:31 2012 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1222D50C for ; Thu, 8 Nov 2012 16:10:31 +0000 (UTC) (envelope-from simon@qxnitro.org) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 751458FC0C for ; Thu, 8 Nov 2012 16:10:29 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so2845275lag.13 for ; Thu, 08 Nov 2012 08:10:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qxnitro.org; s=google; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wquaYSHVPgkdPaXAV2ROmSzWEO3SRbJRNBbyHyIdEBI=; b=IiHfD6Z/QcQijBmI8aGpVDH3BEfsV+qMDGbk0lWgC93blGgD39Pobsg9nkv0jtfZfc 1FzRPjxvWVbbBnSrlxIzXabdBXErMqxvCNGmNVQ1WwbevuAGPwqG7Tm6FFbifBAsiQFq gJEDBzSyjKo2TRhXS+gkP8g0b2eKAwnLXg1OM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=wquaYSHVPgkdPaXAV2ROmSzWEO3SRbJRNBbyHyIdEBI=; b=dZWgmXcKCdHOKsK0Cvg2fvjh32G/CxgLq3q7XLJ228v+XB4I3xukFyVrfxvtCDBgxu +8j+Jz6GzXTlFVPUMwD2e0vGxg6ulXc/71psHsv7ejEegxThg1h9qXF+vic4+Rxrl9SQ AtYDsJYgfX8+P4h0DWuneQGAnzFyC2xPRtTOmPKlumUhCQy31noh5qQ53NqATyiJMljt KWRm3LeHd1eIMD6aWglhWSNcKtAhCJGU3gfwDZT+9ezKGZwvEhzKnGsKiFdm+HH9ULIi hmEAcU/TfqR6V28rmDgtcf/SoTj41b+ZikNIitmXxQaaygIGee7r+YSuLzon/5I53ja0 A4kw== MIME-Version: 1.0 Received: by 10.112.50.106 with SMTP id b10mr3498274lbo.122.1352391028865; Thu, 08 Nov 2012 08:10:28 -0800 (PST) Sender: simon@qxnitro.org Received: by 10.112.134.196 with HTTP; Thu, 8 Nov 2012 08:10:28 -0800 (PST) X-Originating-IP: [2620:0:1040:201:d59c:79ec:cab5:1f48] In-Reply-To: <5095AF77.2070908@freebsd.org> References: <5095AF77.2070908@freebsd.org> Date: Thu, 8 Nov 2012 16:10:28 +0000 X-Google-Sender-Auth: Dsxfb-jtH88cVNe636cE4YAcL9o Message-ID: Subject: Re: authors.ent and developers.ent ? From: "Simon L. B. Nielsen" To: =?UTF-8?Q?Ren=C3=A9_Ladan?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQljaLLYDqRfWCVRVgVqmG+UXBwLGTLk2ZfLDaoV0TieFczL9SSGRwM6rw4z85sLr1K48aH9 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: Thu, 08 Nov 2012 16:10:31 -0000 On 3 November 2012 23:57, Ren=C3=A9 Ladan wrote: > author entities are defined both in authors.ent (with email address) and > developers.ent (without email address). The latter is used in e.g. > htdocs/administration.xml, resulting in cumbersome lines like > >
  • &a.name; < href=3D"mailto:name@FreeBSD.org">name@FreeBSD.org>
  • > > where just > >
  • &a.name;
  • would be clearer. This is an artifact of the old doc/ www/ split, and yes - it should be fixed. But I suspect developers.ent is used in HTML files, so you can't use but that may have changed since I last looked at it. Please do fix - it's a PITA when updating web pages which needs User Name . -- Simon L. B. Nielsen