From owner-freebsd-doc Tue Dec 10 11: 9:57 2002 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 464C237B401 for ; Tue, 10 Dec 2002 11:09:56 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id B0B2D43EA9 for ; Tue, 10 Dec 2002 11:09:53 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 17645 invoked by uid 10); 10 Dec 2002 19:09:51 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id gBAJ3Qjl085021 for ; Tue, 10 Dec 2002 20:03:26 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id gBAJ3QgM085020 for freebsd-doc@FreeBSD.ORG; Tue, 10 Dec 2002 20:03:26 +0100 (CET) Date: Tue, 10 Dec 2002 20:03:26 +0100 From: Udo Erdelhoff To: freebsd-doc@FreeBSD.ORG Subject: [Solution/Summary] Re: Putting translated release notes onto the web site Message-ID: <20021210190326.GD1467@nathan.ruhr.de> Mail-Followup-To: freebsd-doc@FreeBSD.ORG References: <20021110162524.GZ59222@nathan.ruhr.de> <200211111822.gABIM79h003216@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211111822.gABIM79h003216@intruder.bmah.org> User-Agent: Mutt/1.4i 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, On Mon, Nov 11, 2002 at 10:22:07AM -0800, Bruce A. Mah wrote: > I vaguely remember thinking that the en release documentation was > already implicitly "covered" by a LANGCODE prefix because it lived in > the en_US part of the Web site. Thus we didn't need to add another > LANGCODE prefix to the pathname. If that's true, then the de version of > the release documentation would just live under http://www.freebsd.org/ > de/relnotes/CURRENT (for example). unfortunately, this is not true, as shown on http://www.freebsd.org/relnotes between 1am and 5am on December 9th. Suddenly, the english version of the release notes had been replaced by the DE version :) If other translation teams are intrested in putting 'live' versions of the release notes onto www.freebsd.org (without messing up the english version), just copy www/en/relnotes/Makefile and make two small changes: RELNOTES?= CURRENT ${.CURDIR}/../../../relnotes/doc \ 4-STABLE ${.CURDIR}/../../../relnotes4/doc And your long language code (de_DE.ISO8859-1) to both lines to make the webupdate script build your version and the english one. DOCDIR=${DESTDIR}/data/${.CURDIR:T}/ And insert your short language code (de) after data so that you do not overwrite the english version. And that's it. Provided that your translation of the release notes can be build, it will be installed. /s/Udo -- One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message