From owner-cvs-doc@FreeBSD.ORG Mon Feb 2 06:56:28 2004 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34AF416A4CE; Mon, 2 Feb 2004 06:56:28 -0800 (PST) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BC3443D46; Mon, 2 Feb 2004 06:56:24 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by relay.gufi.org (Postfix) with ESMTP id C30E320FA0; Mon, 2 Feb 2004 15:56:22 +0100 (CET) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i12EuMw0033419; Mon, 2 Feb 2004 15:56:22 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <401E6516.3090908@FreeBSD.org> Date: Mon, 02 Feb 2004 15:56:22 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hiroki Sato References: <200402010002.i1102wCF076490@repoman.freebsd.org> <20040202.223039.35473899.hrs@eos.ocn.ne.jp> <401E554A.30707@FreeBSD.org> <20040202.234610.59661525.hrs@eos.ocn.ne.jp> In-Reply-To: <20040202.234610.59661525.hrs@eos.ocn.ne.jp> X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: josef@FreeBSD.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en Makefile index.xsl navigation.xmlwww/share/mk web.site.mk www/share/sgml includes.misc.xsl X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 14:56:28 -0000 Hiroki Sato wrote: > Hmmm, is it enough that an item (label and URL) can be overridden > accordingly? I think localization can be archived using language-independent > navigation.xml and optional, localized one (not that the localized > one should be removed completely). The localized one is used to override > items in the language-independent one, so two of the $base are different from > each other (resolved independently) and no broken link can appear; it > should likely a link to an English contents. Yes, this is a good idea. Basically the localized navigation.xml will only override links to localized web pages (i.e. set right base path) and the transtable will do the translations, right? If you can do it, you are welcome :-) > If using the localized one only, modification to includes.misc.xsl easily > breaks the build. This is what I learned from the advisories.xml case. Yep, too true :( -- Alex Dupre