From owner-freebsd-doc Wed Aug 15 21:51:22 2001 Delivered-To: freebsd-doc@freebsd.org Received: from eos.ocn.ne.jp (eos.ocn.ne.jp [210.190.142.171]) by hub.freebsd.org (Postfix) with ESMTP id 93A8237B406 for ; Wed, 15 Aug 2001 21:51:19 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.hrslab.yi.org (p0212-ip01funabasi.chiba.ocn.ne.jp [211.123.225.212]) by eos.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id NAA28931; Thu, 16 Aug 2001 13:51:12 +0900 (JST) Received: from localhost (alph.hrslab.yi.org [192.168.0.10]) by mail.hrslab.yi.org (8.9.3/3.7W/DomainMaster) with ESMTP id NAA25642; Thu, 16 Aug 2001 13:49:43 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Thu, 16 Aug 2001 13:48:57 +0900 (JST) Message-Id: <20010816.134857.71080920.hrs@eos.ocn.ne.jp> To: dima@unixfreak.org Cc: doc@freebsd.org Subject: Re: Moving authors.ent to share/sgml From: Hiroki Sato In-Reply-To: <20010816033301.B2DF83E28@bazooka.unixfreak.org> References: <20010816033301.B2DF83E28@bazooka.unixfreak.org> X-Mailer: Mew version 1.95b101 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Dima, Dima Dorfman wrote in <20010816033301.B2DF83E28@bazooka.unixfreak.org>: dima> authors.ent, now found in doc/en_US.ISO8859-1/books/handbook, is no dima> longer Handbook-specific. In fact, its primary consumer is dima> articles/contributers, which lists all of the committers by their dima> entity. Other documents, incl. the FAQ, use it, too. I propose to dima> move (via repo-copy) authors.ent to share/sgml. The following patch dima> to share/sgml/catalog should do the trick. I agree. By the way, Japanese translation team wants to keep Japanese developer's entry in Japanese as before, so I am thinking of putting additional catalog the following way: Index: catalog =================================================================== RCS file: /home/ncvs/doc/ja_JP.eucJP/share/sgml/catalog,v retrieving revision 1.2 diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.2 catalog --- catalog 2001/06/21 03:38:32 1.2 +++ catalog 2001/08/16 03:59:08 @@ -9,3 +9,6 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//JP" "mailing-lists.ent" +PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//JA" + "authors.ent" This lets Japanese version of authors.ent override some entries in English one. If there are problems, please let me know. -- | Hiroki Sato | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message