From owner-freebsd-doc@FreeBSD.ORG Wed Dec 29 19:24:52 2004 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 2989816A4CE; Wed, 29 Dec 2004 19:24:52 +0000 (GMT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [222.146.51.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE8843D31; Wed, 29 Dec 2004 19:24:50 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from localhost (p4157-adsau12honb4-acca.tokyo.ocn.ne.jp [220.97.141.157]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 3E5D82E7B; Thu, 30 Dec 2004 04:24:49 +0900 (JST) Date: Thu, 30 Dec 2004 04:20:43 +0900 (JST) Message-Id: <20041230.042043.39204756.hrs@eos.ocn.ne.jp> To: doc@FreeBSD.org From: Hiroki Sato In-Reply-To: <20041125.122506.74752880.hrs@eos.ocn.ne.jp> References: <20041123.043553.131911200.hrs@eos.ocn.ne.jp> <20041125005714.GA12863@sumuk.de> <20041125.122506.74752880.hrs@eos.ocn.ne.jp> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.1.53 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_Multipart0(Thu_Dec_30_04_20_43_2004_785)--" Content-Transfer-Encoding: 7bit cc: hrs@FreeBSD.org Subject: Re: orig/trans automatic selection patch for news/{newsflash,press}.html 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: Wed, 29 Dec 2004 19:24:52 -0000 ----Security_Multipart0(Thu_Dec_30_04_20_43_2004_785)-- Content-Type: Multipart/Mixed; boundary="--Next_Part(Thu_Dec_30_04_20_43_2004_772)--" Content-Transfer-Encoding: 7bit ----Next_Part(Thu_Dec_30_04_20_43_2004_772)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, The revised version of the news item selection patch for www/{de,en,fr,ja,ru} is attached. With this patch, index.html, news/newsflash.html, and news/press.html include the latest news items in English when the translation of them are not available. Note that this replacement will be performed in per day basis; when there are multiple items in a day and the translated entry has only one of them, for example, the translated one will appear as the news item of the day and the rest which are not translated will be silently ignored. Please test the attached patch and let me know if you notice any problems. If there is no objection I will commit it in a few days. Thanks. -- | Hiroki SATO ----Next_Part(Thu_Dec_30_04_20_43_2004_772)-- Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="www-news-selection.diff" Index: de/Makefile =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/Makefile,v retrieving revision 1.18 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.18 Makefile --- de/Makefile 18 Dec 2004 13:10:22 -0000 1.18 +++ de/Makefile 29 Dec 2004 18:32:15 -0000 @@ -57,7 +57,9 @@ .include "${WEB_PREFIX}/share/mk/web.site.mk" = index.html: index.xsl ${XML_INCLUDES}\ - ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\ + ${XML_NEWS_INCLUDES} \ + ${XML_NEWS_NEWS} ${XML_NEWS_NEWS_MASTER} \ + ${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \ ${XML_MIRRORS} ${XML_TRANSTABLE} \ ${XML_ADVISORIES} ${XML_NOTICES} \ ${XML_NAVIGATION} @@ -66,7 +68,9 @@ --param mirrors.xml "'${XML_MIRRORS}'" \ --param advisories.xml "'${XML_ADVISORIES}'" \ --param notices.xml "'${XML_NOTICES}'" \ + --param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \ --param news.press.xml "'${XML_NEWS_PRESS}'" \ + --param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \ --param news.project.xml "'${XML_NEWS_NEWS}'" \ --param transtable.xml "'${XML_TRANSTABLE}'" \ --param navigation.xml "'${XML_NAVIGATION}'" \ Index: de/index.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/index.xsl,v retrieving revision 1.18 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.18 index.xsl --- de/index.xsl 18 Dec 2004 13:10:22 -0000 1.18 +++ de/index.xsl 29 Dec 2004 18:39:48 -0000 @@ -19,7 +19,9 @@ + + = aktualisiert am: - +
+ mehr ... @@ -302,10 +305,11 @@ aktualisiert im: - +
+ mehr ... Index: de/news/Makefile =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/news/Makefile,v retrieving revision 1.3 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.3 Makefile --- de/news/Makefile 15 May 2004 12:39:08 -0000 1.3 +++ de/news/Makefile 22 Nov 2004 18:19:14 -0000 @@ -18,28 +18,32 @@ DATA=3D newsflash.html news.rdf press.html CLEANFILES+=3D newsflash.html news.rdf press.html = +.include "${WEB_PREFIX}/share/mk/web.site.mk" + newsflash.html: newsflash.xsl news.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - --param transtable.xml "'${XML_TRANSTABLE}'" \ + --param "news.project.xml-master" "'${XML_NEWS_NEWS_MASTER}'" \ + --param "news.project.xml" "'${XML_NEWS_NEWS}'" \ + --param "transtable.xml" "'${XML_TRANSTABLE}'" \ ${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif = news.rdf: news-rdf.xsl news.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/news-rdf.xsl ${.CURDIR}/news.xml = press.html: press.xsl press.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - --param transtable.xml "'${XML_TRANSTABLE}'" \ + --param "news.press.xml-master" "'${XML_NEWS_PRESS_MASTER}'" \ + --param "news.press.xml" "'${XML_NEWS_PRESS}'" \ + --param "transtable.xml" "'${XML_TRANSTABLE}'" \ ${.CURDIR}/press.xsl ${.CURDIR}/press.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif - -.include "${WEB_PREFIX}/share/mk/web.site.mk" Index: de/news/newsflash.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/news/newsflash.xsl,v retrieving revision 1.4 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.4 newsflash.xsl --- de/news/newsflash.xsl 15 May 2004 12:39:08 -0000 1.4 +++ de/news/newsflash.xsl 22 Nov 2004 18:17:16 -0000 @@ -19,6 +19,9 @@ = + + + = @@ -69,16 +72,12 @@

Die FreeBSD Sicherheitshinweise finden Sie auf der Seite Security Information.

= - + + + + = -

Ältere Ankündigungen: - 2002, - 2001, - 2000, - 1999, - 1998, - 1997, - 1996

+ = @@ -86,53 +85,26 @@
= - - - -

- - - - - - - -

- -
    - -
-
+ + + + + = - - + = - -
  • - - - - - - . - - - - - - - - - : - -

    - -
  • + +

    Ältere Ankündigungen: + 2002, + 2001, + 2000, + 1999, + 1998, + 1997, + 1996

    = - - = Index: de/news/press.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/news/press.xsl,v retrieving revision 1.5 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.5 press.xsl --- de/news/press.xsl 17 May 2004 22:41:54 -0000 1.5 +++ de/news/press.xsl 22 Nov 2004 18:20:37 -0000 @@ -19,8 +19,20 @@ = + + + = + + + + + + + + + = @@ -35,51 +47,14 @@ www@FreeBSD.org und wir nehmen den Artikel auf.

    = - + + + + =
    - - - - -

    - - - - - - = - -

    - -
      - -
    -
    - - - - - -
  • - - - - - - -


    - - ,
    - -

    -
  • -
    Index: en/Makefile =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/en/Makefile,v retrieving revision 1.116 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.116 Makefile --- en/Makefile 18 Dec 2004 12:35:25 -0000 1.116 +++ en/Makefile 29 Dec 2004 17:35:26 -0000 @@ -89,7 +89,9 @@ .include "${WEB_PREFIX}/share/mk/web.site.mk" = index.html: index.xsl ${XML_INCLUDES}\ - ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\ + ${XML_NEWS_INCLUDES} \ + ${XML_NEWS_NEWS} ${XML_NEWS_NEWS_MASTER} \ + ${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \ ${XML_MIRRORS} ${XML_TRANSTABLE} \ ${XML_ADVISORIES} ${XML_NOTICES} \ ${XML_NAVIGATION} @@ -98,7 +100,9 @@ --param advisories.xml "'${XML_ADVISORIES}'" \ --param mirrors.xml "'${XML_MIRRORS}'" \ --param navigation.xml "'${XML_NAVIGATION}'" \ + --param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \ --param news.press.xml "'${XML_NEWS_PRESS}'" \ + --param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \ --param news.project.xml "'${XML_NEWS_NEWS}'" \ --param notices.xml "'${XML_NOTICES}'" \ --param transtable.xml "'${XML_TRANSTABLE}'" \ Index: en/index.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/en/index.xsl,v retrieving revision 1.120 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.120 index.xsl --- en/index.xsl 23 Dec 2004 22:29:28 -0000 1.120 +++ en/index.xsl 29 Dec 2004 18:41:11 -0000 @@ -14,7 +14,9 @@ + + = (RSS)
    Latest update: - + =
    = + = @@ -269,12 +272,13 @@ Latest update: - + =
    = + = Index: en/news/Makefile =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/en/news/Makefile,v retrieving revision 1.39 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.39 Makefile --- en/news/Makefile 12 Jan 2004 21:26:59 -0000 1.39 +++ en/news/Makefile 22 Nov 2004 17:43:50 -0000 @@ -37,9 +37,13 @@ DATA=3D newsflash.html news.rdf press.html CLEANFILES+=3D newsflash.html news.rdf press.html = +.include "${WEB_PREFIX}/share/mk/web.site.mk" + newsflash.html: newsflash.xsl news.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param "news.project.xml-master" "'${XML_NEWS_NEWS_MASTER}'" \ + --param "news.project.xml" "'${XML_NEWS_NEWS}'" \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) @@ -47,18 +51,18 @@ .endif = news.rdf: news-rdf.xsl news.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/news-rdf.xsl ${.CURDIR}/news.xml = press.html: press.xsl press.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - --param transtable.xml "'${XML_TRANSTABLE}'" \ + --param "news.press.xml-master" "'${XML_NEWS_PRESS_MASTER}'" \ + --param "news.press.xml" "'${XML_NEWS_PRESS}'" \ + --param "transtable.xml" "'${XML_TRANSTABLE}'" \ ${.CURDIR}/press.xsl ${.CURDIR}/press.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif - -.include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/news/news.xml =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/en/news/news.xml,v retrieving revision 1.256 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.256 news.xml --- en/news/news.xml 28 Dec 2004 07:10:30 -0000 1.256 +++ en/news/news.xml 29 Dec 2004 17:31:50 -0000 @@ -147,6 +147,12 @@ href=3D"mailto:carvay@FreeBSD.org">Vicente Carrasco (doc)

    + + +

    HOE committer: Vicente Carrasco + (doc)

    +
    = Index: en/news/newsflash.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/en/news/newsflash.xsl,v retrieving revision 1.11 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.11 newsflash.xsl --- en/news/newsflash.xsl 8 Apr 2004 19:11:49 -0000 1.11 +++ en/news/newsflash.xsl 22 Nov 2004 17:56:40 -0000 @@ -14,6 +14,9 @@ + + + = = @@ -63,70 +66,19 @@

    For FreeBSD Security Advisories, please refer to the = Security Information page. = - - = -

    Older announcements: - 2002, - 2001, - 2000, - 1999, - 1998, - 1997, - 1996

    - = + + + + + + +
    = - - = - -

    - - - - - - - -

    - -
      - -
    -
    - - - - - - -
  • - - - - - - - - - - - - - - , - : - -

    - -
  • -
    - - - = Index: en/news/press.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/en/news/press.xsl,v retrieving revision 1.9 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.9 press.xsl --- en/news/press.xsl 13 May 2004 20:52:49 -0000 1.9 +++ en/news/press.xsl 22 Nov 2004 17:47:04 -0000 @@ -14,6 +14,9 @@ + + + = = @@ -31,58 +34,14 @@ www@FreeBSD.org so that we c= an include them.

    = - + + + + = -

    Older press publications: - 2002, - 2001, - 2000, - 1999, - 1998-1996

    - =
    - - - = - -

    - - - - - - - -

    - -
      - -
    -
    - - - - - -
  • - - - - - - -


    - = - ,
    - -

    -
  • -
    Index: fr/Makefile =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/fr/Makefile,v retrieving revision 1.7 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.7 Makefile --- fr/Makefile 6 Oct 2004 12:55:04 -0000 1.7 +++ fr/Makefile 29 Dec 2004 19:20:24 -0000 @@ -92,15 +92,22 @@ .include "${WEB_PREFIX}/share/mk/web.site.mk" = index.html: index.xsl ${XML_INCLUDES}\ - ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\ - ${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XML_NAVIGATION}= + ${XML_NEWS_INCLUDES} \ + ${XML_NEWS_NEWS} ${XML_NEWS_NEWS_MASTER} \ + ${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \ + ${XML_MIRRORS} ${XML_TRANSTABLE} \ + ${XML_ADVISORIES} ${XML_NOTICES} \ + ${XML_NAVIGATION} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@ \ --param mirrors.xml "'${XML_MIRRORS}'" \ --param advisories.xml "'${XML_ADVISORIES}'" \ + --param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \ --param news.press.xml "'${XML_NEWS_PRESS}'" \ + --param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \ --param news.project.xml "'${XML_NEWS_NEWS}'" \ --param transtable.xml "'${XML_TRANSTABLE}'" \ + --param notices.xml "'${XML_NOTICES}'" \ --param navigation.xml "'${XML_NAVIGATION}'" \ ${.CURDIR}/index.xsl ${XML_NEWS_NEWS} .if !defined(NO_TIDY) Index: fr/index.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/fr/index.xsl,v retrieving revision 1.11 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.11 index.xsl --- fr/index.xsl 24 Nov 2004 21:29:06 -0000 1.11 +++ fr/index.xsl 29 Dec 2004 18:48:26 -0000 @@ -21,7 +21,9 @@ + + = (RSS)

    Dernière mise à jour : - + =
    - = + + = @@ -298,12 +301,13 @@ Dernière mise à jour : - + =
    = + = Index: fr/news/Makefile =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/fr/news/Makefile,v retrieving revision 1.7 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.7 Makefile --- fr/news/Makefile 29 Feb 2004 13:20:40 -0000 1.7 +++ fr/news/Makefile 22 Nov 2004 18:46:49 -0000 @@ -40,28 +40,32 @@ DATA=3D newsflash.html news.rdf press.html CLEANFILES+=3D newsflash.html news.rdf press.html = +.include "${WEB_PREFIX}/share/mk/web.site.mk" + newsflash.html: newsflash.xsl news.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - --param transtable.xml "'${XML_TRANSTABLE}'" \ + --param "news.project.xml-master" "'${XML_NEWS_NEWS_MASTER}'" \ + --param "news.project.xml" "'${XML_NEWS_NEWS}'" \ + --param "transtable.xml" "'${XML_TRANSTABLE}'" \ ${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif = news.rdf: news-rdf.xsl news.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/news-rdf.xsl ${.CURDIR}/news.xml = press.html: press.xsl press.xml\ - includes.xsl ../includes.xsl ${XML_TRANSTABLE} + includes.xsl ${XML_INCLUDES} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - --param transtable.xml "'${XML_TRANSTABLE}'" \ + --param "news.press.xml-master" "'${XML_NEWS_PRESS_MASTER}'" \ + --param "news.press.xml" "'${XML_NEWS_PRESS}'" \ + --param "transtable.xml" "'${XML_TRANSTABLE}'" \ ${.CURDIR}/press.xsl ${.CURDIR}/press.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif - -.include "${WEB_PREFIX}/share/mk/web.site.mk" Index: fr/news/newsflash.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/fr/news/newsflash.xsl,v retrieving revision 1.6 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.6 newsflash.xsl --- fr/news/newsflash.xsl 7 Aug 2004 15:33:38 -0000 1.6 +++ fr/news/newsflash.xsl 22 Nov 2004 18:48:30 -0000 @@ -24,6 +24,9 @@ = + + + = @@ -72,70 +75,28 @@ = - + + + + = -

    Anciennes annonces : - 2002, - 2001, - 2000, - 1999, - 1998, - 1997, - 1996

    - =

    Pour les avis de sécurité concernant FreeBSD, veuillez c= onsulter la page d'information sur la sécurit= é.

    = - - = - -

    - - - - - - - -

    - -
      - -
    -
    - - - - - - -
  • - - - - - - - - - - - - - - , - : - -

    - -
  • + +

    Anciennes annonces : + 2002, + 2001, + 2000, + 1999, + 1998, + 1997, + 1996

    = - - = Index: fr/news/press.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/fr/news/press.xsl,v retrieving revision 1.2 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.2 press.xsl --- fr/news/press.xsl 8 Jan 2004 00:26:44 -0000 1.2 +++ fr/news/press.xsl 22 Nov 2004 18:49:29 -0000 @@ -23,6 +23,9 @@ = + + + = @@ -41,46 +44,15 @@ =

    Vous pouvez également consulter la page FreeBSD/Java dans la Presse pour des nouvelles sur le projet Java pour Fre= eBSD

    - = - - = + + + + + +
    - - - = - -

    - -

    - -
      - -
    -
    - - - - - -
  • - - - - - - -


    - = - ,
    - -

    -
  • -
    Index: ja/Makefile =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/ja/Makefile,v retrieving revision 1.67 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.67 Makefile --- ja/Makefile 9 Dec 2004 19:48:57 -0000 1.67 +++ ja/Makefile 29 Dec 2004 17:37:09 -0000 @@ -87,15 +87,20 @@ .include "${WEB_PREFIX}/share/mk/web.site.mk" = index.html: index.xsl ${XML_INCLUDES}\ - ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\ - ${XML_MIRRORS} ${XML_ADVISORIES} \ - ${XML_NOTICES} ${XML_NAVIGATION} + ${XML_NEWS_INCLUDES} \ + ${XML_NEWS_NEWS} ${XML_NEWS_NEWS_MASTER} \ + ${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \ + ${XML_MIRRORS} ${XML_TRANSTABLE} \ + ${XML_ADVISORIES} ${XML_NOTICES} \ + ${XML_NAVIGATION} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@ \ --param mirrors.xml "'${XML_MIRRORS}'" \ --param advisories.xml "'${XML_ADVISORIES}'" \ --param notices.xml "'${XML_NOTICES}'" \ + --param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \ --param news.press.xml "'${XML_NEWS_PRESS}'" \ + --param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \ --param news.project.xml "'${XML_NEWS_NEWS}'" \ --param transtable.xml "'${XML_TRANSTABLE}'" \ --param navigation.xml "'${XML_NAVIGATION}'" \ Index: ja/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/ja/includes.xsl,v retrieving revision 1.22 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.22 includes.xsl --- ja/includes.xsl 9 Dec 2004 20:11:38 -0000 1.22 +++ ja/includes.xsl 29 Dec 2004 18:22:53 -0000 @@ -102,32 +102,32 @@ = - + = - + =C7=AF = - + - + =C6=FC = = - + = - + =C7=AF = - + Index: ja/index.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/ja/index.xsl,v retrieving revision 1.38 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Dragon= Fly:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.38 index.xsl --- ja/index.xsl 9 Dec 2004 19:48:57 -0000 1.38 +++ ja/index.xsl 29 Dec 2004 18:53:36 -0000 @@ -18,7 +18,9 @@ + + = = @@ -53,7 +55,7 @@ alt=3D"FreeBSD: =A4=B3=A4=CE=A5=D1=A5=EF=A1=BC=A4=F2=A4=A2=A4=CA= =A4=BF=A4=CE=A4=BF=A4=E1=A4=CB" border=3D"0"/> = -
    =
    @@ -63,7 +65,7 @@
    =