Merge new web redesign to German tree.
Submitted by: Emily Boyd <emilyboyd@emilyboyd.com> Sponsored by: Google Summer of Code 2005
This commit is contained in:
parent
27aba1d5f2
commit
01b3e4af6c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25821
67 changed files with 1065 additions and 618 deletions
14
de/Makefile
14
de/Makefile
|
@ -1,8 +1,8 @@
|
|||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD German Documentation Project
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-www/Makefile,v 1.30 2005/09/18 10:33:53 jkois Exp $
|
||||
# basiert auf: 1.124
|
||||
# $FreeBSD: www/de/Makefile,v 1.22 2005/08/25 15:37:31 jkois Exp $
|
||||
# $FreeBSDde: de-www/Makefile,v 1.29 2005/08/13 16:25:01 jkois Exp $
|
||||
# basiert auf: 1.117
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -13,7 +13,8 @@
|
|||
|
||||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= applications.sgml
|
||||
DOCS= about.sgml
|
||||
DOCS+= applications.sgml
|
||||
DOCS+= availability.sgml
|
||||
DOCS+= docs.sgml
|
||||
DOCS+= features.sgml
|
||||
|
@ -62,6 +63,7 @@ index.html: index.xsl ${XML_INCLUDES}\
|
|||
${XML_NEWS_INCLUDES} \
|
||||
${XML_NEWS_NEWS} ${XML_NEWS_NEWS_MASTER} \
|
||||
${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \
|
||||
${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE} \
|
||||
${XML_MIRRORS} ${XML_TRANSTABLE} \
|
||||
${XML_ADVISORIES} ${XML_NOTICES} \
|
||||
${XML_NAVIGATION}
|
||||
|
@ -74,9 +76,11 @@ index.html: index.xsl ${XML_INCLUDES}\
|
|||
--param news.press.xml "'${XML_NEWS_PRESS}'" \
|
||||
--param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \
|
||||
--param news.project.xml "'${XML_NEWS_NEWS}'" \
|
||||
--param events.xml-master "'${XML_EVENTS_EVENTS_MASTER}'" \
|
||||
--param curdate.xml "'${XML_EVENTS_CURDATE}'" \
|
||||
--param notices.xml "'${XML_NOTICES}'" \
|
||||
--param transtable.xml "'${XML_TRANSTABLE}'" \
|
||||
${.CURDIR}/index.xsl ${XML_NEWS_NEWS}
|
||||
${.CURDIR}/index.xsl ${XML_NEWS_NEWS} ${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
|
108
de/about.sgml
Normal file
108
de/about.sgml
Normal file
|
@ -0,0 +1,108 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.192 2005/08/17 07:19:59 linimon Exp $">
|
||||
<!ENTITY title "About FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>What is FreeBSD?</h2>
|
||||
|
||||
<p>FreeBSD is an advanced operating system for x86
|
||||
compatible (including Pentium® and Athlon™), amd64
|
||||
compatible (including Opteron™, Athlon 64, and EM64T),
|
||||
Alpha/AXP, IA-64, PC-98 and UltraSPARC®
|
||||
architectures. It is derived from BSD, the version of
|
||||
&unix; developed at the
|
||||
University of California, Berkeley. It is developed
|
||||
and maintained by <a
|
||||
href="&base;/doc/en_US.ISO8859-1/articles/contributors/index.html">a
|
||||
large team of individuals</a>. Additional <a
|
||||
href="&base;/platforms/index.html">platforms</a> are
|
||||
in various stages of development.</p>
|
||||
|
||||
<h2>Cutting edge features</h2>
|
||||
|
||||
<p>FreeBSD offers advanced networking, performance, security
|
||||
and compatibility
|
||||
<a href="&base;/features.html">features</a>
|
||||
today which are still missing in other operating systems,
|
||||
even some of the best commercial ones.</p>
|
||||
|
||||
<h2>Powerful Internet solutions</h2>
|
||||
|
||||
<p>FreeBSD makes an ideal
|
||||
<a href="&base;/internet.html">Internet or Intranet</a>
|
||||
server. It provides robust network services under the heaviest
|
||||
loads and uses memory efficiently to maintain good response
|
||||
times for thousands of simultaneous user processes.</p>
|
||||
|
||||
<h2>Run a huge number of
|
||||
applications</h2>
|
||||
|
||||
<p>The quality of FreeBSD combined with today's low-cost,
|
||||
high-speed PC hardware makes FreeBSD a very economical
|
||||
alternative to commercial &unix;
|
||||
workstations. It is well-suited
|
||||
for a great number of both desktop and server
|
||||
<a href="&base;/applications.html">applications</a>.</p>
|
||||
|
||||
<h2>Easy to install</h2>
|
||||
|
||||
<p>FreeBSD can be installed from a variety of media
|
||||
including CD-ROM, DVD-ROM, floppy disk, magnetic tape,
|
||||
an MS-DOS® partition, or if you have a network
|
||||
connection, you can install it <i>directly</i> over
|
||||
anonymous FTP or NFS. All you need is a couple of
|
||||
formatted 1.44MB floppies and <a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/handbook/install.html">these
|
||||
directions</a>.</p>
|
||||
|
||||
<h2>FreeBSD is <i>free</i></h2>
|
||||
|
||||
<a href="&base;/copyright/daemon.html"><img src="gifs/dae_up3.gif" alt="The BSD Daemon" height="81" width="72" align="right" border="0"></a>
|
||||
|
||||
<p>While you might expect an operating system with these
|
||||
features to sell for a high price, FreeBSD is available
|
||||
<a href="&base;/copyright/index.html">free of charge</a>
|
||||
and comes with full source code. If you would like to
|
||||
purchase or download a copy to try out,
|
||||
<a href="&base;/doc/en_US.ISO8859-1/books/handbook/mirrors.html">more
|
||||
information is available</a>.</p>
|
||||
|
||||
<h2>Contributing to FreeBSD</h2>
|
||||
|
||||
<p>It is easy to contribute to FreeBSD. All you need to do
|
||||
is find a part of FreeBSD which you think could be
|
||||
improved and make those changes (carefully and cleanly)
|
||||
and submit that back to the Project by means of send-pr
|
||||
or a committer, if you know one. This could be anything
|
||||
from documentation to artwork to source code. See the
|
||||
<a href="&base;/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing
|
||||
to FreeBSD</a> article for more information.</p>
|
||||
|
||||
<p>Even if you are not a programmer, there are other
|
||||
ways to contribute to FreeBSD. The <a
|
||||
href="http://www.FreeBSDFoundation.org">FreeBSD
|
||||
Foundation</a> is a non-profit organization for which
|
||||
direct contributions are fully tax deductible. Please
|
||||
contact <a
|
||||
href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a>
|
||||
for more information or write to: The FreeBSD
|
||||
Foundation, 7321 Brockway Dr., Boulder, CO 80303,
|
||||
USA.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
|
@ -1,28 +1,24 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/applications.sgml,v 1.7 2005/04/17 21:04:49 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/applications.sgml,v 1.14 2005/03/15 19:14:33 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.28">
|
||||
<!ENTITY title "Anwendungen für FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>Entdecken Sie die Möglichkeiten mit FreeBSD</h1>
|
||||
|
||||
<blockquote>
|
||||
<h2>Entdecken Sie die Möglichkeiten mit FreeBSD</h2>
|
||||
|
||||
<p>FreeBSD kann fast jede Aufgabe übernehmen, die Sie von einer
|
||||
&unix; Workstation erwarten, aber auch solche, die Sie vielleicht
|
||||
nicht erwarten:</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">FreeBSD ist ein echtes Betriebssystem
|
||||
mit vollständig verfügbarem Quelltext.</font></font>
|
||||
|
||||
|
||||
<blockquote>
|
||||
|
||||
<h2>FreeBSD ist ein echtes Betriebssystem
|
||||
mit vollständig verfügbarem Quelltext.</h2>
|
||||
|
||||
<p>Es besteht kein Zweifel, dass so genannte "Offene Systeme"
|
||||
<i>die</i> Bedingung für heutige Computer-Anwendungen sind.
|
||||
Aber keine kommerzielle Lösung ist offener als eine,
|
||||
|
@ -37,13 +33,10 @@
|
|||
href="&base;/../copyright/freebsd-license.html">Lizenz</a>,
|
||||
können Sie FreeBSD als Basis für alle nur denkbaren
|
||||
kostenlosen <i>oder kommerziellen</i> Anwendungen benutzen.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">FreeBSD ist bereit
|
||||
für Tausende von Programmen.</font></font>
|
||||
<h2>FreeBSD ist bereit
|
||||
für Tausende von Programmen.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Da FreeBSD auf 4.4BSD, einer Industrie-Standardversion
|
||||
von UNIX, basiert, ist es sehr einfach, Programme zu
|
||||
kompilieren und auszuführen.
|
||||
|
@ -126,13 +119,10 @@
|
|||
und vieles mehr - das alles sind heutzutage bereits echte
|
||||
Anwendungsgebiete von FreeBSD.</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">FreeBSD ist ein Betriebssystem,
|
||||
das mit Ihren Ansprüchen wächst.</font></font>
|
||||
<h2>FreeBSD ist ein Betriebssystem,
|
||||
das mit Ihren Ansprüchen wächst.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Obwohl FreeBSD freie Software ist, ist es auch Software,
|
||||
für die es <i>Unterstützung</i> gibt. Jede Frage, die Sie
|
||||
haben, kann zu Hunderten von FreeBSD-Entwicklern und Benutzern
|
||||
|
@ -150,17 +140,14 @@
|
|||
FreeBSD-Benutzer sind ziemlich stolz darauf, dass ihre
|
||||
Systeme nicht nur schnell, sondern zugleich auch noch
|
||||
äußerst stabil sind.</p>
|
||||
</blockquote>
|
||||
|
||||
<h2>Was Experten sagen ...</h2>
|
||||
|
||||
<blockquote>
|
||||
<p><i>``FreeBSD handles [our] heavy load quite well and it is nothing
|
||||
short of amazing. Salutations to the FreeBSD team.''</i></p>
|
||||
|
||||
<div align="right"><p>---Mark Hittinger, administrator of WinNet
|
||||
Communications, Inc.</p></div>
|
||||
</blockquote>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/availability.sgml,v 1.5 2003/08/18 11:08:56 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/availability.sgml,v 1.9 2003/08/14 23:14:28 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.33">
|
||||
<!ENTITY title "Bezugsquellen von FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/docs.sgml,v 1.5 2005/08/25 15:37:31 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/docs.sgml,v 1.11 2005/09/18 14:39:04 jkois Exp $">
|
||||
<!ENTITY title "Dokumentation">
|
||||
<!ENTITY reference "basiert auf: 1.193">
|
||||
|
@ -8,6 +8,7 @@
|
|||
<!ENTITY url.books "../doc/en_US.ISO8859-1/books">
|
||||
<!ENTITY url.books.de "../doc/de_DE.ISO8859-1/books">
|
||||
<!ENTITY url.mancgi "http://www.FreeBSD.org/cgi/man.cgi">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,27 +1,23 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/features.sgml,v 1.3 2004/11/10 16:30:21 brueffer Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/features.sgml,v 1.8 2004/11/07 16:22:48 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.21">
|
||||
<!ENTITY title "Die Vorteile von FreeBSD">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>FreeBSD bietet viele Vorteile.</h1>
|
||||
<h2>FreeBSD bietet viele Vorteile.</h2>
|
||||
|
||||
<blockquote>
|
||||
<p>Egal welche Anwendung, Sie möchten Ihr System optimal
|
||||
ausnutzen. FreeBSD gibt Ihnen die Möglichkeit, genau
|
||||
das zu tun.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">Ein komplettes Betriebssystem,
|
||||
basierend auf 4.4BSD.</font></font>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<h2>Ein komplettes Betriebssystem, basierend auf 4.4BSD.</h2>
|
||||
|
||||
<p>FreeBSD hat seine Ursprünge in den letzten der
|
||||
<b>BSD</b> Software Versionen der Computer Systems
|
||||
Research Group von der University of California, Berkeley.
|
||||
|
@ -36,14 +32,11 @@
|
|||
stark erweitert. Das Ziel jedes neuen Release ist ein
|
||||
stabileres und schnelleres Betriebssystem, das neue, von
|
||||
Benutzern vorgeschlagene, Funktionen enthält.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">FreeBSD bietet höhere
|
||||
|
||||
<h2>FreeBSD bietet höhere
|
||||
Geschwindigkeit, größere Kompatibilität
|
||||
und weniger Aufwand bei der Systemadministration.</font></font>
|
||||
|
||||
<blockquote>
|
||||
und weniger Aufwand bei der Systemadministration.</h2>
|
||||
|
||||
<p>Die Entwickler von FreeBSD haben einige der größeren
|
||||
Probleme des Betriebssystem-Designs in Angriff genommen
|
||||
und daher kann FreeBSD nun mit folgenden Besonderheiten
|
||||
|
@ -100,14 +93,11 @@
|
|||
Ein- und Ausgaben auf Sockets), Unterstützung für
|
||||
ACPI und erweiterte Sicherheitsfunktionen, wie
|
||||
vorgeschriebene Zugriffskontrollen.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">FreeBSD besitzt
|
||||
|
||||
<h2>FreeBSD besitzt
|
||||
viele Sicherheitsmerkmale, die Netze und Server
|
||||
schützen.</font></font>
|
||||
|
||||
<blockquote>
|
||||
schützen.</h2>
|
||||
|
||||
<p>Den FreeBSD-Entwicklern bedeutet Sicherheit
|
||||
genau so viel wie Schnelligkeit und
|
||||
Stabilität. Der Kernel
|
||||
|
@ -120,8 +110,7 @@
|
|||
in chroot-Umgebungen (eingeschräkte Zugriffe auf
|
||||
das Dateisystem), sichere RPCs und Zugriffskontrolllisten
|
||||
für Dienste, die mit den TCP-Wrappern zusammenarbeiten.</p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
19
de/includes.navabout.sgml
Normal file
19
de/includes.navabout.sgml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navabout.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/about.html">About</a></li>
|
||||
<li><a href="&base;/features.html">Features</a></li>
|
||||
<li><a href="&base;/applications.html">Applications</a></li>
|
||||
<li><a href="&base;/internet.html">Internetworking</a></li>
|
||||
<li><a href="&enbase;/advocacy/">Advocacy</a></li>
|
||||
<li><a href="&enbase;/marketing/">Marketing</a></li>
|
||||
<li><a href="&base;/news/newsflash.html">News</a></li>
|
||||
<li><a href="&enbase;/events/events.html">Veranstaltungen</a></li>
|
||||
<li><a href="&base;/news/press.html">Press</a></li>
|
||||
<li><a href="&enbase;/art.html">Artwork</a></li>
|
||||
<li><a href="&enbase;/donations/">Spenden</a></li>
|
||||
<li><a href="&enbase;/copyright/">Legal Notices</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
13
de/includes.navcommunity.sgml
Normal file
13
de/includes.navcommunity.sgml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navcommunity.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&enbase;/community.html">Community</a></li>
|
||||
<!--li><a href="&base;/community/mailinglists.html"> Mailinglisten</a></li>
|
||||
<li><a href="&base;/community/irc.html">IRC</a></li>
|
||||
<li><a href="&base;/community/newsgroups.html">Newsgroups</a></li>
|
||||
<li><a href="&base;/usergroups.html">Benutzergruppen</a></li>
|
||||
<li><a href="&base;/community/webresources.html">Web Ressourcen</a></li-->
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
23
de/includes.navdevelopers.sgml
Normal file
23
de/includes.navdevelopers.sgml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/projects/index.html">Entwicklung</a></li>
|
||||
<li><a href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a></li>
|
||||
<li><a href="&enbase;/doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a></li>
|
||||
<li><a href="&base;/support.html#cvs">CVS Repository</a></li>
|
||||
<li><a href="&base;/releng/index.html">Release Engineering</a></li>
|
||||
<li><a href="&base;/platforms/">Plattformen</a>
|
||||
<ul>
|
||||
<li><a href="&base;/platforms/alpha.html">alpha</a></li>
|
||||
<li><a href="&base;/platforms/amd64.html">amd64</a></li>
|
||||
<li><a href="&base;/platforms/i386.html">i386</a></li>
|
||||
<li><a href="&base;/platforms/ia64.html">ia64</a></li>
|
||||
<li><a href="&base;/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="&base;/platforms/sparc.html">sparc64</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/articles/contributing/index.html">Contributing</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
20
de/includes.navdocs.sgml
Normal file
20
de/includes.navdocs.sgml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdocs.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/docs.html">Dokumentation</a></li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/books/faq/">FAQ</a></li>
|
||||
<li><a href="&enbase;/doc/&url.doc.langcode;/books/handbook/">Handbuch</a></li>
|
||||
<li><a href="&base;/docs.html#man">Manual-Pages</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/cgi/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/docs.html#books">Books and Articles Online</a></li>
|
||||
<li><a href="&enbase;/publish.html">Publications</a></li>
|
||||
<li><a href="&base;/docs.html#links">Web Ressourcen</a></li>
|
||||
<li><a href="&base;/projects/newbies.html">Für Einsteiger</a></li>
|
||||
<li><a href="&enbase;/docproj/">Documentation Project</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
16
de/includes.navdownload.sgml
Normal file
16
de/includes.navdownload.sgml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdownload.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/where.html">FreeBSD Bezugsquellen</a></li>
|
||||
<li><a href="&base;/releases/">Release Informationen</a>
|
||||
<ul>
|
||||
<li><a href="&u.rel.announce;">Produktionsreife: &rel.current;</a></li>
|
||||
<li><a href="&u.rel2.announce;">Ausgereift: &rel2.current;</a></li>
|
||||
<li><a href="&base;/snapshots/">Snapshot Releases</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&enbase;/ports/">Anwendungen (Ports)</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
24
de/includes.navsupport.sgml
Normal file
24
de/includes.navsupport.sgml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navsupport.sgml,v 1.5 2005/02/12 13:06:38 ceri Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="&base;/support.html">Hilfe</a></li>
|
||||
<li><a href="&enbase;/commercial/">Anbieter</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/commercial/software_bycat.html">Software</a></li>
|
||||
<li><a href="&enbase;/commercial/hardware.html">Hardware</a></li>
|
||||
<li><a href="&enbase;/commercial/consult_bycat.html">Beratung</a></li>
|
||||
<li><a href="&enbase;/commercial/isp.html">Internet Service Providers</a></li>
|
||||
<li><a href="&enbase;/commercial/misc.html">Verschiedenes</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/security/">Sicherheit</a></li>
|
||||
<li><a href="&base;/support.html#gnats">Fehlerberichte</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/send-pr.html">Einreichen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/support.html#general">Web Ressourcen</a></li>
|
||||
</ul>
|
||||
</div> <!-- sidenav -->'>
|
136
de/includes.sgml
136
de/includes.sgml
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-www/includes.sgml,v 1.28 2005/09/18 11:50:42 jkois Exp $
|
||||
$FreeBSD: www/de/includes.sgml,v 1.18 2005/08/25 15:37:31 jkois Exp $
|
||||
$FreeBSDde: de-www/includes.sgml,v 1.27 2005/08/15 12:29:02 jkois Exp $
|
||||
basiert auf: 1.62
|
||||
-->
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
|||
|
||||
<!ENTITY base CDATA ".">
|
||||
<!ENTITY debase CDATA "http://www.de.FreeBSD.org/de">
|
||||
<!ENTITY enbase CDATA "..">
|
||||
|
||||
<!-- Images -->
|
||||
<!ENTITY i.daemon '<img src="&base;/../gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
||||
|
@ -36,31 +37,108 @@
|
|||
©right;'>
|
||||
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/../gifs/home.gif"
|
||||
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
|
||||
<!ENTITY stylesheet '&base;/../freebsd.css'>
|
||||
<!ENTITY stylesheet '&enbase;/&base;/layout/css/fixed.css'>
|
||||
<!ENTITY stylesheetlarge '&enbase;/&base;/layout/css/fixed_large.css'>
|
||||
<!ENTITY nav ''>
|
||||
|
||||
<!-- Standard headers and footers -->
|
||||
|
||||
<!ENTITY header '<head><title>&title;</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" type="text/css" href="&stylesheet;"></head><body
|
||||
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
|
||||
src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
|
||||
<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
|
||||
<link rel="shortcut icon" href="&enbase;/&base;/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="&enbase;/&base;/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
|
||||
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
|
||||
<script type="text/javascript" src="&enbase;/&base;/layout/js/styleswitcher.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
||||
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
||||
<div id="headercontainer">
|
||||
|
||||
<map name="bar">
|
||||
<area shape="rect" coords="0,0,109,32" href="&base;/index.html" alt="Top">
|
||||
<area shape="rect" coords="110,0,215,32" href="&base;/../ports/index.html" alt="Anwendungen">
|
||||
<area shape="rect" coords="216,0,254,32" href="&base;/support.html" alt="Hilfe">
|
||||
<area shape="rect" coords="255,0,366,32" href="&base;/docs.html" alt="Dokumentation">
|
||||
<area shape="rect" coords="367,0,431,32" href="&base;/../commercial/commercial.html" alt="Anbieter">
|
||||
<area shape="rect" coords="432,0,477,32" href="&base;/../search/search.html" alt="Suche">
|
||||
<area shape="rect" coords="478,0,522,32" href="&base;/../search/index-site.html" alt="Inhalt">
|
||||
<area shape="rect" coords="523,0,564,32" href="&base;/index.html" alt="Top">
|
||||
<area shape="rect" href="&base;/index.html" coords="0,0,564,32" alt="Top">
|
||||
</map>'>
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="&base;" title="FreeBSD"><img src="&enbase;/&base;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
|
||||
</div> <!-- headerlogoleft -->
|
||||
<div id="headerlogoright">
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>
|
||||
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/donations/" title="Spenden">Spenden</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="&base;/mailto.html" title="Contact">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="&enbase;/cgi/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Suche</label></h2>
|
||||
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Suche"> <input id="submit" name="submit" type="submit" value="Suche">
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- search -->
|
||||
</div> <!-- headerlogoright -->
|
||||
|
||||
</div> <!-- header -->
|
||||
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="topnav">
|
||||
<ul id="topnavlist">
|
||||
<li>
|
||||
<a href="&base;/" title="Home">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/about.html" title="About">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/where.html" title="FreeBSD Bezugsquellen">FreeBSD Bezugsquellen</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/docs.html" title="Dokumentation">Dokumentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/community.html" title="Community">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&enbase;/projects/index.html" title="Entwicklung">Entwicklung</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="&base;/support.html" title="Hilfe">Hilfe</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- topnav -->
|
||||
</div> <!-- headercontainer -->
|
||||
|
||||
<div id="content">
|
||||
<div id="sidewrap">
|
||||
&nav;
|
||||
</div> <!-- sidewrap -->
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<h1>&title;</h1>'>
|
||||
|
||||
<!ENTITY footer '</div> <!-- contentwrap -->
|
||||
<br class="clearboth">
|
||||
|
||||
</div> <!-- content -->
|
||||
<div id="footer">
|
||||
©right;<br>
|
||||
&date;
|
||||
</div> <!-- footer -->
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->'>
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -85,17 +163,17 @@ src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0
|
|||
-->
|
||||
|
||||
<!ENTITY rel.current '5.4'>
|
||||
<!ENTITY rel.current.date 'Mai 2004'>
|
||||
<!ENTITY rel.current.date 'May 2004'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/relnotes.html'>
|
||||
<!ENTITY u.rel.announce '&base;/../releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&base;/../releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY u.rel.hardware '&base;/../releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY u.rel.early '&base;/../releases/&rel.current;R/early-adopter.html'>
|
||||
<!ENTITY u.rel.migration '&base;/../releases/&rel.current;R/migration-guide.html'>
|
||||
<!ENTITY u.rel.installation '&base;/../releases/&rel.current;R/installation.html'>
|
||||
<!ENTITY u.rel.readme '&base;/../releases/&rel.current;R/readme.html'>
|
||||
<!ENTITY u.rel.notes '&enbase;/releases/&rel.current;R/relnotes.html'>
|
||||
<!ENTITY u.rel.announce '&enbase;/releases/&rel.current;R/announce.html'>
|
||||
<!ENTITY u.rel.errata '&enbase;/releases/&rel.current;R/errata.html'>
|
||||
<!ENTITY u.rel.hardware '&enbase;/releases/&rel.current;R/hardware.html'>
|
||||
<!ENTITY u.rel.early '&enbase;/releases/&rel.current;R/early-adopter.html'>
|
||||
<!ENTITY u.rel.migration '&enbase;/releases/&rel.current;R/migration-guide.html'>
|
||||
<!ENTITY u.rel.installation '&enbase;/releases/&rel.current;R/installation.html'>
|
||||
<!ENTITY u.rel.readme '&enbase;/releases/&rel.current;R/readme.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '4.11'>
|
||||
|
|
278
de/includes.xsl
278
de/includes.xsl
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$
|
||||
<!-- $FreeBSD: www/de/includes.xsl,v 1.15 2005/05/20 17:13:46 brueffer Exp $
|
||||
$FreeBSDde: de-www/includes.xsl,v 1.21 2005/05/20 13:33:58 brueffer Exp $
|
||||
basiert auf: 1.20
|
||||
-->
|
||||
|
@ -40,55 +40,209 @@
|
|||
<a href="{$base}/index.html"><img src="{$enbase}/gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="section" select="''"/>
|
||||
|
||||
<xsl:variable name="header1">
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE"/>
|
||||
</head>
|
||||
<head><title><xsl:value-of select="$title"/></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="{$enbase}/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" media="screen" href="{$enbase}/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="{$enbase}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="{$enbase}/layout/js/styleswitcher.js"></script>
|
||||
</head>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:attribute-set name="att.body">
|
||||
<xsl:attribute name="text">#000000</xsl:attribute>
|
||||
<xsl:attribute name="bgcolor">#FFFFFF</xsl:attribute>
|
||||
<xsl:attribute name="alink">#FFCC33</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
|
||||
<xsl:variable name="header2">
|
||||
<img src="{$base}/gifs/bar.gif" alt="Navigation Bar" width="565"
|
||||
height="33" border="0" usemap="#bar"/>
|
||||
|
||||
<h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
|
||||
|
||||
<br clear="all"/>
|
||||
|
||||
<map name="bar">
|
||||
<area shape="rect" coords="0,0,109,32"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
<area shape="rect" coords="110,0,215,32"
|
||||
href="{$enbase}/ports/index.html" alt="Anwendungen"/>
|
||||
<area shape="rect" coords="216,0,254,32"
|
||||
href="{$enbase}/support.html" alt="Hilfe"/>
|
||||
<area shape="rect" coords="255,0,366,32"
|
||||
href="{$enbase}/docs.html" alt="Dokumentation"/>
|
||||
<area shape="rect" coords="367,0,431,32"
|
||||
href="{$enbase}/commercial/commercial.html" alt="Anbieter"/>
|
||||
<area shape="rect" coords="432,0,477,32"
|
||||
href="{$enbase}/search/search.html" alt="Suche"/>
|
||||
<area shape="rect" coords="478,0,522,32"
|
||||
href="{$enbase}/search/index-site.html" alt="Inhalt"/>
|
||||
<area shape="rect" coords="523,0,564,32"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
<area shape="rect" coords="0,0,564,32"
|
||||
href="{$base}/index.html" alt="Top"/>
|
||||
</map>
|
||||
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
|
||||
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
|
||||
<div id="headercontainer">
|
||||
|
||||
<div id="header">
|
||||
<h2 class="blockhide">Header And Logo</h2>
|
||||
<div id="headerlogoleft">
|
||||
<a href="{$base}" title="FreeBSD"><img src="{$enbase}/layout/images/logo.png" width="360" height="40" alt="FreeBSD" /></a>
|
||||
</div> <!-- headerlogoleft -->
|
||||
<div id="headerlogoright">
|
||||
<h2 class="blockhide">Peripheral Links</h2>
|
||||
<div id="searchnav">
|
||||
<ul id="searchnavlist">
|
||||
<li>
|
||||
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/donations/" title="Spenden">Spenden</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$base}/mailto.html" title="Contact">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="{$enbase}/cgi/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Suche</label></h2>
|
||||
<input type="hidden" name="max" value="25" /> <input type="hidden" name="source" value="www" /><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Suche" /> <input id="submit" name="submit" type="submit" value="Suche" />
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- search -->
|
||||
</div> <!-- headerlogoright -->
|
||||
|
||||
</div> <!-- header -->
|
||||
|
||||
<h2 class="blockhide">Site Navigation</h2>
|
||||
<div id="topnav">
|
||||
<ul id="topnavlist">
|
||||
<li>
|
||||
<a href="{$base}/" title="Home">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/about.html" title="About">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/where.html" title="FreeBSD Bezugsquellen">FreeBSD Bezugsquellen</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/docs.html" title="Dokumentation">Dokumentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/community.html" title="Community">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/projects/index.html" title="Entwicklung">Entwicklung</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/support.html" title="Hilfe">Hilfe</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- topnav -->
|
||||
</div> <!-- headercontainer -->
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="header3">
|
||||
<h1><xsl:value-of select="$title"/></h1>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="sidenav">
|
||||
<div id="sidewrap">
|
||||
|
||||
<div id="sidenav">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
|
||||
<xsl:if test="$section = 'about'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/about.html">About</a></li>
|
||||
<li><a href="{$base}/features.html">Features</a></li>
|
||||
<li><a href="{$base}/applications.html">Applications</a></li>
|
||||
<li><a href="{$base}/internet.html">Internetworking</a></li>
|
||||
<li><a href="{$enbase}/advocacy/">Advocacy</a></li>
|
||||
<li><a href="{$enbase}/marketing/">Marketing</a></li>
|
||||
<li><a href="{$base}/news/newsflash.html">News</a></li>
|
||||
<li><a href="{$enbase}/events/events.html">Veranstaltungen</a></li>
|
||||
<li><a href="{$base}/news/press.html">Press</a></li>
|
||||
<li><a href="{$enbase}/art.html">Artwork</a></li>
|
||||
<li><a href="{$enbase}/donations/">Spenden</a></li>
|
||||
<li><a href="{$enbase}/copyright/">Legal Notices</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$section = 'community'" >
|
||||
<ul>
|
||||
<li><a href="{$enbase}/community.html">Community</a></li>
|
||||
<!--li><a href="{$base}/community/mailinglists.html"> Mailinglisten</a></li>
|
||||
<li><a href="{$base}/community/irc.html">IRC</a></li>
|
||||
<li><a href="{$base}/community/newsgroups.html">Newsgroups</a></li>
|
||||
<li><a href="{$base}/usergroups.html">Benutzergruppen</a></li>
|
||||
<li><a href="{$base}/community/webresources.html">Web Ressourcen</a></li-->
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$section = 'developers'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/projects/index.html">Entwicklung</a></li>
|
||||
<li><a href="{$enbase}/doc/en_US.ISO8859-1/books/developers-handbook">Developer's Handbook</a></li>
|
||||
<li><a href="{$enbase}/doc/en_US.ISO8859-1/books/porters-handbook">Porter's Handbook</a></li>
|
||||
<li><a href="{$base}/support.html#cvs">CVS Repository</a></li>
|
||||
<li><a href="{$base}/releng/index.html">Release Engineering</a></li>
|
||||
<li><a href="{$base}/platforms/">Plattformen</a>
|
||||
<ul>
|
||||
<li><a href="{$base}/platforms/alpha.html">alpha</a></li>
|
||||
<li><a href="{$base}/platforms/amd64.html">amd64</a></li>
|
||||
<li><a href="{$base}/platforms/i386.html">i386</a></li>
|
||||
<li><a href="{$base}/platforms/ia64.html">ia64</a></li>
|
||||
<li><a href="{$base}/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="{$base}/platforms/sparc.html">sparc64</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$enbase}/doc/{$url.doc.langcode}/articles/contributing/index.html">Contributing</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$section = 'docs'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/docs.html">Dokumentation</a></li>
|
||||
<li><a href="{$enbase}/doc/{$url.doc.langcode}/books/faq/">FAQ</a></li>
|
||||
<li><a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/">Handbuch</a></li>
|
||||
<li><a href="{$base}/docs.html#man">Manual-Pages</a>
|
||||
<ul>
|
||||
<li><a href="{$enbase}/cgi/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/docs.html#books">Books and Articles Online</a></li>
|
||||
<li><a href="{$enbase}/publish.html">Publications</a></li>
|
||||
<li><a href="{$base}/docs.html#links">Web Ressourcen</a></li>
|
||||
<li><a href="{$base}/projects/newbies.html">Für Einsteiger</a></li>
|
||||
<li><a href="{$enbase}/docproj/">Documentation Project</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$section = 'download'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/where.html">FreeBSD Bezugsquellen</a></li>
|
||||
<li><a href="{$base}/releases/">Release Informationen</a>
|
||||
<ul>
|
||||
<li><a href="{$u.rel.announce}">Produktionsreife: <xsl:value-of select="$rel.current"/></a></li>
|
||||
<li><a href="{$u.rel2.announce}">Ausgereift: <xsl:value-of select="$rel2.current"/></a></li>
|
||||
<li><a href="{$base}/snapshots/">Snapshot Releases</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$enbase}/ports/">Anwendungen (Ports)</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="$section = 'support'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/support.html">Hilfe</a></li>
|
||||
<li><a href="{$enbase}/commercial/">Anbieter</a>
|
||||
<ul>
|
||||
<li><a href="{$enbase}/commercial/software_bycat.html">Software</a></li>
|
||||
<li><a href="{$enbase}/commercial/hardware.html">Hardware</a></li>
|
||||
<li><a href="{$enbase}/commercial/consult_bycat.html">Beratung</a></li>
|
||||
<li><a href="{$enbase}/commercial/isp.html">Internet Service Providers</a></li>
|
||||
<li><a href="{$enbase}/commercial/misc.html">Verschiedenes</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/security/">Sicherheit</a></li>
|
||||
<li><a href="{$base}/support.html#gnats">Fehlerberichte</a>
|
||||
<ul>
|
||||
<li><a href="{$enbase}/send-pr.html">Einreichen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/support.html#general">Web Ressourcen</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
</div> <!-- sidenav -->
|
||||
|
||||
</div> <!-- sidewrap -->
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="footer">
|
||||
<hr noshade="noshade"/>
|
||||
<address><xsl:copy-of select="$author"/><br/>
|
||||
<xsl:copy-of select="$date"/></address>
|
||||
<div id="footer">
|
||||
<xsl:copy-of select="$copyright"/><br />
|
||||
<xsl:copy-of select="$date"/>
|
||||
</div> <!-- footer -->
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.4"'/>
|
||||
|
@ -122,38 +276,4 @@
|
|||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/installation.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.readme">
|
||||
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/readme.html</xsl:variable>
|
||||
|
||||
<!-- template: "html-index-advisories-items-lastmodified" -->
|
||||
|
||||
<xsl:template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:param name="advisories.xml" select="''" />
|
||||
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text>. </xsl:text>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::month[position() = 1]/name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::year[position() = 1]/name"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-index-news-project-items-lastmodified" -->
|
||||
|
||||
<xsl:template name="html-index-news-project-items-lastmodified">
|
||||
<xsl:param name="advisories.xml" select="''" />
|
||||
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text>. </xsl:text>
|
||||
<xsl:call-template name="transtable-lookup">
|
||||
<xsl:with-param name="word-group" select="'number-month'" />
|
||||
<xsl:with-param name="word">
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::month[position() = 1]/name"/>
|
||||
</xsl:with-param>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::year[position() = 1]/name"/>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
575
de/index.xsl
575
de/index.xsl
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSD: www/de/index.xsl,v 1.22 2005/05/20 17:13:46 brueffer Exp $
|
||||
$FreeBSDde: de-www/index.xsl,v 1.46 2005/04/18 15:45:01 jkois Exp $
|
||||
basiert auf: 1.127
|
||||
-->
|
||||
|
@ -11,7 +11,7 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/de/index.xsl,v 1.22 2005/05/20 17:13:46 brueffer Exp $'"/>
|
||||
<xsl:variable name="title" select="'Das FreeBSD Projekt'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -23,392 +23,301 @@
|
|||
<xsl:param name="news.press.xml" select="'none'"/>
|
||||
<xsl:param name="news.project.xml-master" select="'none'"/>
|
||||
<xsl:param name="news.project.xml" select="'none'"/>
|
||||
<xsl:param name="events.xml-master" select="'none'"/>
|
||||
<xsl:param name="events.xml" select="'none'"/>
|
||||
<xsl:param name="curdate.xml" select="'none'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
|
||||
<meta name="description" content="The FreeBSD Project"/>
|
||||
|
||||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
|
||||
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" type="text/css" href="{$enbase}/index.css" />
|
||||
<link rel="icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" media="screen" href="{$enbase}/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="{$enbase}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="{$enbase}/layout/js/styleswitcher.js"></script>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Ankündigungen" href="{$base}/news/news.rdf" />
|
||||
title="FreeBSD Project News" href="{$base}/news/news.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Sicherheits-Hinweise" href="{$base}/security/advisories.rdf" />
|
||||
title="FreeBSD Security Advisories" href="{$base}/security/advisories.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="Ankündigungen des FreeBSD GNOME Projects"
|
||||
href="{$base}/gnome/news.rdf" />
|
||||
|
||||
title="FreeBSD GNOME Project News" href="{$base}/gnome/news.rdf" />
|
||||
|
||||
<!-- Formatted to be easy to spam harvest, please do not reformat. -->
|
||||
<xsl:comment>
|
||||
Spamtrap, do not email:
|
||||
<a href="mailto:bruscar@freebsd.org">bruscar@freebsd.org</a>
|
||||
Spamtrap, do not email:
|
||||
<a href="mailto:bruscar@freebsd.org">bruscar@freebsd.org</a>
|
||||
</xsl:comment>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td><a href="http://www.FreeBSD.org/index.html">
|
||||
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
||||
alt="FreeBSD: The Power to Serve" border="0"/></a></td>
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
<div id="content">
|
||||
|
||||
<td align="right" valign="bottom">
|
||||
<form action="http://www.FreeBSD.org/cgi/mirror.cgi"
|
||||
method="get">
|
||||
<div id="frontcontainer">
|
||||
<div id="frontmain">
|
||||
<div id="frontfeaturecontainer">
|
||||
|
||||
<br/>
|
||||
<div id="frontfeatureleft">
|
||||
<div id="frontfeaturecontent">
|
||||
<h1>
|
||||
Based on BSD UNIX®
|
||||
</h1>
|
||||
<p>FreeBSD ist ein modernes Betriebssystem für
|
||||
x86 kompatible (einschließlich Pentium® und Athlon™),
|
||||
amd64 kompatible (einschließlich Opteron™, Athlon 64 und EM64T),
|
||||
Alpha/AXP, 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
|
||||
BSD, dem <xsl:value-of select="$unix"/>-Betriebssystem der
|
||||
University of California, Berkeley. Das System wird
|
||||
von einer <a
|
||||
href="{$enbase}/doc/en_US.ISO8859-1/articles/contributors/index.html">großen
|
||||
Entwicklergruppe</a> gepflegt und erweitert.</p>
|
||||
<div id="txtfrontfeaturelink">
|
||||
»<a href="{$base}/about.html" title="Learn More">Learn More</a>
|
||||
</div> <!-- txtfrontfeaturelink -->
|
||||
</div> <!-- frontfeaturecontent -->
|
||||
</div> <!-- frontfeatureleft -->
|
||||
|
||||
<font color="#990000"><b>Wählen Sie einen Server
|
||||
in Ihrer Nähe:</b></font>
|
||||
<div id="frontfeaturemiddle">
|
||||
<div class="frontgetroundbox">
|
||||
<div class="frontgettop"><div> </div> </div>
|
||||
<div class="frontgetcontent">
|
||||
<a href="{$base}/where.html">Get FreeBSD Now</a>
|
||||
</div> <!-- frontgetcontent -->
|
||||
<div class="frontgetbot"><div> </div> </div>
|
||||
</div> <!-- frontgetroundbox -->
|
||||
|
||||
<div id="frontreleases">
|
||||
<div id="frontreleasescontent" class="txtshortcuts">
|
||||
<h2>LATEST RELEASES</h2>
|
||||
<ul id="frontreleaseslist">
|
||||
<li>
|
||||
<a href="{$u.rel.announce}">Produktionsreife <xsl:value-of select="$rel.current"/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$u.rel2.announce}">Ausgereift <xsl:value-of select="$rel2.current"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- frontreleasescontent -->
|
||||
</div> <!-- frontreleases -->
|
||||
</div> <!-- frontfeaturemiddle -->
|
||||
|
||||
<br/>
|
||||
<div id="frontfeatureright">
|
||||
<h2 class="blockhide">Language Links</h2>
|
||||
<div id="languagenav">
|
||||
<ul id="languagenavlist">
|
||||
<li>
|
||||
<a href="{$enbase}/de/" title="Deutsch">de</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/" title="Englisch">en</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/es/" title="Spanisch">es</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/fr/" title="Franz">fr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/it/" title="Italienisch">it</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/ja/" title="Japanisch">ja</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/ru/" title="Russisch">ru</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- languagenav -->
|
||||
|
||||
<select name="goto">
|
||||
<xsl:call-template name="html-index-mirrors-options-list">
|
||||
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
||||
</xsl:call-template>
|
||||
</select>
|
||||
|
||||
<input type="submit" value=" Los "/>
|
||||
|
||||
<br/>
|
||||
|
||||
<font color="#990000"><b>Sprache: </b></font>
|
||||
<span title="Deutsch">[de]</span>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/index.html" title="Englisch">[en]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/es/index.html" title="Spanisch">[es]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/fr/index.html" title="Französisch">[fr]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/it/index.html" title="Italienisch">[it]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ja/index.html" title="Japanisch">[ja]</a>
|
||||
<xsl:text> </xsl:text>
|
||||
<a href="{$enbase}/ru/index.html" title="Russisch">[ru]</a>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br/>
|
||||
|
||||
<hr size="1" noshade="noshade"/>
|
||||
|
||||
<!-- Main layout table -->
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<table class="panel" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<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/>
|
||||
<input type="text" name="words" size="10"/>
|
||||
<input type="hidden" name="max" value="25"/>
|
||||
<input type="hidden" name="source" value="www"/>
|
||||
<input type="submit" value="Los"/>
|
||||
</small>
|
||||
<div id="mirror">
|
||||
<form action="{$enbase}/cgi/mirror.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="mirrorsel">Mirror</label></h2>
|
||||
<select id="mirrorsel" name="goto">
|
||||
<xsl:call-template name="html-index-mirrors-options-list">
|
||||
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
||||
</xsl:call-template>
|
||||
</select>
|
||||
</div> <!-- unnamed -->
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</div> <!-- mirror -->
|
||||
|
||||
<td></td>
|
||||
<div id="frontshortcuts">
|
||||
<div id="frontshortcutscontent" class="txtshortcuts">
|
||||
<h2>SHORTCUTS</h2>
|
||||
<ul id="frontshortcutslist">
|
||||
<li>
|
||||
<a href="{$base}/support.html#mailing-list" title="Mailinglisten">Mailinglisten</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/platforms/" title="Plattformen">Plattformen</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/send-pr.html" title="Report a Bug">Report a Bug</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/books/faq/index.html" title="FAQ">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Foundation">Foundation</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- frontshortcutscontent -->
|
||||
</div> <!-- frontshortcuts -->
|
||||
|
||||
<!-- Main body column -->
|
||||
<div class="frontnewroundbox">
|
||||
<div class="frontnewtop"><div> </div> </div>
|
||||
<div class="frontnewcontent">
|
||||
<a href="{$base}/projects/newbies.html">New to FreeBSD?</a>
|
||||
</div> <!-- frontnewcontent -->
|
||||
<div class="frontnewbot"><div> </div> </div>
|
||||
</div> <!-- frontnewroundbox -->
|
||||
</div> <!-- featureright -->
|
||||
|
||||
</div> <!-- frontfeaturecontainer -->
|
||||
|
||||
<td align="left" valign="top" rowspan="2">
|
||||
<h2>Was ist FreeBSD?</h2>
|
||||
<br class="clearboth" />
|
||||
<div id="frontnemscontainer">
|
||||
<div id="frontnews">
|
||||
<div id="frontnewscontent" class="txtnewsevent">
|
||||
<h2>LATEST NEWS</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<p>FreeBSD ist ein modernes Betriebssystem für
|
||||
x86 kompatible (einschließlich Pentium® und Athlon™),
|
||||
amd64 kompatible (einschließlich Opteron™, Athlon 64 und EM64T),
|
||||
Alpha/AXP, 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
|
||||
BSD, dem <xsl:value-of select="$unix"/>-Betriebssystem der
|
||||
University of California, Berkeley. Das System wird
|
||||
von einer <a
|
||||
href="{$enbase}/doc/en_US.ISO8859-1/articles/contributors/index.html">großen
|
||||
Entwicklergruppe</a> gepflegt und erweitert.</p>
|
||||
<xsl:call-template name="html-index-news-project-items">
|
||||
<xsl:with-param name="news.project.xml-master" select="$news.project.xml-master" />
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<h2>Herausragende Funktionen</h2>
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/news/newsflash.html" title="More News">More News</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$base}/news/news.rdf" title="News RSS Feed"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="News RSS Feed" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<p>In den Bereichen Netzwerk, Leistungsfähigkeit,
|
||||
Sicherheit und Kompatibilität besitzt FreeBSD
|
||||
heute schon <a href="{$base}/features.html">Funktionen</a>,
|
||||
die in anderen Betriebssystemen, selbst in den besten
|
||||
kommerziellen, fehlen.</p>
|
||||
</div> <!-- frontnewscontent -->
|
||||
</div> <!-- frontnews -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="frontevents">
|
||||
<div id="fronteventscontent" class="txtnewsevent">
|
||||
|
||||
<h2>Leistungsfähige Internet-Dienste</h2>
|
||||
<h2>UPCOMING EVENTS</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<p>FreeBSD ist bestens geeignet für
|
||||
<a href="{$base}/internet.html">Internet- oder Intranet-</a>
|
||||
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.</p>
|
||||
<xsl:call-template name="html-index-events-items">
|
||||
<xsl:with-param name="events.xml-master" select="$events.xml-master" />
|
||||
<xsl:with-param name="events.xml" select="$events.xml" />
|
||||
<xsl:with-param name="curdate.xml" select="$curdate.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<h2>Viele Anwendungen</h2>
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$enbase}/events/" title="More Events">More Events</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<p>Die Qualität von FreeBSD zusammen mit preiswerter
|
||||
und leistungsfähiger PC-Hardware bietet eine
|
||||
wirtschaftliche Alternative zu kommerziellen
|
||||
<xsl:value-of select="$unix"/> Workstations.
|
||||
Unter FreeBSD laufen viele
|
||||
<a href="{$base}/applications.html">Anwendungen</a>;
|
||||
das System eignet sich sowohl für Arbeitsplätze
|
||||
als auch für Server.</p>
|
||||
</div> <!-- frontnewsevents -->
|
||||
</div> <!-- frontevents -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="frontmedia">
|
||||
<div id="frontmediacontent" class="txtnewsevent">
|
||||
|
||||
<h2>Leicht zu installieren</h2>
|
||||
<h2>IN THE MEDIA</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<p>FreeBSD kann von mehreren Medien installiert werden,
|
||||
beispielsweise CD-ROM, DVD-ROM, Disketten, Bandlaufwerken
|
||||
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
|
||||
einige 1.44 MB Disketten und
|
||||
<a href="{$enbase}/doc/de_DE.ISO8859-1/books/handbook/install.html">die
|
||||
Installations-Anleitung</a>.</p>
|
||||
<xsl:call-template name="html-index-news-press-items">
|
||||
<xsl:with-param name="news.press.xml-master" select="$news.press.xml-master" />
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
|
||||
<h2>FreeBSD ist <i>frei</i></h2>
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$enbase}/news/press.html" title="More Media">More Media</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<a href="{$enbase}/copyright/daemon.html"><img src="{$enbase}/gifs/dae_up3.gif"
|
||||
alt="Der BSD Daemon"
|
||||
height="81" width="72"
|
||||
align="right"
|
||||
border="0"/></a>
|
||||
</div> <!-- frontmediacontent -->
|
||||
</div> <!-- frontmedia -->
|
||||
<div class="frontseparator"><b style="display: none">.</b></div>
|
||||
<div id="frontsecurity">
|
||||
<div id="frontsecuritycontent" class="txtnewsevent">
|
||||
|
||||
<p>Während man vermuten könnte, dass ein
|
||||
Betriebssystem mit diesem Funktionsumfang teuer verkauft
|
||||
wird, ist FreeBSD
|
||||
<a href="{$enbase}/copyright/index.html">kostenlos</a> und
|
||||
bringt den kompletten Quellcode gleich mit. Wenn
|
||||
Sie FreeBSD herunterladen oder käuflich erwerben wollen, finden Sie in
|
||||
<a href="{$enbase}/doc/de_DE.ISO8859-1/books/handbook/mirrors.html">Bezugsquellen
|
||||
für FreeBSD</a> weitere Informationen.</p>
|
||||
<h2>SICHERHEITS-HINWEISE</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<h2>Mitmachen bei FreeBSD</h2>
|
||||
|
||||
<p>Sie können leicht zu FreeBSD beitragen. Suchen
|
||||
Sie einfach eine Stelle, die verbessert werden muss.
|
||||
Ihre sorgfältig und sauber vorgenommenen
|
||||
Änderungen können Sie dem Projekt mit
|
||||
send-pr oder über einen Committer, wenn Sie
|
||||
einen kennen, zukommen lassen. Es sind viele Beiträge
|
||||
möglich: beispielsweise Dokumentationen,
|
||||
Grafiken oder Quellcode. Einzelheiten entnehmen Sie
|
||||
bitte dem Artikel
|
||||
<a href="{$enbase}/doc/de_DE.ISO8859-1/articles/contributing/index.html">
|
||||
FreeBSD unterstützen</a>.</p>
|
||||
|
||||
<p>Auch wenn Sie kein Programmierer sind, können
|
||||
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
|
||||
erhalten Sie von
|
||||
<a href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a>
|
||||
oder schreiben Sie an: The FreeBSD Foundation,
|
||||
7321 Brockway Dr., Boulder, CO 80303. USA</p>
|
||||
</td>
|
||||
|
||||
<td></td>
|
||||
|
||||
<!-- Right-most column -->
|
||||
<td valign="top">
|
||||
<!-- News / release info table -->
|
||||
<table class="panel" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top"><p><a href="{$u.rel.announce}">
|
||||
<font size="+1" color="#990000"><b>Produktionsreife:
|
||||
<xsl:value-of select="$rel.current"/>-RELEASE</b></font></a><br/>
|
||||
|
||||
<small>· <a href="{$enbase}/doc/de_DE.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.migration}">Migrationsleitfaden</a></small></p>
|
||||
|
||||
<p><a href="{$u.rel2.announce}">
|
||||
<font size="+1" color="#990000"><b>Ausgereift:
|
||||
<xsl:value-of select="$rel2.current"/>-RELEASE</b></font></a><br/>
|
||||
|
||||
<small>· <a href="{$enbase}/doc/de_DE.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><a href="{$enbase}/snapshots/index.html"><font size="+1" color="#990000"><b>Snapshot
|
||||
Releases</b></font></a></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Ankündigungen</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<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">
|
||||
<xsl:with-param name="news.project.xml-master" select="$news.project.xml-master" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-news-project-items">
|
||||
<xsl:with-param name="news.project.xml-master" select="$news.project.xml-master" />
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="news/newsflash.html">mehr ...</a>
|
||||
</font></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Aus der Presse</b></font><br/>
|
||||
|
||||
<font size="-1">
|
||||
aktualisiert im:
|
||||
<xsl:call-template name="html-index-news-press-items-lastmodified">
|
||||
<xsl:with-param name="news.press.xml-master" select="$news.press.xml-master" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-news-press-items">
|
||||
<xsl:with-param name="news.press.xml-master" select="$news.press.xml-master" />
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="news/press.html">mehr ...</a>
|
||||
</font>
|
||||
</p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Sicherheits-Hinweise</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<font color="#990000">(<a href="security/advisories.rdf">RSS</a>)</font><br/>
|
||||
<font size="-1">
|
||||
aktualisiert am:
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
<xsl:with-param name="type" select="'advisory'" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
<xsl:with-param name="type" select="'advisory'" />
|
||||
</xsl:call-template>
|
||||
<a href="security/">mehr ...</a>
|
||||
</font>
|
||||
</p>
|
||||
</xsl:call-template>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Fehler-Hinweise</b></font>
|
||||
<xsl:text> </xsl:text>
|
||||
<br/>
|
||||
<font size="-1">
|
||||
aktualisiert am:
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/security/" title="More Security Advisories">More</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/send-pr.html" title="Submit a Problem Report">Submit Bug</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$base}/security/advisories.rdf" title="Security Advisories RSS Feed"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="News RSS Feed" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<br />
|
||||
<h2>FEHLER-HINWEISE</h2>
|
||||
<div class="newseventswrap">
|
||||
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
||||
<xsl:with-param name="type" select="'notice'" />
|
||||
</xsl:call-template>
|
||||
<br/>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$notices.xml" />
|
||||
<xsl:with-param name="type" select="'notice'" />
|
||||
</xsl:call-template>
|
||||
</font>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:call-template>
|
||||
|
||||
<p> </p>
|
||||
</div> <!-- newseventswrap -->
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
bgcolor="#000000" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#FFFFFF" width="100%"><tr>
|
||||
<td>Mehr über FreeBSD erfahren Sie aus
|
||||
<a href="{$enbase}/publish.html">Veröffentlichungen</a>
|
||||
oder <a href="{$enbase}/de/news/press.html">aus der
|
||||
Presse</a> und natürlich auf dieser
|
||||
Webseite!</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div> <!-- frontsecuritycontent -->
|
||||
</div> <!-- frontsecurity -->
|
||||
|
||||
<!-- compatibility links to old German site -->
|
||||
<hr noshade="noshade" size="1" />
|
||||
<br class="clearboth" />
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td><a href="{$debase}/mailinglists.html">Mailinglisten</a></td>
|
||||
<td><a href="{$debase}/mirror.html">Spiegel</a></td>
|
||||
<td><a href="{$debase}/cdrom.html">CD-ROM</a></td>
|
||||
<td><a href="{$debase}/people.html">Menschen</a></td>
|
||||
<td><a href="{$debase}/misc.html">Verschiedenes</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- end of compatibility links to old German site -->
|
||||
</div> <!-- frontnemscontainer -->
|
||||
</div> <!-- frontmain -->
|
||||
</div> <!-- frontcontainer -->
|
||||
|
||||
<hr noshade="noshade" size="1" />
|
||||
</div> <!-- content -->
|
||||
<div id="footer">
|
||||
<xsl:copy-of select="$copyright"/><br />
|
||||
<xsl:copy-of select="$date"/>
|
||||
</div> <!-- footer -->
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
||||
<tr>
|
||||
<td><a href="http://www.freebsdmall.com/"><img
|
||||
src="{$enbase}/gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
|
||||
height="65" width="165" border="0"/></a></td>
|
||||
|
||||
<td><a href="http://www.ugu.com/"><img src="{$enbase}/gifs/ugu_icon.gif"
|
||||
alt="[Sponsor of Unix Guru Universe]"
|
||||
height="64" width="76"
|
||||
border="0"/></a></td>
|
||||
|
||||
<td><a href="http://www.daemonnews.org/"><img src="{$enbase}/gifs/darbylogo.gif"
|
||||
alt="[Daemon News]" height="45" width="130"
|
||||
border="0"/></a></td>
|
||||
|
||||
<td><a href="{$enbase}/art.html"><img
|
||||
src="{$enbase}/gifs/powerlogo.gif"
|
||||
alt="[Powered by FreeBSD]"
|
||||
height="64"
|
||||
width="160"
|
||||
border="0"/></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left"
|
||||
valign="top"><small><a href="{$base}/mailto.html">Schreiben
|
||||
Sie uns</a><br/>
|
||||
<xsl:value-of select="$date"/></small></td>
|
||||
|
||||
<td align="right"
|
||||
valign="top"><small><a href="{$enbase}/copyright/index.html">Legal</a> © 1995-2005
|
||||
The FreeBSD Project.<br/>
|
||||
All rights reserved.</small></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -1,29 +1,25 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/internet.sgml,v 1.3 2004/05/17 22:41:54 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/internet.sgml,v 1.10 2004/05/16 18:32:24 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.33">
|
||||
<!ENTITY title "FreeBSDs Netzwerkfähigkeiten">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1>FreeBSD wurde für das Internet entworfen</h1>
|
||||
|
||||
<blockquote>
|
||||
<h2>FreeBSD wurde für das Internet entworfen</h2>
|
||||
|
||||
<p>FreeBSD enthält nach Meinung Vieler die
|
||||
<i>Referenz</i>-Implementation der TCP/IP Software,
|
||||
nämlich den 4.4BSD Protokoll-Stack. Daher ist FreeBSD
|
||||
geradezu für Netzwerk-Anwendungen und das Internet
|
||||
geschaffen.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">FreeBSD unterstützt
|
||||
die Standard-TCP/IP Protokolle.</font></font>
|
||||
|
||||
<blockquote>
|
||||
<h2>FreeBSD unterstützt die Standard-TCP/IP Protokolle.</h2>
|
||||
|
||||
<p>Wie die meisten &unix; Systeme erlaubt FreeBSD Ihnen,</p>
|
||||
|
||||
<ul>
|
||||
|
@ -66,13 +62,9 @@
|
|||
dial-on-demand PPP. Es ist ein Betriebssystem für den
|
||||
Heimanwender gleichermaßen wie für den
|
||||
Systemadministrator eines Unternehmens.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">FreeBSDs Netzwerkimplementation
|
||||
ist stabil und schnell.</font></font>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<h2>FreeBSDs Netzwerkimplementation ist stabil und schnell.</h2>
|
||||
|
||||
<p>Wenn Sie einen Internet-Server benötigen, der
|
||||
zuverlässig ist und gleichzeitig höchste Geschwindigkeit
|
||||
unter Extremlast zeigen soll, dann sollten Sie FreeBSD
|
||||
|
@ -119,13 +111,9 @@
|
|||
ist eine Sammlung von gebrauchsfertiger Software, die es Ihnen
|
||||
einfach macht, einen eigenen Internetserver zu
|
||||
installieren.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr align="left" noshade="noshade" width="100%"><font
|
||||
color="#FF0000"><font size="+1">Hohe Geschwindigkeit <em>und</em>
|
||||
Sicherheit.</font></font>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<h2>Hohe Geschwindigkeit <em>und</em> Sicherheit.</h2>
|
||||
|
||||
<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
|
||||
|
@ -145,17 +133,14 @@
|
|||
<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>
|
||||
|
||||
|
||||
<h2>Was Experten sagen: ...</h2>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<p><i>``FreeBSD ... provides what is probably the most robust
|
||||
and capable TCP/IP stack in existence ...''</i></p>
|
||||
|
||||
<div align="right"><p>---Michael O'Brien, <i>SunExpert </i>August 1996
|
||||
volume 7 number 8.</p></div>
|
||||
</blockquote>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/mailto.sgml,v 1.4 2004/12/18 13:10:22 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/mailto.sgml,v 1.4 2004/11/22 19:29:20 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.28">
|
||||
<!ENTITY title "FreeBSD Ansprechpartner">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/news/news.sgml,v 1.3 2003/10/23 21:09:43 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/news/news.sgml,v 1.3 2003/10/21 21:22:49 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.41">
|
||||
<!ENTITY title "FreeBSD Neuigkeiten">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSD: www/de/news/newsflash.xsl,v 1.8 2005/04/17 21:04:49 jkois Exp $
|
||||
$FreeBSDde: de-www/news/newsflash.xsl,v 1.14 2005/04/07 21:25:38 jkois Exp $
|
||||
basiert auf: 1.13
|
||||
-->
|
||||
|
@ -11,6 +11,7 @@
|
|||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:variable name="section" select="'about'"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="enbase" select="'../..'"/>
|
||||
|
@ -28,10 +29,21 @@
|
|||
<html>
|
||||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<!-- Notice how entity references in SGML become variable references
|
||||
in the stylesheet, and that the syntax for referring to variables
|
||||
|
@ -80,7 +92,17 @@
|
|||
<xsl:call-template name="html-news-make-olditems-list" />
|
||||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$
|
||||
<!-- $FreeBSD: www/de/news/press.xsl,v 1.7 2005/01/25 22:40:09 mheinen Exp $
|
||||
$FreeBSDde: de-www/news/press.xsl,v 1.8 2005/01/22 10:30:38 mheinen Exp $
|
||||
basiert auf: 1.10
|
||||
-->
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<xsl:import href="../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
|
||||
<xsl:variable name="section" select="'about'"/>
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="enbase" select="'../..'"/>
|
||||
|
@ -37,10 +37,21 @@
|
|||
<html>
|
||||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<p>Kennen Sie einen hier nicht aufgeführten Artikel?
|
||||
Senden Sie bitte die Einzelheiten an
|
||||
|
@ -53,7 +64,17 @@
|
|||
</xsl:call-template>
|
||||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/alpha.sgml,v 1.2 2003/11/18 01:21:09 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/alpha.sgml,v 1.5 2003/11/18 00:52:44 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.3">
|
||||
<!ENTITY title "FreeBSD/alpha Project">
|
||||
<!ENTITY email 'freebsd-alpha'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/amd64.sgml,v 1.6 2005/08/25 15:37:32 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/amd64.sgml,v 1.15 2005/07/18 20:07:18 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.12">
|
||||
<!ENTITY title "FreeBSD/amd64 Projekt">
|
||||
<!ENTITY email 'freebsd-amd64'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/arm.sgml,v 1.1 2005/01/25 22:40:09 mheinen Exp $">
|
||||
<!ENTITY date "$FreeBSDde: de-www/platforms/arm.sgml,v 1.1 2005/01/02 20:08:38 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY title "FreeBSD/ARM project">
|
||||
<!ENTITY email 'freebsd-arm'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
%includes;
|
||||
]>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/i386.sgml,v 1.2 2005/08/25 15:37:32 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/i386.sgml,v 1.2 2005/07/18 20:18:24 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.5">
|
||||
<!ENTITY title "FreeBSD/i386-Plattform">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/ia64.sgml,v 1.1 2003/10/23 21:05:37 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64.sgml,v 1.3 2003/10/19 21:32:16 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.11">
|
||||
<!ENTITY title "FreeBSD/ia64 Projekt">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/ia64/machines.sgml,v 1.4 2004/11/10 16:30:22 brueffer Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/machines.sgml,v 1.9 2004/11/07 16:27:33 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.6">
|
||||
<!ENTITY title "FreeBSD/ia64 Projekt – Geräte">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -26,7 +27,7 @@
|
|||
|
||||
<h3>Bull</h3>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><a href="http://www.bull.com/novascale/NovaScale4020.html">
|
||||
NovaScale 4020</a></td>
|
||||
|
@ -55,7 +56,7 @@
|
|||
|
||||
<h3>Fujitsu-Siemens</h3>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><a href="http://www.fujitsu-siemens.com/products/intel_servers/rack/primergy_rxi300.html">
|
||||
PRIMERGY RXi300</a></td>
|
||||
|
@ -73,7 +74,7 @@
|
|||
|
||||
<h3>Hewlett-Packard</h3>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><a href="http://www.hp.com/products1/servers/integrity/entry_level/rx1600/index.html">
|
||||
Integrity rx1600</a></td>
|
||||
|
@ -120,7 +121,7 @@
|
|||
|
||||
<h3>IBM</h3>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><a href="http://www.pc.ibm.com/us/eserver/xseries/x382.html">
|
||||
eserver xSeries 382</a></td>
|
||||
|
@ -143,7 +144,7 @@
|
|||
|
||||
<h3>NEC</h3>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><a href="http://www.necsam.com/servers/products/model.cfm?model=10">
|
||||
Express5800/1000 series</a></td>
|
||||
|
@ -154,7 +155,7 @@
|
|||
|
||||
<h3>Supermicro</h3>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><a href="http://www.supermicro.com/PRODUCT/SUPERServer/SuperServer6113L-8.htm">
|
||||
SuperServer 6113L-8</a></td>
|
||||
|
@ -171,7 +172,7 @@
|
|||
|
||||
<h3>Unisys</h3>
|
||||
|
||||
<table border=1>
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<td><a href="http://www.unisys.com/products/es7000__servers/hardware/aries__410__server.htm">
|
||||
ES7000 Aries 410</a></td>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/ia64/refs.sgml,v 1.3 2005/08/25 15:37:32 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ia64/refs.sgml,v 1.8 2005/07/18 20:47:45 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.8">
|
||||
<!ENTITY title "FreeBSD/ia64 Projekt – Referenzen">
|
||||
<!ENTITY email 'freebsd-ia64'>
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -7,38 +7,41 @@
|
|||
|
||||
<xsl:import href="../../includes.xsl"/>
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
<xsl:variable name="section" select="'developers'"/>
|
||||
<xsl:variable name="base" select="'../..'"/>
|
||||
<xsl:variable name="enbase" select="'../../..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/de/platforms/ia64/todo.xsl,v 1.2 2005/08/25 15:37:32 jkois Exp $'"/>
|
||||
<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
encoding="iso-8859-1" method="html"/>
|
||||
<xsl:template match="/">
|
||||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
<body alink="#0000FF" bgcolor="#FFFFFF" link="#0000FF" text="#000000"
|
||||
vlink="#840084">
|
||||
<table cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr>
|
||||
<td border="0">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
</td>
|
||||
<td>
|
||||
<img align="right" alt="Montecito die"
|
||||
src="{$enbase}/../../platforms/ia64/montecito-die.png"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<img align="right" alt="Montecito die" src="{$enbase}/platforms/ia64/montecito-die.png"/>
|
||||
|
||||
<hr/>
|
||||
<form action="http://www.FreeBSD.org/cgi/query-pr-summary.cgi"
|
||||
method="get">
|
||||
<center>
|
||||
Search the FreeBSD/ia64 PR database:
|
||||
<p>Search the FreeBSD/ia64 PR database:</p>
|
||||
<input type="hidden" name="category" value="ia64"/>
|
||||
<input type="hidden" name="sort" value="none"/>
|
||||
<input type="text" name="text"/>
|
||||
<input type="submit" value="Los"/>
|
||||
</center>
|
||||
</form>
|
||||
<hr/>
|
||||
|
||||
<h3>
|
||||
Was noch getan werden muss
|
||||
|
@ -149,7 +152,16 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY email 'freebsd-www'>
|
||||
<!ENTITY title "Unterstützte Plattformen">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/index.sgml,v 1.3 2005/08/25 15:37:32 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/index.sgml,v 1.7 2005/07/18 17:56:44 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.14">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/mips.sgml,v 1.3 2004/05/17 22:41:54 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/mips.sgml,v 1.10 2004/05/17 20:33:07 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY title "FreeBSD/MIPS Projekt">
|
||||
<!ENTITY email 'freebsd-mips'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/pc98.sgml,v 1.6 2004/11/10 16:30:21 brueffer Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/pc98.sgml,v 1.11 2004/11/07 16:21:00 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.11">
|
||||
<!ENTITY title "FreeBSD/pc98 Projekt">
|
||||
<!ENTITY email 're-pc98'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml">
|
||||
%includes;
|
||||
]>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/ppc.sgml,v 1.3 2005/08/25 15:37:32 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/ppc.sgml,v 1.11 2005/07/18 19:57:04 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.13">
|
||||
<!ENTITY title "FreeBSD/ppc Projekt">
|
||||
<!ENTITY email 'freebsd-ppc'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
|
||||
|
||||
<html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/sparc.sgml,v 1.5 2004/11/10 16:30:21 brueffer Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/sparc.sgml,v 1.11 2004/11/07 16:19:28 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.20">
|
||||
<!ENTITY title "FreeBSD/sparc64 Projekt">
|
||||
<!ENTITY email 'freebsd-sparc64'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/platforms/x86-64.sgml,v 1.2 2004/05/17 22:41:54 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/platforms/x86-64.sgml,v 1.4 2004/05/16 18:32:24 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.14">
|
||||
<!ENTITY title "FreeBSD/x86-64 Project">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/projects/newbies.sgml,v 1.8 2005/09/18 13:08:39 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.43">
|
||||
<!ENTITY date "$FreeBSD: www/de/projects/newbies.sgml,v 1.2 2005/03/14 23:43:44 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/projects/newbies.sgml,v 1.5 2005/03/14 23:39:46 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.41">
|
||||
<!ENTITY title 'Informationen für Einsteiger'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.11R/announce.sgml,v 1.1 2005/01/26 02:16:29 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.11R/announce.sgml,v 1.1 2005/01/26 01:19:12 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY local.rel "4.11">
|
||||
<!ENTITY title "FreeBSD &local.rel;-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -260,5 +261,7 @@
|
|||
|
||||
<p>-ken</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.11R/hardware.sgml,v 1.1 2005/01/26 02:16:29 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.11R/hardware.sgml,v 1.1 2005/01/26 01:19:12 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.11-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -27,5 +28,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.11R/installation.sgml,v 1.1 2005/01/26 02:16:29 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.11R/installation.sgml,v 1.1 2005/01/26 01:19:12 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.11-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -26,5 +27,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.6.2R/announce.sgml,v 1.2 2004/01/11 00:35:06 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.6.2R/announce.sgml,v 1.2 2004/01/04 00:16:49 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.3">
|
||||
<!ENTITY title "FreeBSD 4.6.2-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -209,5 +210,7 @@
|
|||
|
||||
<p>Murray Stokely<br>
|
||||
(Für das FreeBSD Release Engineering Team)</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.6.2R/hardware.sgml,v 1.2 2004/01/11 00:35:06 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.6.2R/hardware.sgml,v 1.2 2004/01/04 00:15:06 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.6.2-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -27,5 +28,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.7R/announce.sgml,v 1.3 2004/05/17 22:41:54 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.7R/announce.sgml,v 1.3 2004/05/16 22:06:16 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY title "FreeBSD 4.7-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -230,5 +231,7 @@
|
|||
|
||||
<p>Murray Stokely<br>
|
||||
(Für das FreeBSD Release Engineering Team)</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.7R/hardware.sgml,v 1.2 2003/10/23 21:07:27 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.7R/hardware.sgml,v 1.2 2003/10/10 22:47:49 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.7-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -27,5 +28,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.7R/installation.sgml,v 1.1 2004/05/17 22:35:42 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.7R/installation.sgml,v 1.1 2004/05/16 22:08:12 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.7-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -26,5 +27,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.8R/announce.sgml,v 1.2 2004/01/03 14:16:49 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.8R/announce.sgml,v 1.2 2004/01/03 01:27:54 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY local.rel "4.8">
|
||||
<!ENTITY title "FreeBSD &local.rel;-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -226,5 +227,7 @@
|
|||
|
||||
<p>Murray Stokely<br>
|
||||
(Für das FreeBSD Release Engineering Team)</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.8R/hardware.sgml,v 1.2 2003/10/23 21:07:27 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.8R/hardware.sgml,v 1.2 2003/10/10 22:47:50 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.8-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -27,5 +28,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.8R/installation.sgml,v 1.1 2004/05/17 22:35:42 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.8R/installation.sgml,v 1.1 2004/05/16 22:08:12 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.8-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -26,5 +27,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.9R/announce.sgml,v 1.2 2004/05/17 22:41:55 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.9R/announce.sgml,v 1.2 2004/05/16 22:06:17 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY local.rel "4.9">
|
||||
<!ENTITY title "FreeBSD &local.rel;-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -235,5 +236,7 @@
|
|||
MD5 (4.9-RELEASE-alpha-miniinst.iso) = 51e189a32a5f1bb058adc7627b673ae6<br>
|
||||
MD5 (4.9-RELEASE-alpha-disc2.iso) = ec316dcfb33ca76ba2a240e50d7c9fce<br>
|
||||
</tt>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.9R/hardware.sgml,v 1.1 2004/01/03 14:11:07 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.9R/hardware.sgml,v 1.1 2004/01/01 14:48:27 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.9-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -27,5 +28,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/4.9R/installation.sgml,v 1.1 2004/05/17 22:35:42 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/4.9R/installation.sgml,v 1.1 2004/05/16 22:08:12 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 4.9-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -26,5 +27,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.0R/announce.sgml,v 1.2 2004/05/17 22:41:55 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.0R/announce.sgml,v 1.2 2004/05/16 22:06:17 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.5">
|
||||
<!ENTITY title "FreeBSD 5.0-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -236,5 +237,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.0R/hardware.sgml,v 1.3 2003/10/23 21:07:27 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.0R/hardware.sgml,v 1.3 2003/10/10 22:47:50 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.3">
|
||||
<!ENTITY title "FreeBSD 5.0-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -29,5 +30,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.0R/installation.sgml,v 1.4 2004/05/17 22:41:55 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.0R/installation.sgml,v 1.4 2004/05/16 22:10:01 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY title "FreeBSD 5.0-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -29,5 +30,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.1R/announce.sgml,v 1.3 2004/05/17 22:41:55 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.1R/announce.sgml,v 1.3 2004/05/16 22:06:17 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.3">
|
||||
<!ENTITY title "FreeBSD 5.1-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -242,5 +243,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.1R/hardware.sgml,v 1.2 2003/10/23 21:07:27 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.1R/hardware.sgml,v 1.2 2003/10/10 22:47:51 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.2">
|
||||
<!ENTITY title "FreeBSD 5.1-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -29,5 +30,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.1R/installation.sgml,v 1.2 2003/10/23 21:07:27 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.1R/installation.sgml,v 1.2 2003/10/10 22:47:51 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.2">
|
||||
<!ENTITY title "FreeBSD 5.1-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -29,5 +30,7 @@
|
|||
wird, ist auf der Seite <a
|
||||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
verfügbar.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.2R/hardware.sgml,v 1.1 2004/01/11 00:29:40 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.2R/hardware.sgml,v 1.1 2004/01/04 11:50:38 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 5.2-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -30,5 +31,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.2R/installation.sgml,v 1.1 2004/01/11 00:29:40 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.2R/installation.sgml,v 1.1 2004/01/04 11:50:38 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 5.2-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -30,5 +31,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.3R/announce.sgml,v 1.2 2004/11/23 00:36:31 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.3R/announce.sgml,v 1.2 2004/11/22 09:20:44 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.4">
|
||||
<!ENTITY title "FreeBSD 5.3-RELEASE Announcement">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -275,5 +276,6 @@ MD5 (5.3-RELEASE-sparc64-disc1.iso) = cd960f33a4e4ae33628b28580900932a
|
|||
MD5 (5.3-RELEASE-sparc64-disc2.iso) = 058c9fce47fec044e6be91773532293a
|
||||
MD5 (5.3-RELEASE-sparc64-miniinst.iso)= 05eb044da17fda978f88716a8203be3d</pre>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.3R/hardware.sgml,v 1.1 2004/11/21 23:10:20 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.3R/hardware.sgml,v 1.1 2004/11/21 15:09:10 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 5.3-RELEASE Hardware Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -30,5 +31,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/5.3R/installation.sgml,v 1.1 2004/11/21 23:10:20 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/5.3R/installation.sgml,v 1.1 2004/11/21 15:09:10 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.1">
|
||||
<!ENTITY title "FreeBSD 5.3-RELEASE Installation Notes">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
|
@ -30,5 +31,7 @@
|
|||
href="../../platforms/index.html">Unterstützte Plattformen</a>
|
||||
enthält eine Liste aller Plattformen, für die zur Zeit
|
||||
entwickelt wird.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/index.sgml,v 1.12 2005/07/12 16:10:17 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/index.sgml,v 1.19 2005/05/20 17:19:53 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.104">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -130,7 +131,7 @@
|
|||
</li>
|
||||
|
||||
<li><b>4.10</b> (Mai, 2004)</li>
|
||||
|
||||
|
||||
<li><b>4.9</b> (Oktober, 2003)
|
||||
<em>
|
||||
<a href="./4.9R/announce.html">Announcement</a>:
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/releases/snapshots.sgml,v 1.3 2004/05/17 22:41:55 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/releases/snapshots.sgml,v 1.4 2004/05/16 22:10:35 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.17">
|
||||
<!ENTITY title "FreeBSD Snapshot Releases">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/relnotes.sgml,v 1.6 2005/05/20 17:13:46 brueffer Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/relnotes.sgml,v 1.9 2005/05/20 16:11:37 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.12">
|
||||
<!ENTITY title "Release Dokumentation">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/security/charter.sgml,v 1.1 2004/05/17 22:35:42 mheinen Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/security/charter.sgml,v 1.2 2004/05/16 18:32:25 mheinen Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.3">
|
||||
<!ENTITY title "Charta des FreeBSD-Security-Officers">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/security/security.sgml,v 1.9 2005/05/20 17:13:47 brueffer Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/security/security.sgml,v 1.19 2005/05/20 16:39:35 brueffer Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.174">
|
||||
<!ENTITY title "FreeBSD Sicherheit">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY advisories.html.inc SYSTEM "advisories.html.inc">
|
||||
]>
|
||||
|
@ -239,7 +240,7 @@
|
|||
können, aber nur besondere Umstände dazu führen,
|
||||
dass ein Zweig vorzeitig aus der Wartung genommen wird.</p>
|
||||
|
||||
<table border="3" cellspacing="0" cellpadding="2">
|
||||
<table class="tblbasic">
|
||||
<tr>
|
||||
<th>Zweig</th>
|
||||
<th>Release</th>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/support.sgml,v 1.1 2005/08/25 15:37:31 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/support.sgml,v 1.2 2005/08/25 17:43:04 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.350">
|
||||
<!ENTITY title "Unterstützung">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navsupport.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/de/where.sgml,v 1.7 2005/08/25 15:37:31 jkois Exp $">
|
||||
<!ENTITY dedate "$FreeBSDde: de-www/where.sgml,v 1.10 2005/08/15 12:15:06 jkois Exp $">
|
||||
<!ENTITY reference "basiert auf: 1.69">
|
||||
<!ENTITY title "FreeBSD Bezugsquellen">
|
||||
<!ENTITY % navincludes SYSTEM "includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY url.rel "ftp://ftp.FreeBSD.org/pub/FreeBSD/releases">
|
||||
]>
|
||||
|
@ -41,7 +42,7 @@
|
|||
|
||||
<h2>FreeBSD herunterladen</h2>
|
||||
|
||||
<table border="1">
|
||||
<table class="tblbasic">
|
||||
<thead>
|
||||
<tr class="heading" style="text-align: center;">
|
||||
<td colspan="2">Version & Plattform</td>
|
||||
|
|
Loading…
Reference in a new issue