Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 10:54:07 +0100
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        "R. Tyler Ballance" <tyler@tamu.edu>
Cc:        freebsd-www@freebsd.org
Subject:   Re: www/de "patch" there's more!
Message-ID:  <20041109095406.GC758@zaphod.nitro.dk>
In-Reply-To: <1099992438.2538.98.camel@localhost.localdomain>
References:  <1099989430.2538.76.camel@localhost.localdomain> <20041109084448.GA27157@ida.interface-business.de> <1099991008.2538.84.camel@localhost.localdomain> <1099992438.2538.98.camel@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help

--5gxpn/Q6ypwruk0T
Content-Type: multipart/mixed; boundary="69pVuxX8awAiJ7fD"
Content-Disposition: inline


--69pVuxX8awAiJ7fD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2004.11.09 03:27:19 -0600, R. Tyler Ballance wrote:
> http://www.freebsd.org/de/index.html
>=20
> I'm looking through the .xsl and .sgml files behind the creation of this
> page, and I can't figure out why it's not updated to the 5.3 stuff
> already...
>=20
> The stuff in www/share/ is all correct, and generating the english site,
> but the german site is still at the new-technology release: 5.2.1 stuff.

The german website has the variables set in www/de/includes.xsl not
directly included from the main includes files.  I have attached the
patch to update the website (so you can see what is actually needed).

As Remko said, in general the different translations project handles
these updates themself.  They have seperate external CVS repositories,
so if we change things directly in the main repository it often gives
them more work when merging stuff back.

--=20
Simon L. Nielsen
FreeBSD Documentation Team

--69pVuxX8awAiJ7fD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="www-de-53.patch"
Content-Transfer-Encoding: quoted-printable

Index: includes.xsl
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/www/de/includes.xsl,v
retrieving revision 1.10
diff -u -d -r1.10 includes.xsl
--- includes.xsl	27 May 2004 22:19:57 -0000	1.10
+++ includes.xsl	9 Nov 2004 09:33:16 -0000
@@ -91,7 +91,7 @@
       <xsl:copy-of select=3D"$date"/></address>
   </xsl:variable>
=20
-  <xsl:variable name=3D"rel.current" select=3D'"5.2.1"'/>
+  <xsl:variable name=3D"rel.current" select=3D'"5.3"'/>
   <xsl:variable name=3D"u.rel.notes">
     <xsl:value-of select=3D"$enbase"/>/releases/<xsl:value-of select=3D"$r=
el.current"/>R/relnotes.html</xsl:variable>
=20

--69pVuxX8awAiJ7fD--

--5gxpn/Q6ypwruk0T
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBkJO+h9pcDSc1mlERAuCIAJ9QA2rHom3vdKk964gxrFQHYSWczACfUyBC
oeGF0+atIBwADCOl5MGGta0=
=Ptq2
-----END PGP SIGNATURE-----

--5gxpn/Q6ypwruk0T--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041109095406.GC758>