diff --git a/de/news/newsflash.xsl b/de/news/newsflash.xsl index b263b44939..721223b433 100644 --- a/de/news/newsflash.xsl +++ b/de/news/newsflash.xsl @@ -1,126 +1,117 @@ FreeBSD News

Manchmal ist es mühsam, mit der schnellen Entwicklung des FreeBSD Betriebssystems Schritt zu halten. Besuchen Sie diese Seite öfter, um informiert zu bleiben. Weiterhin können Sie die Mailingliste freebsd-announce abonnieren oder den RSS Ticker benutzen.

Die nachstehenden Projekte besitzen eigene Seiten, auf denen Sie projektbezogene Ankündigungen finden:

Informationen über frühere, aktuelle und künftige Releases finden Sie auf der Seite Release Information.

Die FreeBSD Sicherheitshinweise finden Sie auf der Seite Security Information.

- - - - - - - - -

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

diff --git a/en/news/2001/Makefile b/en/news/2001/Makefile index e5835f46ed..4c578e436a 100644 --- a/en/news/2001/Makefile +++ b/en/news/2001/Makefile @@ -1,31 +1,31 @@ -# $FreeBSD: www/en/news/2001/Makefile,v 1.2 2004/01/12 21:27:00 hrs Exp $ +# $FreeBSD: www/en/news/2001/Makefile,v 1.3 2004/04/07 11:41:47 phantom Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DATA= index.html press.html CLEANFILES+= index.html press.html -index.html: ../oldnewsflash.xsl news.xml\ - ../includes.xsl ../../includes.xsl ${XML_TRANSTABLE} +index.html: ../oldnewsflash.xsl news.xml \ + ${XML_INCLUDES} ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif press.html: ../oldpress.xsl press.xml\ ../includes.xsl ../../includes.xsl ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/news/2002/Makefile b/en/news/2002/Makefile index 7e337eb747..3429e5c19f 100644 --- a/en/news/2002/Makefile +++ b/en/news/2002/Makefile @@ -1,31 +1,31 @@ -# $FreeBSD: www/en/news/2002/Makefile,v 1.2 2004/01/12 21:27:00 hrs Exp $ +# $FreeBSD: www/en/news/2002/Makefile,v 1.3 2004/04/07 11:41:47 phantom Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DATA= index.html press.html CLEANFILES+= index.html press.html -index.html: ../oldnewsflash.xsl news.xml\ - ../includes.xsl ../../includes.xsl ${XML_TRANSTABLE} +index.html: ../oldnewsflash.xsl news.xml \ + ${XML_INCLUDES} ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif -press.html: ../oldpress.xsl press.xml\ - ../includes.xsl ../../includes.xsl ${XML_TRANSTABLE} +press.html: ../oldpress.xsl press.xml \ + ${XML_INCLUDES} ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ --param transtable.xml "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldpress.xsl ${.CURDIR}/press.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/fr/news/2001/Makefile b/fr/news/2001/Makefile index 80782ced09..5ff04112bc 100644 --- a/fr/news/2001/Makefile +++ b/fr/news/2001/Makefile @@ -1,23 +1,25 @@ -# $FreeBSD$ +# $FreeBSD: www/fr/news/2001/Makefile,v 1.1 2002/12/22 22:02:24 stephane Exp $ # The FreeBSD French Documentation Project # Original revision: 1.1 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DATA= index.html CLEANFILES+= index.html -index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl +index.html: ../oldnewsflash.xsl news.xml \ + ${XML_INCLUDES} ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param "transtable.xml" "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/fr/news/2002/Makefile b/fr/news/2002/Makefile index 80782ced09..cdc23ff74d 100644 --- a/fr/news/2002/Makefile +++ b/fr/news/2002/Makefile @@ -1,23 +1,25 @@ -# $FreeBSD$ +# $FreeBSD: www/fr/news/2002/Makefile,v 1.1 2003/11/17 17:22:21 stephane Exp $ # The FreeBSD French Documentation Project # Original revision: 1.1 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DATA= index.html CLEANFILES+= index.html -index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl +index.html: ../oldnewsflash.xsl news.xml \ + ${XML_INCLUDES} ${XML_TRANSTABLE} ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ + --param "transtable.xml" "'${XML_TRANSTABLE}'" \ ${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml .if !defined(NO_TIDY) -${TIDY} ${TIDYOPTS} ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ja/includes.xsl b/ja/includes.xsl index c8746462ba..6b84eb32d1 100644 --- a/ja/includes.xsl +++ b/ja/includes.xsl @@ -1,136 +1,91 @@ - + + + + + + メニュー


トップページ アプリケーション サポート ドキュメント ベンダ 検索 索引 トップページ トップページ



(日本語訳に関するお問い合わせは doc-jp@jp.FreeBSD.org までお願いします)
/releases/R/relnotes.html /releases/R/announce.html /releases/R/errata.html /releases/R/hardware.html /releases/R/early-adopter.html /releases/R/errata.html /releases/R/hardware.html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/ja/news/newsflash.xsl b/ja/news/newsflash.xsl index 99e47794bd..4848cd65fd 100644 --- a/ja/news/newsflash.xsl +++ b/ja/news/newsflash.xsl @@ -1,128 +1,112 @@ - + FreeBSD News

FreeBSD は急速に発展を続けるオペレーティングシステムなので、 最新の進歩について行くのが面倒になる時がありますよね。 情報通になるために、このページを定期的にチェックするようにしましょう。 freebsd-announce メーリングリストを購読するとよいかも知れません。

それぞれのプロジェクトの最新情報は、次の各ウェブページをご覧ください。

過去、現在、そして将来のリリースの詳細については、 リリース情報 のページをご覧ください。

FreeBSD セキュリティ勧告については、 セキュリティ情報 のページをご覧ください。

- - - - - - - - - - - - - - - -

過去のニュース: 2002, 2001, 2000, 1999, 1998, 1997, 1996

diff --git a/share/sgml/includes.misc.xsl b/share/sgml/includes.misc.xsl index c435861d96..6cd65bd4ba 100644 --- a/share/sgml/includes.misc.xsl +++ b/share/sgml/includes.misc.xsl @@ -1,768 +1,819 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Old announcement: 2002, 2001, 2000, 1999, 1998, 1997, 1996

- - + - - - - - - + +

- - + - - - - - - + +

- + - + + + + + + + : - - - - - - - -

released.



- - - - - + + + + - - - , - - - - - - + + + + - - - , - FreeBSD Security Advisories http://www.FreeBSD.org/security/ Security advisories published from the FreeBSD Project <xsl:value-of select="name"/> news/newsflash.html#

news/newsflash.html#

- - - - - + + + + - - - , - news/press.html#
- - - - - + + + + - -

/ /

· / /