From f3841b6631a61c79f47cb8e2645a4244b1cb2cad Mon Sep 17 00:00:00 2001 From: Martin Heinen Date: Tue, 23 Dec 2003 01:27:01 +0000 Subject: [PATCH] MFbed: Update the German web site. index.xsl 1.80 -> 1.83 Makefile 1.98 -> 1.101 includes.xsl 1.17 -> 1.20 news/press.xml 1.103 -> 1.110 [*] platforms/amd64.sgml 1.4 -> 1.5 news/news.xml 1.179 -> 1.180 [*] Submitted by: brueffer --- de/Makefile | 23 ++++---- de/includes.xsl | 7 ++- de/index.xsl | 115 ++++------------------------------------ de/news/news.xml | 14 ++++- de/news/press.xml | 63 +++++++++++++++++++++- de/platforms/amd64.sgml | 11 ++-- 6 files changed, 106 insertions(+), 127 deletions(-) diff --git a/de/Makefile b/de/Makefile index 97cb4fc2d8..0def2afa02 100644 --- a/de/Makefile +++ b/de/Makefile @@ -1,8 +1,8 @@ # The FreeBSD Documentation Project # The FreeBSD German Documentation Project # $FreeBSD$ -# $FreeBSDde: de-www/Makefile,v 1.18 2003/10/10 22:47:09 mheinen Exp $ -# basiert auf: 1.98 +# $FreeBSDde: de-www/Makefile,v 1.19 2003/12/02 00:33:32 mheinen Exp $ +# basiert auf: 1.101 .if exists(Makefile.conf) .include "Makefile.conf" @@ -60,13 +60,6 @@ WEBDIR?= data/de DATA+= index.html CLEANFILES+= index.html -index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl ../en/security/advisories.xml - ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml -.if !defined(NO_TIDY) - -${TIDY} ${TIDYOPTS} ${.TARGET} -.endif - WEBCHECK?= ${PREFIX}/bin/webcheck WEBCHECKOPTS?= -ab ${WEBCHECKFLAGS} WEBCHECKDIR?= /webcheck @@ -78,3 +71,15 @@ webcheck: ${WEBCHECK} ${WEBCHECKOPTS} -o ${WEBCHECKINSTALLDIR} ${WEBCHECKURL} .include "${WEB_PREFIX}/share/mk/web.site.mk" + +index.html: index.xsl ${XML_INCLUDES}\ + ${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS}\ + ${XML_MIRRORS} ${XML_ADVISORIES} + ${XSLTPROC} ${XSLTPROCOPTS} \ + -o $@ \ + --param mirrors.xml "'${XML_MIRRORS}'" \ + --param advisories.xml "'${XML_ADVISORIES}'" \ + ${.CURDIR}/index.xsl ${XML_NEWS_NEWS} +.if !defined(NO_TIDY) + -${TIDY} ${TIDYOPTS} ${.TARGET} +.endif diff --git a/de/includes.xsl b/de/includes.xsl index 27b93acea6..5d59a597d3 100644 --- a/de/includes.xsl +++ b/de/includes.xsl @@ -1,12 +1,15 @@ + + + diff --git a/de/index.xsl b/de/index.xsl index 23eb72040e..13b896a5a1 100644 --- a/de/index.xsl +++ b/de/index.xsl @@ -2,8 +2,8 @@ @@ -56,106 +56,9 @@ which are not mirrored should be listed in support.sgml. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -493,18 +396,18 @@ aktualisiert am: + select="document($advisories.xml)/descendant::day[position() = 1]/name"/> . + select="document($advisories.xml)/descendant::month[position() = 1]/name"/> + select="document($advisories.xml)/descendant::year[position() = 1]/name"/>
- + · ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/.asc diff --git a/de/news/news.xml b/de/news/news.xml index 1befc7bc10..f39e9040b2 100644 --- a/de/news/news.xml +++ b/de/news/news.xml @@ -2,8 +2,8 @@ @@ -17,9 +17,68 @@ 2003 + + Dezember + + + The FreeBSD Operating System 10 Year Anniversary Celebration: Silicon Valley is Alive and Kicking! + http://www.emediawire.com/releases/2003/12/emw93099.htm + eMediaWire + http://www.emediawire.com/ + 8. Dezember 2003 + Matt Olander +

Die Pressemitteilung von offmyserver.com bezüglich der Feier + zum zehnten Geburtstag von FreeBSD.

+
+ + + Desktop FreeBSD Part 1: Installation + http://www.ofb.biz/modules.php?name=News&file=article&sid=272 + Open For Business + http://www.ofb.biz/ + 2. Dezember 2003 + Ed Hurst +

In diesem ersten Teil einer Serie von Einführungsartikeln, + zeigt der Autor, wie man mit dem FreeBSD Installationsprogramm + umgeht.

+
+ + + Using SNMP and RRDTool on FreeBSD + http://silverwraith.com/papers/freebsd-snmp.php + Silverwraith.com + http://silverwraith.com/ + Dezember 2003 + Avleen Vig +

Eine Anleitung, um mit FreeBSD 4 und 5 Server-Statistiken zu + erstellen.

+
+
+ November + + Ten Years of FreeBSD: Anniversary Party a Success + http://www.osnews.com/story.php?news_id=5224 + OSNews + http://www.osnews.com + 25. November 2003 + Eugenia Loli-Queru +

Ein kurzer Bericht, mit Bildern, über den Verlauf + des Abends.

+
+ + + Interview: AUUG's Greg Lehey + http://www.linuxworld.com.au/pp.php?id=337297289&fp=2&fpid=1 + linuxworld.com.au + http://linuxworld.com.au/ + 24. November 2003 + Howard Dahdah +

Ein Interview mit FreeBSD Entwickler Greg Lehey.

+
+ From Linux to FreeBSD: A FreeBSD Review http://www.osnews.com/story.php?news_id=5106 diff --git a/de/platforms/amd64.sgml b/de/platforms/amd64.sgml index b89acdfa54..8c7d55c0dd 100644 --- a/de/platforms/amd64.sgml +++ b/de/platforms/amd64.sgml @@ -1,8 +1,8 @@ - - + + %includes; @@ -24,12 +24,11 @@

Status:

-

Zurzeit läuft FreeBSD/amd64 im 64-Bit Mehrbenutzer-Modus. - Multiprozessor-Hardware wird unterstützt, jedoch nur im - Einprozessor-Modus.

+

Zurzeit läuft FreeBSD/amd64 im 64-Bit Mehrbenutzer-Modus, + sowohl im Einprozessor-Betrieb als auch im Mehrprozessor-Betrieb.

Die AMD64 Plattform ist momentan eine Tier 2 + href="&base;/../doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier 1 FreeBSD Plattform.

FreeBSD/amd64 spezifische Links