MFbed:
Makefile 1.105 -> 1.111 applications.sgml 1.24 -> 1.26 includes.sgml change entries to 5.2.1-RELEASE includes.xsl point to original release notes index.xsl 1.92 -> 1.100 internet.sgml 1.30 -> 1.33 mailto.sgml misc fixes navigation.xml new -> 1.4 news/2002/Makefile 1.1 -> 1.2 news/2002/news.xml 1.1 -> 1.2 news/Makefile 1.38 -> 1.39 news/includes.xsl 1.5 -> 1.6 news/news.xml 1.192 -> 1.216 news/newsflash.xsl 1.9 -> 1.11 news/oldnewsflash.xsl 1.5 -> 1.6 news/press.xml 1.119 -> 1.129 news/press.xsl 1.5 -> 1.8 platforms/amd64.sgml 1.5 -> 1.8 platforms/ia64/index.sgml 1.4 -> 1.5 platforms/ia64/machines.sgml 1.1 -> 1.5 platforms/ia64/refs.sgml 1.5 -> 1.6 platforms/ia64/todo.sgml 1.6 -> 1.7 platforms/mips.sgml 1.3 -> 1.4 platforms/pc98.sgml 1.8 -> 1.10 platforms/ppc.sgml 1.8 -> 1.9 platforms/sparc.sgml 1.17 -> 1.18 releases/index.sgml 1.94 -> 1.97 relnotes.sgml 1.8 -> 1.10 Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
115caade18
commit
e548693c9d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20908
28 changed files with 847 additions and 363 deletions
12
de/Makefile
12
de/Makefile
|
@ -1,8 +1,8 @@
|
|||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD German Documentation Project
|
||||
# $FreeBSD: www/de/Makefile,v 1.14 2004/04/05 14:17:52 phantom Exp $
|
||||
# $FreeBSDde: de-www/Makefile,v 1.21 2004/01/05 11:08:11 mheinen Exp $
|
||||
# basiert auf: 1.105
|
||||
# $FreeBSD: www/de/Makefile,v 1.15 2004/04/06 11:41:17 phantom Exp $
|
||||
# $FreeBSDde: de-www/Makefile,v 1.23 2004/05/03 22:58:44 brueffer Exp $
|
||||
# basiert auf: 1.111
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -44,8 +44,6 @@ SUBDIR+= doc
|
|||
SUBDIR+= relnotes
|
||||
.endif
|
||||
|
||||
#SUBDIR+= tutorials
|
||||
|
||||
# Non-SGML
|
||||
SUBDIR+= gifs
|
||||
|
||||
|
@ -59,13 +57,15 @@ CLEANFILES+= index.html
|
|||
|
||||
index.html: index.xsl ${XML_INCLUDES}\
|
||||
${XML_NEWS_INCLUDES} ${XML_NEWS_NEWS} ${XML_NEWS_PRESS}\
|
||||
${XML_MIRRORS} ${XML_ADVISORIES}
|
||||
${XML_MIRRORS} ${XML_TRANSTABLE} ${XML_ADVISORIES} ${XML_NAVIGATION}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} \
|
||||
-o $@ \
|
||||
--param mirrors.xml "'${XML_MIRRORS}'" \
|
||||
--param advisories.xml "'${XML_ADVISORIES}'" \
|
||||
--param news.press.xml "'${XML_NEWS_PRESS}'" \
|
||||
--param news.project.xml "'${XML_NEWS_NEWS}'" \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
--param navigation.xml "'${XML_NAVIGATION}'" \
|
||||
${.CURDIR}/index.xsl ${XML_NEWS_NEWS}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSDde: de-www/applications.sgml,v 1.9 2003/10/21 21:23:23 mheinen Exp $">
|
||||
<!ENTITY date "$FreeBSDde: de-www/applications.sgml,v 1.10 2004/05/03 20:24:17 brueffer Exp $">
|
||||
<!ENTITY title "Anwendungen für FreeBSD">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$
|
||||
$FreeBSDde: de-www/applications.sgml,v 1.9 2003/10/21 21:23:23 mheinen Exp $
|
||||
basiert auf: 1.24 -->
|
||||
<!-- $FreeBSD: www/de/applications.sgml,v 1.3 2003/10/23 21:09:43 mheinen Exp $
|
||||
$FreeBSDde: de-www/applications.sgml,v 1.10 2004/05/03 20:24:17 brueffer Exp $
|
||||
basiert auf: 1.26 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -118,12 +118,7 @@
|
|||
Video-Konferenzen, Internet Relay Chat (IRC), Haustechnik,
|
||||
Multiuser-Dungeons, Bulletin Board Systeme, Bildbearbeitung
|
||||
und vieles mehr - das alles sind heutzutage bereits echte
|
||||
Anwendungsgebiete von FreeBSD. Wenn Sie eine innovative
|
||||
Anwendung für FreeBSD haben,
|
||||
<a href="http://www.FreeBSD.org/cgi/gallery.cgi">lassen
|
||||
Sie es uns wissen</a>, so dass wir sie zu unserer
|
||||
<a href="&base;/../gallery/gallery.html">Galerie</a>
|
||||
hinzufügen können.</li>
|
||||
Anwendungsgebiete von FreeBSD.</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
$FreeBSD: www/de/includes.sgml,v 1.8 2004/01/03 14:21:32 mheinen Exp $
|
||||
$FreeBSDde: de-www/includes.sgml,v 1.15 2004/01/01 14:49:56 mheinen Exp $
|
||||
$FreeBSD: www/de/includes.sgml,v 1.9 2004/01/16 08:00:24 brueffer Exp $
|
||||
$FreeBSDde: de-www/includes.sgml,v 1.17 2004/05/04 00:42:38 brueffer Exp $
|
||||
basiert auf: 1.62
|
||||
-->
|
||||
|
||||
|
@ -84,8 +84,8 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
rel2.* and u.rel2.* for the "conservative users" version.
|
||||
-->
|
||||
|
||||
<!ENTITY rel.current '5.2'>
|
||||
<!ENTITY rel.current.date 'Januar 2004'>
|
||||
<!ENTITY rel.current '5.2.1'>
|
||||
<!ENTITY rel.current.date 'Februar 2004'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/de/includes.xsl,v 1.7 2004/01/03 14:21:32 mheinen Exp $
|
||||
$FreeBSDde: de-www/includes.xsl,v 1.10 2004/01/01 14:49:56 mheinen Exp $
|
||||
<!-- $FreeBSD: www/de/includes.xsl,v 1.8 2004/01/16 08:00:24 brueffer Exp $
|
||||
$FreeBSDde: de-www/includes.xsl,v 1.13 2004/05/04 00:08:20 brueffer Exp $
|
||||
basiert auf: 1.20
|
||||
-->
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="copyright">
|
||||
<a href="{$enbase}/copyright/index.html">Copyright</a> © 1995-2003
|
||||
<a href="{$enbase}/copyright/index.html">Copyright</a> © 1995-2004
|
||||
the FreeBSD Project. All rights reserved.
|
||||
</xsl:variable>
|
||||
|
||||
|
@ -91,18 +91,20 @@
|
|||
<xsl:copy-of select="$date"/></address>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.2"'/>
|
||||
<xsl:variable name="rel.current" select='"5.2.1"'/>
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel.announce">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.errata">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.hardware">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.installation">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/installation.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.early">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.9"'/>
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
|
@ -114,6 +116,8 @@
|
|||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.hardware">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.installation">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/installation.html</xsl:variable>
|
||||
|
||||
<!-- template: "html-index-advisories-items-lastmodified" -->
|
||||
|
||||
|
|
128
de/index.xsl
128
de/index.xsl
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/index.xsl,v 1.27 2004/01/11 00:16:07 mheinen Exp $
|
||||
basiert auf: 1.92
|
||||
$FreeBSD: www/de/index.xsl,v 1.12 2004/01/11 00:35:07 mheinen Exp $
|
||||
$FreeBSDde: de-www/index.xsl,v 1.28 2004/05/03 23:03:53 brueffer Exp $
|
||||
basiert auf: 1.100
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -11,7 +11,7 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/de/index.xsl,v 1.4 2003/09/17 23:40:35 mheinen Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/de/index.xsl,v 1.12 2004/01/11 00:35:07 mheinen Exp $'"/>
|
||||
<xsl:variable name="title" select="'Das FreeBSD Projekt'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -107,101 +107,9 @@
|
|||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<p><a href="platforms/index.html">
|
||||
<font size="+1" color="#990000"><b>Plattformen</b></font></a>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/smp/index.html">i386</a><br/>
|
||||
· <a href="platforms/alpha.html">Alpha</a><br/>
|
||||
· <a href="platforms/ia64/index.html">IA-64</a><br/>
|
||||
· <a href="platforms/amd64.html">AMD64</a><br/>
|
||||
· <a href="platforms/sparc.html">Sparc64</a><br/>
|
||||
· <a href="platforms/index.html">weitere ...</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Software</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/doc/de_DE.ISO8859-1/books/handbook/mirrors.html">FreeBSD Bezugsquellen</a><br/>
|
||||
· <a href="{$base}/releases/index.html">Release Informationen</a><br/>
|
||||
· <a href="{$enbase}/ports/index.html">Anwendungen (Ports)</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><a href="{$enbase}/docs.html">
|
||||
<font size="+1" color="#990000"><b>Dokumentation</b></font></a>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/doc/de_DE.ISO8859-1/books/faq/index.html">FAQ</a><br/>
|
||||
· <a href="{$enbase}/doc/de_DE.ISO8859-1/books/handbook/index.html">Handbuch</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/man.cgi">Manual-Pages</a><br/>
|
||||
· <a href="{$enbase}/projects/newbies.html">Für Einsteiger</a><br/>
|
||||
· <a href="{$enbase}/docproj/index.html">Doc. Project</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><a href="{$enbase}/support.html">
|
||||
<font size="+1" color="#990000"><b>Hilfe</b></font></a>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/support.html#mailing-list">Mailinglisten</a><br/>
|
||||
· <a href="{$enbase}/support.html#newsgroups">Newsgroups</a><br/>
|
||||
· <a href="{$enbase}/support.html#user">Benutzergruppen</a><br/>
|
||||
· <a href="{$enbase}/support.html#web">Web Ressourcen</a><br/>
|
||||
· <a href="security/index.html">Sicherheit</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><a href="{$enbase}/support.html#gnats">
|
||||
<font size="+1" color="#990000"><b>Fehlerberichte</b></font></a>
|
||||
|
||||
<small><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">suchen</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr.cgi">nach ID suchen</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">alle anzeigen</a><br/>
|
||||
· <a href="{$enbase}/send-pr.html">einreichen</a><br/>
|
||||
· <a href="{$enbase}/doc/en_US.ISO8859-1/articles/problem-reports/article.html">gute verfassen</a><br/>
|
||||
</small></p>
|
||||
|
||||
|
||||
<p><a href="{$enbase}/projects/index.html">
|
||||
<font size="+1" color="#990000"><b>Entwicklung</b></font></a>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/developers-handbook/index.html">Developer's Handbook</a><br/>
|
||||
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/porters-handbook/index.html">Porter's Handbook</a><br/>
|
||||
· <a href="{$enbase}/support.html#cvs">CVS Repository</a><br/>
|
||||
· <a href="{$enbase}/releng/index.html">Release Engineering</a><br/>
|
||||
· <a href="{$enbase}/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing to FreeBSD</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Anbieter</b></font>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/commercial/software_bycat.html">Software</a><br/>
|
||||
· <a href="{$enbase}/commercial/hardware.html">Hardware</a><br/>
|
||||
· <a href="{$enbase}/commercial/consulting_bycat.html">Beratung</a><br/>
|
||||
· <a href="{$enbase}/commercial/misc.html">Verschiedenes</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Spenden</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/donations/index.html">Donations Liaison</a><br/>
|
||||
· <a href="{$enbase}/donations/donors.html">gespendet</a><br/>
|
||||
· <a href="{$enbase}/donations/wantlist.html">gesucht</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><a href="{$enbase}/search/index-site.html">
|
||||
<font size="+1" color="#990000"><b>Inhalt</b></font></a>
|
||||
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/search/search.html#web">nach Webseiten suchen</a><br/>
|
||||
· <a href="{$enbase}/search/search.html#mailinglists">die Mailinglisten durchsuchen</a><br/>
|
||||
· <a href="{$enbase}/search/search.html">alles durchsuchen</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><a href="{$base}/mailto.html">
|
||||
<font size="+1" color="#990000"><b>Schreiben
|
||||
Sie uns</b></font></a></p>
|
||||
|
||||
<p><a href="{$enbase}/copyright/index.html">
|
||||
<font size="+1" color="#990000"><b>BSD-Copyright</b>
|
||||
</font></a></p>
|
||||
<xsl:call-template name="html-index-navigation-link-list">
|
||||
<xsl:with-param name="navigation.xml" select="$navigation.xml"/>
|
||||
</xsl:call-template>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
||||
<small>Suche<br/>
|
||||
|
@ -209,7 +117,8 @@
|
|||
<input type="hidden" name="max" value="25"/>
|
||||
<input type="hidden" name="source" value="www"/>
|
||||
<input type="submit" value="Los"/></small>
|
||||
</form></td>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
@ -225,7 +134,7 @@
|
|||
<h2><font color="#990000">Was ist FreeBSD?</font></h2>
|
||||
|
||||
<p>FreeBSD ist ein modernes Betriebssystem für
|
||||
Intel kompatible (x86), AMD64, DEC-Alpha, IA-64, PC-98 und
|
||||
Intel kompatible (x86), AMD64, Alpha, IA-64, PC-98 und
|
||||
UltraSPARC®-Architekturen. An der Unterstützung weiterer
|
||||
<a href="{$base}/platforms/index.html">Plattformen</a>
|
||||
wird gearbeitet. FreeBSD ist eine Weiterentwicklung von
|
||||
|
@ -251,10 +160,7 @@
|
|||
Server. Auch unter höchsten Lasten arbeiten die
|
||||
Netzwerkdienste zuverlässig. Der effiziente Umgang
|
||||
mit dem Speicher garantiert schnelle Antwortzeiten
|
||||
für tausende gleichzeitig laufende Benutzerprozesse.
|
||||
Beispiele für Anwendungen und Dienste unter
|
||||
FreeBSD finden Sie in der
|
||||
<a href="{$enbase}/gallery/gallery.html">Galerie</a>.</p>
|
||||
für tausende gleichzeitig laufende Benutzerprozesse.</p>
|
||||
|
||||
<h2><font color="#990000">Viele Anwendungen</font></h2>
|
||||
|
||||
|
@ -274,7 +180,7 @@
|
|||
oder einer MS-DOS® Partition. Sie können FreeBSD
|
||||
auch <i>direkt</i> mit FTP oder NFS installieren, wenn
|
||||
Sie eine Netzwerkverbindung haben. Dazu brauchen Sie
|
||||
zwei 1.44 MB Disketten und
|
||||
einige 1.44 MB Disketten und
|
||||
<a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">die
|
||||
Installations-Anleitung</a>.</p>
|
||||
|
||||
|
@ -310,7 +216,8 @@
|
|||
to FreeBSD</a>.</p>
|
||||
|
||||
<p>Auch wenn Sie kein Programmierer sind, können
|
||||
Sie zu FreeBSD beitragen. Die FreeBSD Foundation
|
||||
Sie zu FreeBSD beitragen. Die
|
||||
<a href="http://www.FreeBSDFoundation.org">FreeBSD Foundation</a>
|
||||
ist eine gemeinnützige Gesellschaft. Spenden
|
||||
an die Gesellschaft können Sie (zumindest in
|
||||
den USA) von der Steuer absetzen. Weitere Informationen
|
||||
|
@ -349,6 +256,7 @@
|
|||
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Installation</a><br/>
|
||||
· <a href="{$u.rel.notes}">Release Notes</a><br/>
|
||||
· <a href="{$u.rel.hardware}">Hardware Notes</a><br/>
|
||||
· <a href="{$u.rel.installation}">Installation Notes</a><br/>
|
||||
· <a href="{$u.rel.errata}">Errata</a><br/>
|
||||
· <a href="{$u.rel.early}">Early Adopter's Guide</a></small></p>
|
||||
|
||||
|
@ -360,9 +268,11 @@
|
|||
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Installation</a><br/>
|
||||
· <a href="{$u.rel2.notes}">Release Notes</a><br/>
|
||||
· <a href="{$u.rel2.hardware}">Hardware Notes</a><br/>
|
||||
· <a href="{$u.rel2.installation}">Installation Notes</a><br/>
|
||||
· <a href="{$u.rel2.errata}">Errata</a></small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Ankündigungen</b></font><br/>
|
||||
<p><font size="+1" color="#990000"><b>Ankündigungen</b></font>
|
||||
<font color="#990000">(<a href="news/news.rdf">RSS</a>)</font><br/>
|
||||
<font size="-1">
|
||||
aktualisiert am:
|
||||
<xsl:call-template name="html-index-news-project-items-lastmodified">
|
||||
|
@ -464,7 +374,7 @@
|
|||
alt="[Daemon News]" height="45" width="130"
|
||||
border="0"/></a></td>
|
||||
|
||||
<td><a href="{$enbase}/copyright/daemon.html"><img
|
||||
<td><a href="{$enbase}/art.html"><img
|
||||
src="{$enbase}/gifs/powerlogo.gif"
|
||||
alt="[Powered by FreeBSD]"
|
||||
height="64"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSDde: de-www/internet.sgml,v 1.8 2003/08/10 15:22:57 mheinen Exp $">
|
||||
<!ENTITY date "$FreeBSDde: de-www/internet.sgml,v 1.9 2004/05/03 20:20:11 brueffer Exp $">
|
||||
<!ENTITY title "FreeBSDs Netzwerkfähigkeiten">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$
|
||||
$FreeBSDde: de-www/internet.sgml,v 1.8 2003/08/10 15:22:57 mheinen Exp $
|
||||
basiert auf: 1.30 -->
|
||||
<!-- $FreeBSD: www/de/internet.sgml,v 1.1 2003/08/10 19:50:45 mheinen Exp $
|
||||
$FreeBSDde: de-www/internet.sgml,v 1.9 2004/05/03 20:20:11 brueffer Exp $
|
||||
basiert auf: 1.33 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -101,10 +101,6 @@
|
|||
Internet. Die Webseiten des Unternehmens werden
|
||||
mit FreeBSD und Apache betrieben. Die Statistiken
|
||||
werden mithilfe von FreeBSD und Perl erhoben.</li>
|
||||
|
||||
<li>Wenn Ihnen das noch nicht genug ist, besuchen Sie unsere <a
|
||||
href="&base;/../gallery/gallery.html">Galerie</a>
|
||||
von zufriedenen FreeBSD-Benutzern.</li>
|
||||
</ul>
|
||||
|
||||
<p>FreeBSD stellt eine ideale Plattform für die
|
||||
|
@ -134,7 +130,7 @@
|
|||
<p>Die FreeBSD-Entwickler legen genauso viel Wert auf Sicherheit
|
||||
wie auf Geschwindigkeit. FreeBSD enthält
|
||||
Kernel-Unterstützung für IP-Firewalls sowie andere
|
||||
Dienste, wie IP Proxy Gateways. Jeder 386 PC (oder besser)
|
||||
Dienste, wie IP Proxy Gateways. Jeder Computer
|
||||
mit FreeBSD kann als Netzwerk-Firewall dienen und den
|
||||
Webauftritt Ihres Unternehmens gegen Attacken aus dem
|
||||
Internet schützen.</p>
|
||||
|
@ -147,7 +143,7 @@
|
|||
<p>Weiterhin ist das FreeBSD-Team sehr aktiv,
|
||||
Sicherheitslöcher zu finden und zu beseitigen.
|
||||
Für Sicherheits-Informationen und Bug reports gibt es einen
|
||||
<a href="mailto:security-officer@FreeBSD.ORG">security officer</a>,
|
||||
<a href="mailto:security-officer@FreeBSD.org">security officer</a>,
|
||||
der in Verbindung zum Computer Emergency Response Team
|
||||
(<a href="http://www.cert.org/">CERT</a>) steht.</p>
|
||||
</blockquote>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/mailto.sgml,v 1.2 2003/09/23 23:11:49 mheinen Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/de/mailto.sgml,v 1.2 2003/09/23 23:50:55 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/mailto.sgml,v 1.3 2004/05/03 23:05:14 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.28">
|
||||
<!ENTITY title "FreeBSD Ansprechpartner">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
|
@ -32,13 +32,13 @@
|
|||
gestellt werden.</p>
|
||||
|
||||
<p>Fragen zur deutschen Dokumentation sollten auf der Liste
|
||||
<a href="mailto:de-bsd-translators@DE.FreeBSD.org">de-bsd-translators@DE.FreeBSD.org</a>
|
||||
<a href="mailto:de-bsd-translators@DE.FreeBSD.org">de-bsd-translators@de.FreeBSD.org</a>
|
||||
gestellt werden.</p>
|
||||
|
||||
<h2>Sonstiges</h2>
|
||||
|
||||
<p>CDROMs bestellen: <a href="http://www.freebsdmall.com/">The
|
||||
The FreeBSD Mall</a></p>
|
||||
FreeBSD Mall</a></p>
|
||||
|
||||
<p>Kommerzielle Unterstützung:
|
||||
<a href="http://www.freebsdmall.com/">The FreeBSD Mall</a></p>
|
||||
|
|
83
de/navigation.xml
Normal file
83
de/navigation.xml
Normal file
|
@ -0,0 +1,83 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
$FreeBSDde: de-www/navigation.xml,v 1.1 2004/05/03 22:50:55 brueffer Exp $
|
||||
basiert auf: 1.4
|
||||
-->
|
||||
<navigation>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD$
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<category src="platforms/index.html" name="Plattformen">
|
||||
<link src="smp/index.html" path="enbase" name="i386"/>
|
||||
<link src="platforms/alpha.html" name="Alpha"/>
|
||||
<link src="platforms/ia64/index.html" name="IA-64"/>
|
||||
<link src="platforms/amd64.html" name="AMD64"/>
|
||||
<link src="platforms/sparc.html" name="Sparc64"/>
|
||||
<link src="platforms/index.html" name="Mehr?"/>
|
||||
</category>
|
||||
|
||||
<category name="Software">
|
||||
<link src="doc/de_DE.ISO8859-1/books/handbook/mirrors.html" path="enbase" name="FreeBSD Bezugsquellen"/>
|
||||
<link src="releases/index.html" path="base" name="Release Informationen"/>
|
||||
<link src="ports/index.html" path="enbase" name="Anwendungen (Ports)"/>
|
||||
</category>
|
||||
|
||||
<category src="docs.html" path="enbase" name="Dokumentation">
|
||||
<link src="doc/de_DE.ISO8859-1/books/faq/index.html" path="enbase" name="FAQ"/>
|
||||
<link src="doc/de_DE.ISO8859-1/books/handbook/index.html" path="enbase" name="Handbuch"/>
|
||||
<link src="http://www.FreeBSD.org/cgi/man.cgi" name="Manual-Pages"/>
|
||||
<link src="projects/newbies.html" path="enbase" name="Für Einsteiger"/>
|
||||
<link src="docproj/index.html" path="enbase" name="Doc. Project"/>
|
||||
</category>
|
||||
|
||||
<category src="support.html" path="enbase" name="Hilfe">
|
||||
<link src="support.html#mailing-list" path="enbase" name="Mailinglisten"/>
|
||||
<link src="support.html#newsgroups" path="enbase" name="Newsgroups"/>
|
||||
<link src="support.html#user" path="enbase" name="Benutzergruppen"/>
|
||||
<link src="support.html#web" path="enbase" name="Web Ressourcen"/>
|
||||
<link src="security/index.html" name="Sicherheit"/>
|
||||
<link src="events/events.html" path="enbase" name="Veranstaltungen"/>
|
||||
</category>
|
||||
|
||||
<category src="support.html#gnats" path="enbase" name="Fehlerberichte">
|
||||
<link src="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query" name="suchen"/>
|
||||
<link src="http://www.FreeBSD.org/cgi/query-pr.cgi" name="nach ID suchen"/>
|
||||
<link src="http://www.FreeBSD.org/cgi/query-pr-summary.cgi" name="alle anzeigen"/>
|
||||
<link src="send-pr.html" path="enbase" name="einreichen"/>
|
||||
<link src="doc/en_US.ISO8859-1/articles/problem-reports/article.html" path="enbase" name="gute verfassen"/>
|
||||
</category>
|
||||
|
||||
<category src="projects/index.html" path="enbase" name="Entwicklung">
|
||||
<link src="doc/en_US.ISO8859-1/books/developers-handbook" path="enbase" name="Developer's Handbook"/>
|
||||
<link src="doc/en_US.ISO8859-1/books/porters-handbook" path="enbase" name="Porter's Handbook"/>
|
||||
<link src="support.html#cvs" path="enbase" name="CVS Repository"/>
|
||||
<link src="releng/index.html" path="enbase" name="Release Engineering"/>
|
||||
<link src="doc/en_US.ISO8859-1/articles/contributing/index.html" path="enbase" name="Contributing to FreeBSD"/>
|
||||
</category>
|
||||
|
||||
<category name="Anbieter">
|
||||
<link src="commercial/software_bycat.html" path="enbase" name="Software"/>
|
||||
<link src="commercial/hardware.html" path="enbase" name="Hardware"/>
|
||||
<link src="commercial/consulting_bycat.html" path="enbase" name="Beratung"/>
|
||||
<link src="commercial/misc.html" path="enbase" name="Verschiedenes"/>
|
||||
</category>
|
||||
|
||||
<category name="Spenden">
|
||||
<link src="donations/index.html" path="enbase" name="Donations Liaison"/>
|
||||
<link src="donations/donors.html" path="enbase" name="gespendet"/>
|
||||
<link src="donations/wantlist.html" path="enbase" name="gesucht"/>
|
||||
</category>
|
||||
|
||||
<category src="search/index-site.html" path="enbase" name="Inhalt">
|
||||
<link src="search/search.html#web" path="enbase" name="nach Webseiten suchen"/>
|
||||
<link src="search/search.html#mailinglists" path="enbase" name="die Mailinglisten durchsuchen"/>
|
||||
<link src="search/search.html" path="enbase" name="alles durchsuchen"/>
|
||||
</category>
|
||||
|
||||
<category src="mailto.html" path="base" name="Schreiben Sie uns"/>
|
||||
<category src="copyright/index.html" path="enbase" name="BSD-Copyright"/>
|
||||
</navigation>
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSDde: de-www/news/2002/Makefile,v 1.1 2003/08/02 18:17:29 mheinen Exp $
|
||||
# basiert auf: 1.1
|
||||
# $FreeBSDde: de-www/news/2002/Makefile,v 1.2 2004/05/02 00:49:58 brueffer Exp $
|
||||
# basiert auf: 1.2
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -12,8 +12,10 @@
|
|||
DATA= index.html
|
||||
CLEANFILES+= index.html
|
||||
|
||||
index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl
|
||||
index.html: ../oldnewsflash.xsl news.xml\
|
||||
../includes.xsl ../../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/2002/news.xml,v 1.4 2003/08/10 15:22:58 mheinen Exp $
|
||||
basiert auf: 1.1
|
||||
$FreeBSDde: de-www/news/2002/news.xml,v 1.5 2004/05/02 00:49:58 brueffer Exp $
|
||||
basiert auf: 1.2
|
||||
-->
|
||||
|
||||
<news>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<name>2002</name>
|
||||
|
||||
<month>
|
||||
<name>November</name>
|
||||
<name>11</name>
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>October</name>
|
||||
<name>10</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
|
@ -236,7 +236,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>September</name>
|
||||
<name>9</name>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
|
@ -282,7 +282,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>August</name>
|
||||
<name>8</name>
|
||||
|
||||
<day>
|
||||
<name>21</name>
|
||||
|
@ -381,7 +381,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Juli</name>
|
||||
<name>7</name>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
|
@ -403,7 +403,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Juni</name>
|
||||
<name>6</name>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
|
@ -463,7 +463,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Mai</name>
|
||||
<name>5</name>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
|
@ -526,7 +526,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>April</name>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
|
@ -620,7 +620,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>März</name>
|
||||
<name>3</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
|
@ -711,7 +711,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Februar</name>
|
||||
<name>2</name>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
|
@ -766,7 +766,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Januar</name>
|
||||
<name>1</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSDde: de-www/news/Makefile,v 1.4 2003/09/27 12:05:17 mheinen Exp $
|
||||
# basiert auf: 1.38
|
||||
# $FreeBSD: www/de/news/Makefile,v 1.2 2003/09/30 23:17:04 mheinen Exp $
|
||||
# $FreeBSDde: de-www/news/Makefile,v 1.6 2004/05/02 00:21:16 brueffer Exp $
|
||||
# basiert auf: 1.39
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -18,19 +18,25 @@ SUBDIR= 2002
|
|||
DATA= newsflash.html news.rdf press.html
|
||||
CLEANFILES+= newsflash.html news.rdf press.html
|
||||
|
||||
newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
|
||||
newsflash.html: newsflash.xsl news.xml\
|
||||
includes.xsl ../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--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
|
||||
news.rdf: news-rdf.xsl news.xml\
|
||||
includes.xsl ../includes.xsl ${XML_TRANSTABLE}
|
||||
${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
|
||||
press.html: press.xsl press.xml\
|
||||
includes.xsl ../includes.xsl ${XML_TRANSTABLE}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/press.xsl ${.CURDIR}/press.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/includes.xsl,v 1.3 2003/08/26 13:58:05 mheinen Exp $
|
||||
basiert auf: 1.5
|
||||
$FreeBSD: www/de/news/includes.xsl,v 1.2 2003/08/26 16:08:17 mheinen Exp $
|
||||
$FreeBSDde: de-www/news/includes.xsl,v 1.4 2004/05/03 23:53:16 brueffer Exp $
|
||||
basiert auf: 1.6
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -12,6 +12,10 @@
|
|||
<a href="{$base}/news/news.html">FreeBSD Neuigkeiten</a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="presshome">
|
||||
<a href="{$base}/news/press.html">FreeBSD Pressemeldungen</a>
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Generate a unique anchor for this event -->
|
||||
<xsl:template name="generate-event-anchor">
|
||||
<xsl:text>event</xsl:text>
|
||||
|
|
262
de/news/news.xml
262
de/news/news.xml
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
$FreeBSD: www/de/news/news.xml,v 1.13 2004/01/24 05:24:28 brueffer Exp $
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.26 2004/01/27 06:14:32 brueffer Exp $
|
||||
basiert auf: 1.192
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/news.xml,v 1.29 2004/05/05 13:16:06 brueffer Exp $
|
||||
basiert auf: 1.216
|
||||
-->
|
||||
|
||||
<!-- Simple schema for FreeBSD Project news.
|
||||
|
@ -27,7 +27,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/de/news/news.xml,v 1.13 2004/01/24 05:24:28 brueffer Exp $
|
||||
$FreeBSD$
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -35,7 +35,235 @@
|
|||
<name>2004</name>
|
||||
|
||||
<month>
|
||||
<name>Januar</name>
|
||||
<name>5</name>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:csjp@FreeBSD.org">Christian S.J. Peron</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:stefanf@FreeBSD.org">Stefan Farfeleder</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:mezz@FreeBSD.org">Jeremy Messenger</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:tackerman@FreeBSD.org">Tony Ackerman</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:marius@FreeBSD.org">Marius Strobl</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:dhartmei@FreeBSD.org">Daniel Hartmeier</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:niklas@FreeBSD.org">Niklas J. Saers</a>
|
||||
(doc)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>Entfernung der Galerie</title>
|
||||
|
||||
<p>Aufgrund der schlechten Wartbarkeit und des geringen
|
||||
Nutzens der <a href="$base/../gallery/">Galerie</a>, wurde
|
||||
beschlossen, die verfügbare Zeit in Projekte zu
|
||||
investieren, die FreeBSD mehr nützen. Die Galerie
|
||||
wird in zwei Wochen entfernt. Es werden keine weiteren
|
||||
Eingaben bearbeitet. Die <a href="$base/../commercial/">
|
||||
kommerzielle Galerie</a> ist nicht betroffen.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:marks@FreeBSD.org">Mark Santcroos</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
<event>
|
||||
<title>Statusreport Januar 2004 - Februar 2004</title>
|
||||
|
||||
<p>Der Statusreport Januar-Februar ist verfügbar.
|
||||
Die <a href="$base/../news/status/status.html">Statusreport
|
||||
Webseite</a> enthält weitere Informationen.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:thierry@FreeBSD.org">Thierry Thomas</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:vs@FreeBSD.org">Volker Stolz</a>
|
||||
(ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:peadar@FreeBSD.org">Peter Edwards</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>2</name>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:vkashyap@FreeBSD.org">Vinod Kashyap</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
<event>
|
||||
<title>FreeBSD 5.2.1-RELEASE ab sofort verfügbar</title>
|
||||
|
||||
<p><a href="$base/../releases/5.2.1R/announce.html">FreeBSD
|
||||
5.2.1-RELEASE</a> wurde veröffentlicht. Die Seite <a
|
||||
href="$base/releases/index.html">Release-Information</a>
|
||||
enthält weitere Details. Die
|
||||
<a href="$base/../releases/5.2.1R/errata.html">Release Errata</a>
|
||||
enthalten aktuelle Informationen und beschreiben Probleme
|
||||
mit 5.2.1.</p>
|
||||
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>22</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:markus@FreeBSD.org">Markus Brüffer</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:rees@FreeBSD.org">Jim Rees</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>15</name>
|
||||
<event>
|
||||
<p>Core-Mitglied zurückgetreten: <a
|
||||
href="mailto:grog@FreeBSD.org">Greg Lehey</a> </p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:mlaier@FreeBSD.org">Max Laier</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:le@FreeBSD.org">Lukas Ertl</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>Neuer Committer: <a
|
||||
href="mailto:pjd@FreeBSD.org">Pawel Jakub Dawidek</a>
|
||||
(src)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>1</name>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
|
||||
<event>
|
||||
<title>Statusreport Oktober 2003 - Dezember 2003</title>
|
||||
|
||||
<p>Der Statusreport Oktober-Dezember ist verfügbar.
|
||||
Die <a href="$base/../news/status/status.html">Statusreport
|
||||
Webseite</a> enthält weitere Informationen.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>21</name>
|
||||
|
@ -94,7 +322,7 @@
|
|||
<name>2003</name>
|
||||
|
||||
<month>
|
||||
<name>Dezember</name>
|
||||
<name>12</name>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
|
@ -138,7 +366,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>November</name>
|
||||
<name>11</name>
|
||||
|
||||
<day>
|
||||
<name>21</name>
|
||||
|
@ -174,7 +402,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Oktober</name>
|
||||
<name>10</name>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
|
@ -273,7 +501,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>September</name>
|
||||
<name>9</name>
|
||||
|
||||
<day>
|
||||
<name>15</name>
|
||||
|
@ -286,7 +514,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>August</name>
|
||||
<name>8</name>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
|
@ -375,7 +603,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Juli</name>
|
||||
<name>7</name>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
|
@ -406,7 +634,7 @@
|
|||
|
||||
|
||||
<month>
|
||||
<name>Juni</name>
|
||||
<name>6</name>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
|
@ -486,7 +714,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Mai</name>
|
||||
<name>5</name>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
@ -507,7 +735,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>April</name>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>14</name>
|
||||
|
@ -574,7 +802,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>März</name>
|
||||
<name>3</name>
|
||||
|
||||
<day>
|
||||
<name>15</name>
|
||||
|
@ -597,7 +825,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Februar</name>
|
||||
<name>2</name>
|
||||
|
||||
<day>
|
||||
<name>21</name>
|
||||
|
@ -609,7 +837,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Januar</name>
|
||||
<name>1</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/news/newsflash.xsl,v 1.8 2003/10/21 22:12:13 mheinen Exp $
|
||||
basiert auf: 1.9
|
||||
$FreeBSDde: de-www/news/newsflash.xsl,v 1.11 2004/05/04 00:06:08 brueffer Exp $
|
||||
basiert auf: 1.11
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
|
@ -49,7 +49,8 @@
|
|||
Sie diese Seite öfter, um informiert zu bleiben.
|
||||
Weiterhin können Sie die
|
||||
<a href="{$base}/../doc/de_DE.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">Mailingliste
|
||||
freebsd-announce</a> abonnieren.</p>
|
||||
freebsd-announce</a> abonnieren oder den <a href="news.rdf">RSS
|
||||
Ticker</a> benutzen.</p>
|
||||
|
||||
<p>Die nachstehenden Projekte besitzen eigene Seiten,
|
||||
auf denen Sie projektbezogene Ankündigungen finden:</p>
|
||||
|
@ -88,7 +89,13 @@
|
|||
<!-- Everything that follows are templates for the rest of the content -->
|
||||
|
||||
<xsl:template match="month">
|
||||
<h1><xsl:value-of select="name"/>
|
||||
<h1>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::year/name"/></h1>
|
||||
|
||||
|
@ -110,7 +117,12 @@
|
|||
|
||||
<b><xsl:value-of select="ancestor::day/name"/>.
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::month/name"/>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="ancestor::month/name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::year/name"/>:</b><xsl:text> </xsl:text>
|
||||
<xsl:apply-templates select="p"/>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$
|
||||
$FreeBSDde: de-www/news/oldnewsflash.xsl,v 1.4 2003/10/21 22:12:13 mheinen Exp $
|
||||
basiert auf: 1.5 -->
|
||||
$FreeBSDde: de-www/news/oldnewsflash.xsl,v 1.5 2004/05/02 00:49:58 brueffer Exp $
|
||||
basiert auf: 1.6 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -57,7 +57,13 @@
|
|||
<!-- Everything that follows are templates for the rest of the content -->
|
||||
|
||||
<xsl:template match="month">
|
||||
<h1><xsl:value-of select="name"/>
|
||||
<h1>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::year/name"/></h1>
|
||||
|
||||
|
@ -79,7 +85,12 @@
|
|||
|
||||
<b><xsl:value-of select="ancestor::day/name"/>.
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::month/name"/>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="ancestor::month/name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::year/name"/>:</b><xsl:text> </xsl:text>
|
||||
<xsl:apply-templates select="p"/>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
COMMITTERS PLEASE NOTE:
|
||||
News articles referenced in this file are also to be archived under
|
||||
"freefall:/c/www/bsddoc/press/".
|
||||
$FreeBSDde: de-www/news/press.xml,v 1.20 2004/01/09 06:53:25 brueffer Exp $
|
||||
basiert auf: 1.119
|
||||
$FreeBSDde: de-www/news/press.xml,v 1.26 2004/05/10 08:48:00 brueffer Exp $
|
||||
basiert auf: 1.129
|
||||
-->
|
||||
|
||||
<press>
|
||||
|
@ -18,7 +18,111 @@
|
|||
<name>2004</name>
|
||||
|
||||
<month>
|
||||
<name>Januar</name>
|
||||
<name>5</name>
|
||||
|
||||
<story>
|
||||
<name>Intel Labs' Natural Born Killer Technologies</name>
|
||||
<url>http://www.eweek.com/article2/0,1759,1586655,00.asp</url>
|
||||
<site-name>EWeek</site-name>
|
||||
<site-url>http://www.eweek.com/</site-url>
|
||||
<date>6. Mai 2004</date>
|
||||
<author>Rob Enderle</author>
|
||||
<p>Ein Überblick über die Forschungsprojekte, die
|
||||
in den Laboratorien von Intel ablaufen. Ein Teil der Forschung
|
||||
baut auf dem FreeBSD Betriebssystem auf.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD - The Power to Serve</name>
|
||||
<url>http://www.distrowatch.com/dwres.php?resource=review-freebsd</url>
|
||||
<site-name>Distrowatch</site-name>
|
||||
<site-url>http://www.distrowatch.com/</site-url>
|
||||
<date>27. April 2004</date>
|
||||
<author>Robert Storey</author>
|
||||
<p>Eine Besprechung von FreeBSD 5.2.1, einschließlich
|
||||
eines Überblicks über die Geschichte der BSDs und
|
||||
Installationsanweisungen.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Mail Scanning With Exim And The Exiscan ACL</name>
|
||||
<url>http://www.net-security.org/article.php?id=676</url>
|
||||
<site-name>Help Net Security</site-name>
|
||||
<site-url>http://www.net-security.org/</site-url>
|
||||
<date>13. April 2004</date>
|
||||
<author>Michael Oliveri</author>
|
||||
<p>Ein Artikel über das Betreiben von Exim mit dem
|
||||
Exiscan-ACL Patch unter FreeBSD.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Most Reliable Hosting Providers during March</name>
|
||||
<url>http://news.netcraft.com/archives/2004/04/04/most_reliable_hosting_providers_during_march.html</url>
|
||||
<site-name>Netcraft</site-name>
|
||||
<site-url>http://www.netcraft.com/</site-url>
|
||||
<date>4. April 2004</date>
|
||||
<author>mandy</author>
|
||||
<p>Fünf der Zehn zuverlässigsten Hosting Anbieter des
|
||||
Monats März benutzen FreeBSD. Lesen Sie weiter, um mehr
|
||||
zu erfahren.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 5.2.1 on SPARC64</name>
|
||||
<url>http://www.osnews.com/story.php?news_id=6552</url>
|
||||
<site-name>OS News</site-name>
|
||||
<site-url>http://www.osnews.com/</site-url>
|
||||
<date>31. März 2004</date>
|
||||
<author>Tony Bourke</author>
|
||||
<p>Ein Test von FreeBSD 5.2.1 auf SPARC64 Hardware.
|
||||
Der Autor beschreibt FreeBSD/SPARC64 als komplettes,
|
||||
nützliches und flexibles Serversystem.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>The 64-bit Question: AMD64 vs. i386</name>
|
||||
<url>http://www.thejemreport.com/modules.php?op=modload&name=News&file=article&sid=117&mode=thread&order=0&thold=0</url>
|
||||
<site-name>The Jem Report</site-name>
|
||||
<site-url>http://www.thejemreport.com/</site-url>
|
||||
<date>15. März 2004</date>
|
||||
<author>Valour</author>
|
||||
<p>Ein Leistungsvergleich von FreeBSD 5.2.1 auf
|
||||
AMD Athlon64 3200+ und Pentium4 3.2E Prozessoren.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Experimental free Wi-Fi LAN gaining momentum in SF</name>
|
||||
<url>http://www.newsforge.com/mobility/04/03/02/0023236.shtml</url>
|
||||
<site-name>Newsforge</site-name>
|
||||
<site-url>http://www.newsforge.com/</site-url>
|
||||
<date>2. März 2004</date>
|
||||
<author>Chris Preimesberger</author>
|
||||
<p>Ein Artikel über freie, drahtlose Netzwerke in San Francisco.
|
||||
Der Artikel erwähnt FreeBSD als eines der eingesetzten
|
||||
Betriebssysteme.</p>
|
||||
</story>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>1</name>
|
||||
|
||||
<story>
|
||||
<name>Freies Unix-Derivat FreeBSD in Version 5.2 verfügbar</name>
|
||||
<url>http://www.heise.de/newsticker/data/jk-12.01.04-006/</url>
|
||||
<site-name>Heise</site-name>
|
||||
<site-url>http://www.heise.de/</site-url>
|
||||
<date>12. Januar 2004</date>
|
||||
<author>Jürgen Kuri</author>
|
||||
<p>Ein Bericht über die Veröffentlichung von FreeBSD 5.2.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Bacula: Cross-Platform Client-Server Backups</name>
|
||||
|
@ -52,6 +156,19 @@
|
|||
<p>Der zweite Teil einer Reihe von einführenden Artikeln.
|
||||
Der Autor erklärt, wie X und Postfix eingerichtet werden.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>How is Open-Source affecting Software Development?</name>
|
||||
<url>http://csdl.computer.org/comp/mags/so/2004/01/s1028.pdf</url>
|
||||
<site-name>IEEE Computer Society</site-name>
|
||||
<site-url>http://www.computer.org/</site-url>
|
||||
<date>Januar 2004</date>
|
||||
<author>Diomidis Spinellis, Clemens Sxyperski (Guest Editors)</author>
|
||||
<p>Dieser Artikel aus dem IEEE Journal beschäftigt sich mit dem
|
||||
Thema, wie die Verfügbarkeit hochwertiger Open-Source Software
|
||||
die Art und Weise wie Software entwickelt wird, verändert.
|
||||
FreeBSD ist eines der betrachteten Open-Source Projekte.</p>
|
||||
</story>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
|
@ -59,7 +176,7 @@
|
|||
<name>2003</name>
|
||||
|
||||
<month>
|
||||
<name>Dezember</name>
|
||||
<name>12</name>
|
||||
|
||||
<story>
|
||||
<name>Apple unveils Panther OS</name>
|
||||
|
@ -132,7 +249,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>November</name>
|
||||
<name>11</name>
|
||||
|
||||
<story>
|
||||
<name>Ten Years of FreeBSD: Anniversary Party a Success</name>
|
||||
|
@ -202,7 +319,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Oktober</name>
|
||||
<name>10</name>
|
||||
|
||||
<story>
|
||||
<name>Interview with FreeBSD jail programmer</name>
|
||||
|
@ -237,6 +354,17 @@
|
|||
es mit GNU/Linux.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Build a Dynamic Web Serving Platform with FreeBSD</name>
|
||||
<url>http://www.devx.com/opensource/Article/17534/1763/page/1</url>
|
||||
<site-name>DevX.com</site-name>
|
||||
<site-url>http://www.devx.com/</site-url>
|
||||
<date>16. Oktober 2003</date>
|
||||
<author>Gregory L. Magnusson</author>
|
||||
<p>Eine Beschreibung, wie man auf FreeBSD einen Apache mit
|
||||
MySQL und PHP Unterstützung baut.</p>
|
||||
</story>
|
||||
|
||||
<story>
|
||||
<name>Babe in the Woods: A Linux User Migrates to FreeBSD</name>
|
||||
<url>http://www.ofb.biz/modules.php?name=News&file=print&sid=267</url>
|
||||
|
@ -298,7 +426,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>September</name>
|
||||
<name>9</name>
|
||||
|
||||
<story>
|
||||
<name>Cleaning and Customizing Your Ports</name>
|
||||
|
@ -336,7 +464,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>August</name>
|
||||
<name>8</name>
|
||||
|
||||
<story>
|
||||
<name>Portupgrade</name>
|
||||
|
@ -387,7 +515,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Juli</name>
|
||||
<name>7</name>
|
||||
|
||||
<story>
|
||||
<name>Comparing Server OSes</name>
|
||||
|
@ -452,7 +580,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Juni</name>
|
||||
<name>6</name>
|
||||
|
||||
<story>
|
||||
<name>Advanced FreeBSD Installation Issues</name>
|
||||
|
@ -512,7 +640,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Mai</name>
|
||||
<name>5</name>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD support for AMD64 on the way</name>
|
||||
|
@ -542,7 +670,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>April</name>
|
||||
<name>4</name>
|
||||
|
||||
<story>
|
||||
<name>Focus on FreeBSD: Interview with the Core Team</name>
|
||||
|
@ -562,7 +690,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>März</name>
|
||||
<name>3</name>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD featured on TechTV</name>
|
||||
|
@ -595,7 +723,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Februar</name>
|
||||
<name>2</name>
|
||||
|
||||
<story>
|
||||
<name>FreeBSD 5.0 looks to the enterprise</name>
|
||||
|
@ -610,7 +738,7 @@
|
|||
</month>
|
||||
|
||||
<month>
|
||||
<name>Januar</name>
|
||||
<name>1</name>
|
||||
|
||||
<story>
|
||||
<name>Odds and Ends</name>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$
|
||||
$FreeBSDde: de-www/news/press.xsl,v 1.3 2003/11/18 00:48:50 mheinen Exp $
|
||||
basiert auf: 1.5
|
||||
$FreeBSDde: de-www/news/press.xsl,v 1.5 2004/05/13 22:15:35 brueffer Exp $
|
||||
basiert auf: 1.8
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
|
@ -32,13 +32,9 @@
|
|||
|
||||
<p>Kennen Sie einen hier nicht aufgeführten Artikel?
|
||||
Senden Sie bitte die Einzelheiten an
|
||||
<a href="mailto:www@freebsd.org">www@FreeBSD.org</a> und
|
||||
<a href="mailto:www@FreeBSD.org">www@FreeBSD.org</a> und
|
||||
wir nehmen den Artikel auf.</p>
|
||||
|
||||
<p>Besuchen Sie auch die Seite
|
||||
<a href="{$enbase}/java/press.html">FreeBSD/Java Press</a>,
|
||||
die Artikel über das FreeBSD Java Project enthält.</p>
|
||||
|
||||
<xsl:apply-templates select="//month"/>
|
||||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
|
@ -50,7 +46,13 @@
|
|||
<!-- Everything that follows are templates for the rest of the content -->
|
||||
|
||||
<xsl:template match="month">
|
||||
<h1><xsl:value-of select="name"/>
|
||||
<h1>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="ancestor::year/name"/></h1>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/amd64.sgml,v 1.8 2003/12/02 00:23:53 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.5">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/amd64.sgml,v 1.11 2004/05/05 10:33:33 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.8">
|
||||
<!ENTITY title "FreeBSD/amd64 Projekt">
|
||||
<!ENTITY email 'freebsd-amd64'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -42,17 +42,18 @@
|
|||
<h4>AMD64 Dokumentation</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.amd.com/products/cpg/64bit/pdf/x86-64_overview.pdf">AMD x86-64 Architecture Specification</a></li>
|
||||
<li><a href="http://www.x86-64.org/abi.pdf">AMD x86-64 DRAFT
|
||||
Processor-specific Application Binary Interface Specification</a></li>
|
||||
<li><a href="http://www.x86-64.org/documentation_folder/white_paper.pdf">AMD x86-64 whitepaper</a></li>
|
||||
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_overview.pdf">AMD x86-64 Architecture Specification</a></li>
|
||||
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24592.pdf">AMD64 Architecture Application Programmer's Manual</a></li>
|
||||
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/24593.pdf">AMD64 Architecture System Programmer's Manual</a></li>
|
||||
<li><a href="http://www.x86-64.org/documentation/abi.pdf">Processor-specific Application Binary Interface Specification</a></li>
|
||||
<li><a href="http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/x86-64_wp.pdf">AMD x86-64 whitepaper</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>Software-Werkzeuge</h4>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.x86-64.org/downloads">AMD SimNow! x86-64 Linux
|
||||
Simulator und Werkzeuge</a></li>
|
||||
<li><a href="http://www.x86-64.org/downloads">Bochs and Simics
|
||||
Simulatoren und Werkzeuge</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>Verwandte Projekte</h4>
|
||||
|
@ -61,6 +62,5 @@
|
|||
<li><a href="http://www.NetBSD.org/Ports/amd64/">NetBSD/amd64</a></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
&footer;
|
||||
</html>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/index.sgml,v 1.7 2003/10/23 20:21:45 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/index.sgml,v 1.8 2004/05/04 01:03:22 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.5">
|
||||
<!ENTITY title "FreeBSD/ia64 Projekt">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -11,11 +11,6 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<center>
|
||||
<h2>Aktuelle Veröffentlichung:
|
||||
<a href="&base;/releases/5.1R/announce.html">5.1</a></h2>
|
||||
</center>
|
||||
|
||||
<hr>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/machines.sgml,v 1.6 2003/10/23 20:21:45 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/machines.sgml,v 1.7 2004/05/04 14:20:07 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.5">
|
||||
<!ENTITY title "FreeBSD/ia64 Projekt – Geräte">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -11,106 +11,185 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Geräte auf dem Markt</h2>
|
||||
<h2>Geräte auf dem Markt</h2>
|
||||
|
||||
<h3>Bull</h3>
|
||||
<p>Diese Seite dient dazu, die verschiedenen Geräte aufzuführen,
|
||||
die momentan auf dem Markt sind, oder die sich dort bis vor
|
||||
kurzem befunden haben. Wenn ein Gerät hier aufgelistet ist,
|
||||
heisst es allerdings nicht automatisch, dass FreeBSD darauf
|
||||
getestet wurde. Eventuell wird sich das in Zukunft ändern.
|
||||
Wenn ein bestimmtes Gerät hier nicht aufgelistet ist, stehen
|
||||
die Chancen gut, dass uns nichts darüber bekannt ist. Beachten
|
||||
Sie, dass Merced basierte Geräte hier nicht aufgeführt sind,
|
||||
obwohl sie unterstützt werden. Der Grund dafür ist, dass sie
|
||||
nicht mehr interessant genug sind.</p>
|
||||
|
||||
<h3>Bull</h3>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>Typ</td>
|
||||
<td>Prozessor</td>
|
||||
<td># CPUs</td>
|
||||
<td>Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Escala IL400R</td>
|
||||
<td>Itanium</td>
|
||||
<td>4</td>
|
||||
<td>?</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Escala IL1400R</td>
|
||||
<td>Itanium</td>
|
||||
<td>16</td>
|
||||
<td>?</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td><a href="http://www.bull.com/novascale/NovaScale4020.html">
|
||||
NovaScale 4020</a></td>
|
||||
<td>2-fach Itanium 2</td>
|
||||
<td>Intel E8870 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.bull.com/novascale/NovaScale4040.html">
|
||||
NovaScale 4040</a></td>
|
||||
<td>4-fach Itanium 2</td>
|
||||
<td>Intel E8870 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.bull.com/novascale/NovaScale5080.html">
|
||||
NovaScale 5080</a></td>
|
||||
<td>8-fach Itanium 2</td>
|
||||
<td>Intel E8870 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.bull.com/novascale/NovaScale5160.html">
|
||||
NovaScale 5160</a></td>
|
||||
<td>16-fach Itanium 2</td>
|
||||
<td>Intel E8870 Chipsatz</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Fujitsu</h3>
|
||||
<h3>Fujitsu-Siemens</h3>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>Typ</td>
|
||||
<td>Prozessor</td>
|
||||
<td># CPUs</td>
|
||||
<td>Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PRIMERGY N4000</td>
|
||||
<td>Itanium</td>
|
||||
<td>1</td>
|
||||
<td>?</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td><a href="http://www.fujitsu-siemens.com/rl/products/primergy/rxi600.html">
|
||||
PRIMERGY RXi600</a></td>
|
||||
<td>4-fach Itanium 2</td>
|
||||
<td>Intel E8870 Chipsatz</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Hewlett-Packard</h3>
|
||||
<h3>Hewlett-Packard</h3>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>Typ</td>
|
||||
<td>Prozessor</td>
|
||||
<td># CPUs</td>
|
||||
<td>Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>i2000</td>
|
||||
<td>Itanium</td>
|
||||
<td>2</td>
|
||||
<td>460GX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rx2600</td>
|
||||
<td>Itanium 2</td>
|
||||
<td>2</td>
|
||||
<td>zx1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rx5670</td>
|
||||
<td>Itanium 2</td>
|
||||
<td>4</td>
|
||||
<td>zx1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>zx2000</td>
|
||||
<td>Itanium 2</td>
|
||||
<td>1</td>
|
||||
<td>zx1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>zx6000</td>
|
||||
<td>Itanium 2</td>
|
||||
<td>2</td>
|
||||
<td>zx1</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/entry_level/rx1600/index.html">
|
||||
Integrity rx1600</a></td>
|
||||
<td>2-fach Itanium 2</td>
|
||||
<td>HP zx1 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/entry_level/rx2600/index.html">
|
||||
Integrity rx2600</a></td>
|
||||
<td>2-fach Itanium 2</td>
|
||||
<td>HP zx1 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/entry_level/rx4640/index.html">
|
||||
Integrity rx4640</a></td>
|
||||
<td>4-fach Itanium 2</td>
|
||||
<td>HP zx1 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/entry_level/rx5670/index.html">
|
||||
Integrity rx5670</a></td>
|
||||
<td>4-fach Itanium 2</td>
|
||||
<td>HP zx1 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/mid_range/rx7620/index.html">
|
||||
Integrity rx7620</a></td>
|
||||
<td>8-fach Itanium 2</td>
|
||||
<td>HP sx1000 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/mid_range/rx8620/index.html">
|
||||
Integrity rx8620</a></td>
|
||||
<td>16-fach Itanium 2</td>
|
||||
<td>HP sx1000 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/superdome_high_end/index.html">
|
||||
Integrity Superdome</a></td>
|
||||
<td>bis zu 64-fach Itanium 2</td>
|
||||
<td>HP sx1000 Chipsatz</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Unisys</h3>
|
||||
<h3>IBM</h3>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>Typ</td>
|
||||
<td>Prozessor</td>
|
||||
<td># CPUs</td>
|
||||
<td>Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ES7000 Orion 130</td>
|
||||
<td>Itanium 2</td>
|
||||
<td>32</td>
|
||||
<td>?</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td><a href="http://www.pc.ibm.com/us/eserver/xseries/x382.html">
|
||||
eserver xSeries 382</a></td>
|
||||
<td>2-fach Itanium 2</td>
|
||||
<td>IBM XA-64 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.pc.ibm.com/us/eserver/xseries/x450.html">
|
||||
eserver xSeries 450</a></td>
|
||||
<td>4-fach Itanium 2</td>
|
||||
<td>IBM XA-64 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.pc.ibm.com/us/eserver/xseries/x455.html">
|
||||
eserver xSeries 455</a></td>
|
||||
<td>16-fach Itanium 2</td>
|
||||
<td>IBM XA-64 Chipsatz</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
<h3>NEC</h3>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td><a href="http://www.necsam.com/servers/products/model.cfm?model=10">
|
||||
Express5800/1000 series</a></td>
|
||||
<td>bis zu 32-fach Itanium 2</td>
|
||||
<td>unbekannt</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Supermicro</h3>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td><a href="http://www.supermicro.com/PRODUCT/SUPERServer/SuperServer6113L-8.htm">
|
||||
SuperServer 6113L-8</a></td>
|
||||
<td>2-fach Itanium 2</td>
|
||||
<td>Intel E8870 Chipsatz</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.supermicro.com/PRODUCT/SUPERServer/SuperServer6113M-i.htm">
|
||||
SuperServer 6113M-i</a></td>
|
||||
<td>2-fach Itanium 2</td>
|
||||
<td>Intel E8870 Chipsatz</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Unisys</h3>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td><a href="http://www.unisys.com/products/es7000__servers/hardware/aries__410__server.htm">
|
||||
ES7000 Aries 410</a></td>
|
||||
<td>8-fach Itanium 2</td>
|
||||
<td>unbekannt</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.unisys.com/products/es7000__servers/hardware/aries__420__.htm">
|
||||
ES7000 Aries 420</a></td>
|
||||
<td>16-fach Itanium 2</td>
|
||||
<td>unbekannt</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.unisys.com/products/es7000__servers/hardware/orion__430.htm">
|
||||
ES7000 Orion 430</a></td>
|
||||
<td>2*16-fach Itanium 2</td>
|
||||
<td>unbekannt</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://www.unisys.com/products/es7000__servers/hardware/orion__560.htm">
|
||||
ES7000 Orion 560</a></td>
|
||||
<td>2*16-fach Itanium 2 + 32-fach Xeon</td>
|
||||
<td>unbekannt</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</html>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/refs.sgml,v 1.5 2003/10/19 21:32:18 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.5">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/refs.sgml,v 1.7 2004/05/04 14:37:09 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.6">
|
||||
<!ENTITY title "FreeBSD/ia64 Projekt – Referenzen">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -69,7 +69,7 @@
|
|||
<h3>Laufzeit</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://developer.intel.com/design/itanium/downloads/245358.htm">Software Conventions & Runtime Architecture Guide</a></li>
|
||||
<li><a href="http://developer.intel.com/design/itanium/downloads/245358.htm">Software Conventions & Runtime Architecture Guide</a></li>
|
||||
<li><a href="http://developer.intel.com/design/itanium/downloads/245370.htm">Processor-specific Application Binary Interface (ABI)</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/todo.sgml,v 1.7 2003/10/23 20:21:45 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.6">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/todo.sgml,v 1.8 2004/05/04 14:36:08 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.7">
|
||||
<!ENTITY title "FreeBSD/ia64 Projekt – offene Punkte">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/mips.sgml,v 1.8 2003/10/23 20:21:44 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.3">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/mips.sgml,v 1.9 2004/05/04 00:55:59 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY title "FreeBSD/MIPS Projekt">
|
||||
<!ENTITY email 'freebsd-mips'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/pc98.sgml,v 1.7 2003/12/26 11:49:35 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.8">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/pc98.sgml,v 1.10 2004/05/04 00:58:00 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.10">
|
||||
<!ENTITY title "FreeBSD/pc98 Projekt">
|
||||
<!ENTITY email 're-pc98'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
|
@ -22,13 +22,12 @@
|
|||
|
||||
<h3>FreeBSD/pc98 Hardware-Hinweise</h3>
|
||||
|
||||
<a href="http://www.FreeBSD.org/relnotes/CURRENT/hardware/pc98/index.html">5.1-CURRENT
|
||||
<a href="http://www.FreeBSD.org/relnotes/CURRENT/hardware/pc98/index.html">&rel.current;-CURRENT
|
||||
Hardware Hinweise</a>
|
||||
|
||||
<h3>Was noch getan werden muss</h3>
|
||||
|
||||
<ul>
|
||||
<li>Wiederherstellen des fd Treibers auf -CURRENT.</li>
|
||||
<li>Redefinieren des Ressourcenverwaltungssystems um unstetige Ressource
|
||||
zu unterstützen.</li>
|
||||
<li>Wiederherstellen von PC-9801-86 Soundkarten-Unterstützung.</li>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ppc.sgml,v 1.8 2003/10/23 20:21:44 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.8">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ppc.sgml,v 1.9 2004/05/04 00:59:08 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.9">
|
||||
<!ENTITY title "FreeBSD/ppc Projekt">
|
||||
<!ENTITY email 'freebsd-ppc'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/sparc.sgml,v 1.8 2003/11/18 00:52:08 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.17">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/sparc.sgml,v 1.9 2004/05/04 01:01:02 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.18">
|
||||
<!ENTITY title "FreeBSD/sparc64 Projekt">
|
||||
<!ENTITY email 'freebsd-sparc64'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/index.sgml,v 1.10 2004/01/03 01:26:28 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.94">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/index.sgml,v 1.12 2004/05/04 15:06:05 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.97">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -77,11 +77,33 @@
|
|||
Teil mehrere Jahre alten Dokumente zu übersetzen.</p>
|
||||
|
||||
<ul>
|
||||
<li><b>5.2</b> (Januar, 2004)
|
||||
<em>
|
||||
<a href="./5.2R/relnotes.html">Release Notes</a>:
|
||||
<a href="./5.2R/hardware.html">Hardware Notes</a>:
|
||||
<a href="./5.2R/installation.html">Installation Notes</a>:
|
||||
<a href="./5.2R/errata.html">Errata</a>:
|
||||
<a href="./5.2R/early-adopter.html">Early Adopter's Guide</a>
|
||||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>5.1</b> (Juni, 2003)
|
||||
<em>
|
||||
<a href="./5.1R/announce.html">Announcement</a>:
|
||||
<a href="./5.1R/relnotes.html">Release Notes</a>:
|
||||
<a href="./5.1R/hardware.html">Hardware Notes</a>:
|
||||
<a href="./5.1R/installation.html">Installation Notes</a>:
|
||||
<a href="./5.1R/errata.html">Errata</a>:
|
||||
<a href="./5.1R/early-adopter.html">Early Adopter's Guide</a>
|
||||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>5.0</b> (Januar, 2003)
|
||||
<em>
|
||||
<a href="./5.0R/announce.html">Announcement</a>:
|
||||
<a href="./5.0R/relnotes.html">Release Notes</a>:
|
||||
<a href="./5.0R/hardware.html">Hardware Notes</a>:
|
||||
<a href="./5.0R/installation.html">Installation Notes</a>:
|
||||
<a href="./5.0R/errata.html">Errata</a>:
|
||||
<a href="./5.0R/early-adopter.html">Early Adopter's Guide</a>
|
||||
</em>
|
||||
|
@ -183,9 +205,14 @@
|
|||
|
||||
<p>Ein Übersicht über die Anzahl der Anwender der
|
||||
einzelnen FreeBSD-Versionen kann bei <a
|
||||
href="http://www.FreeBSD.org/statistic/release_usage/2004/">
|
||||
http://www.FreeBSD.org/statistic/release_usage/2003/</a>
|
||||
eingesehen werden.
|
||||
<br>
|
||||
Die Nutzerstatistiken des letzten Jahres sind unter <a
|
||||
href="http://www.FreeBSD.org/statistic/release_usage/2003/">
|
||||
http://www.FreeBSD.org/statistic/release_usage/2003/</a>
|
||||
eingesehen werden.</p>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/relnotes.sgml,v 1.5 2003/08/10 15:22:57 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.8">
|
||||
<!ENTITY date "$FreeBSD: www/de/relnotes.sgml,v 1.3 2003/08/10 19:51:58 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/relnotes.sgml,v 1.6 2004/05/04 00:21:24 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.10">
|
||||
<!ENTITY title "Release Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -76,21 +76,24 @@
|
|||
<a href="relnotes/CURRENT/relnotes/pc98/article.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/alpha/article.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/sparc64/article.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/relnotes/ia64/article.html">ia64</a>)</li>
|
||||
<a href="relnotes/CURRENT/relnotes/ia64/article.html">ia64</a>
|
||||
<a href="relnotes/CURRENT/relnotes/amd64/article.html">amd64</a>)</li>
|
||||
|
||||
<li>Hardware Notes
|
||||
(<a href="relnotes/CURRENT/hardware/i386/article.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/hardware/pc98/article.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/hardware/alpha/article.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/hardware/sparc64/article.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/hardware/ia64/article.html">ia64</a>)</li>
|
||||
<a href="relnotes/CURRENT/hardware/ia64/article.html">ia64</a>
|
||||
<a href="relnotes/CURRENT/hardware/amd64/article.html">amd64</a>)</li>
|
||||
|
||||
<li>Installation Instructions
|
||||
(<a href="relnotes/CURRENT/installation/i386/article.html">i386</a>,
|
||||
<a href="relnotes/CURRENT/installation/pc98/article.html">pc98</a>,
|
||||
<a href="relnotes/CURRENT/installation/alpha/article.html">alpha</a>,
|
||||
<a href="relnotes/CURRENT/installation/sparc64/article.html">sparc64</a>,
|
||||
<a href="relnotes/CURRENT/installation/ia64/article.html">ia64</a>)</li>
|
||||
<a href="relnotes/CURRENT/installation/ia64/article.html">ia64</a>
|
||||
<a href="relnotes/CURRENT/installation/amd64/article.html">amd64</a>)</li>
|
||||
|
||||
<li><a href="relnotes/CURRENT/errata/article.html">Errata</a></li>
|
||||
</ul>
|
||||
|
@ -124,7 +127,7 @@
|
|||
<p>Die Release-Dokumentation für FreeBSD -CURRENT, -STABLE
|
||||
und die letzten -RELEASES ist den Formaten HTML, PDF und Text
|
||||
auf der <a
|
||||
href="http://people.freebsd.org/~bmah/relnotes/">Release
|
||||
href="http://people.FreeBSD.org/~bmah/relnotes/">Release
|
||||
Documentation Snapshot Site</a> verfügbar. Die auf dieser
|
||||
Seite verfügbaren Versionen werden in
|
||||
unregelmäßigen Abständen aktualisiert.</p>
|
||||
|
|
Loading…
Reference in a new issue