From owner-freebsd-doc@FreeBSD.ORG Sun Nov 23 10:41:03 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 43B1E16A4CE; Sun, 23 Nov 2003 10:41:03 -0800 (PST) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6BED43FB1; Sun, 23 Nov 2003 10:41:00 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p9048-adsao12honb4-acca.tokyo.ocn.ne.jp [219.161.140.48]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id E62411913; Mon, 24 Nov 2003 03:40:59 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.12.9p2/8.12.9) with ESMTP id hANISNAB073620; Mon, 24 Nov 2003 03:28:23 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 24 Nov 2003 03:20:31 +0900 (JST) Message-Id: <20031124.032031.28875015.hrs@eos.ocn.ne.jp> To: simon@FreeBSD.org, sysadmin@alexdupre.com From: Hiroki Sato In-Reply-To: <20031123013206.GA399@arthur.nitro.dk> <198309505074.20031123102308@alexdupre.com> References: <20031117.194741.39704906.hrs@eos.ocn.ne.jp> <20031122.215345.41660717.hrs@eos.ocn.ne.jp> <20031123013206.GA399@arthur.nitro.dk> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Nov_24_03:20:31_2003_540)--" Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org Subject: Re: Localized mirror names 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: Sun, 23 Nov 2003 18:41:03 -0000 ----Security_Multipart(Mon_Nov_24_03:20:31_2003_540)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Simon L. Nielsen" wrote in <20031123013206.GA399@arthur.nitro.dk>: simon> In www/ja/includes.xsl you seem to have some commented out text that simon> looks leftover and could just be removed e.g.: Alex Dupre wrote in <198309505074.20031123102308@alexdupre.com>: sysadmin> I think Hiroki commented out the release notes instead of completely sysadmin> removing them because when a new release is out his translation team sysadmin> may take some days to translate the release docs. In the meanwhile he Precisely as Alex pointed out. :) simon> > +XML_NEWS= ${.CURDIR}/news/news.xml simon> > +XML_NEWS+= ${.CURDIR}/news/press.xml simon> > +XML_NEWS+= ${.CURDIR}/news/includes.xsl simon> simon> Shouldn't theese also use WEB_PREFIX or some other prefix so it works in simon> other directories than www// ? This is not too important though. Grr, an experimental code has been left. Yes, it is reasonable for XML_NEWS* to be WEB_PREFIX'd. I am planning to make www/en/news.xml usable from www//news, because the translation tends to lag behind the original. It makes the translated items appear once it is finished. simon> The doc/share/mk/doc.images.mk file has the A4 workaround, which should simon> probably be commited seperatly? (snip) simon> BTW, I think the text in README.mirrors would be a good candidate to be simon> moved into the FDP Primer at some point. I see. I will commit changes to doc.images.mk separately and put the instruction into the primer after the commit. simon> There seems to have slipped an extra close parenthesis in simon> doc/ja_JP.eucJP/share/sgml/transtable.xml : (snip) simon> There are some EOL whitespace in: www/share/sgml/includes.header.xsl, simon> www/share/sgml/includes.release.xsl, doc/share/mk/doc.common.mk, simon> doc/share/sgml/README.mirrors, and doc/share/sgml/transtable-master.xsl. Fixed, thanks! simon> I must say that I really like the transtable - seams to be a neat way to simon> handle it :-). Slightly to my regret, although actually I wanted to implement it without intermediate files, the implementation needs the files since XSLT 1.0 does not provide ways to handle results of applying template as a node set. Just to make sure, I put revised patches[*]. Changes from the previous patch include: - my faults pointed out are fixed. - Fix WEB_PREFIX when only DOC_PREFIX is defined. - eresources/chapter.sgml now uses mirrors.xml, too. - a code fragment in www//index.xsl to generate is split into a named template in www/share/sgml/includes.xsl. It can be commonly used from language dependent directories. - tidy up mirrors-master.xsl. I intend to commit the patch soon. advisories.xml should be repo-copy'd but I have not received any answers from cvs@, so the revised patch uses www/en/security/advisories.xml as an interim measure. Once it is done, I will fix ${XML_ADVISORIES}. [*] http://people.freebsd.org/~hrs/doc-mirrors-new2.diff http://people.freebsd.org/~hrs/www-mirrors-new2.diff -- | Hiroki SATO ----Security_Multipart(Mon_Nov_24_03:20:31_2003_540)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/wPpxTyzT2CeTzy0RApxpAJ92Y9us6NEfwZc9BCxoC0aN82sN+ACfdZv7 WLstwB0E8/ZYcuKaToNPKNo= =SzDi -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Nov_24_03:20:31_2003_540)----