From owner-freebsd-doc@FreeBSD.ORG Sat Apr 19 04:43:23 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 433D937B401 for ; Sat, 19 Apr 2003 04:43:23 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C7C43F75 for ; Sat, 19 Apr 2003 04:43:22 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.allbsd.org (p53054-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.135.54]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 8E3F933E1 for ; Sat, 19 Apr 2003 20:43:21 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) h3JBgLJp066866 for ; Sat, 19 Apr 2003 20:42:22 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Sat, 19 Apr 2003 20:42:08 +0900 (JST) Message-Id: <20030419.204208.38720452.hrs@eos.ocn.ne.jp> To: doc@freebsd.org From: Hiroki Sato In-Reply-To: <20030414.053436.95910003.hrs@eos.ocn.ne.jp> References: <20030414.053436.95910003.hrs@eos.ocn.ne.jp> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: suggestion for adding a l10n-capable doc-format navi X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 11:43:23 -0000 Hi, I have committed the patch. All of docs in {en_US.ISO8859-1, ja_JP.eucJP}/articles/ and {en_US.ISO8859-1,ja_JP.eucJP}/books/ now have a link that can be used for readers to choose split and single HTML version. For translation teams, please do the following: a) add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN" to /share/sgml/catalog (use "//EN" for all languages, not other language code like "//JA"). This entity set is for l10n purpose, and is used for WITH_DOCFORMAT_NAVI_LINK feature now. The substance is a file /share/sgml/l10n.ent. See en_US.ISO8859-1/share/sgml/l10n.ent for example. Note that when the entity set is not defined, the default one (share/sgml/l10n.ent) is used. b) add WITH_DOCFORMAT_NAVI_LINK?=YES to Makefile as done for en_US.ISO8859-1/ directory. Although it should not break the doc/ build, I could miss something. If anyone notice building (or rendering) failure, please let me know. -- | Hiroki SATO /