de3f531874
- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/navibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent, and <lang>?share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and <lang>/share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and <lang>/share/sgml/*.xml. - Switch to use a custom DTD for HTML document. Now we use "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is HTML 4.01 + some entities previously pulled via "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line. The location of entity file will be resolved by using catalog file. - Add DOCTYPE declearation to XML documents. This makes the followings possible: * Use of &foo; entities for SGML in an XML file instead of defining {$foo} as the same content. * &symbolic; entities for Latin characters. - Duplicated information between SGML and XML, or English and translated doc, has been removed as much as possible.
357 lines
12 KiB
XML
357 lines
12 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD Fragment//EN"
|
|
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
|
<!ENTITY base "..">
|
|
<!ENTITY title "The FreeBSD Project">
|
|
]>
|
|
|
|
<!--
|
|
$FreeBSD: www/de/index.xsl,v 1.33 2006/07/10 18:14:33 jkois Exp $
|
|
$FreeBSDde: de-www/index.xsl,v 1.66 2006/06/29 18:47:31 jkois Exp $
|
|
basiert auf: 1.152
|
|
-->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
|
|
|
<!-- these params should be externally bound. The values
|
|
here are not used actually -->
|
|
<xsl:param name="advisories.xml" select="'none'"/>
|
|
<xsl:param name="notices.xml" select="'none'"/>
|
|
<xsl:param name="mirrors.xml" select="'none'"/>
|
|
<xsl:param name="news.press.xml-master" select="'none'"/>
|
|
<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:output type="html" encoding="iso-8859-1"
|
|
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
|
|
|
<xsl:template match="/">
|
|
<html>
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<meta name="description" content="The FreeBSD Project"/>
|
|
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Ports,
|
|
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="icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
|
<link rel="stylesheet" media="screen" href="&enbase;/layout/css/fixed.css?20060509" 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" />
|
|
<link rel="alternate" type="application/rss+xml"
|
|
title="FreeBSD Sicherheits-Hinweise" href="&base;/security/advisories.rdf" />
|
|
<link rel="alternate" type="application/rss+xml"
|
|
title="Ankündigungen des FreeBSD GNOME Projects"
|
|
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>
|
|
</xsl:comment>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="CONTAINERWRAP">
|
|
<div id="CONTAINER">
|
|
&header2;
|
|
<div id="CONTENT">
|
|
|
|
<div id="FRONTCONTAINER">
|
|
<div id="FRONTMAIN">
|
|
<div id="FRONTFEATURECONTAINER">
|
|
|
|
<div id="FRONTFEATURELEFT">
|
|
<div id="FRONTFEATURECONTENT">
|
|
<h1>
|
|
Auf BSD UNIX® basierend
|
|
</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), UltraSPARC®-,
|
|
IA-64-, PC-98- sowie ARM-Architekturen. FreeBSD ist eine
|
|
Weiterentwicklung von BSD, dem
|
|
&unix;-Betriebssystem der
|
|
University of California, Berkeley. Das System wird
|
|
von einer <a
|
|
href="&enbase;/doc/en_US.ISO8859-1/articles/contributors/staff-committers.html">
|
|
großen Entwicklergruppe</a> gepflegt und erweitert.
|
|
An der Unterstützung weiterer
|
|
<a href="&base;/platforms/index.html">Plattformen</a>
|
|
wird gearbeitet.</p>
|
|
<div id="TXTFRONTFEATURELINK">
|
|
»<a href="&base;/about.html" title="Weitere Informationen">Weitere Informationen</a>
|
|
</div> <!-- TXTFRONTFEATURELINK -->
|
|
</div> <!-- FRONTFEATURECONTENT -->
|
|
</div> <!-- FRONTFEATURELEFT -->
|
|
|
|
<div id="FRONTFEATUREMIDDLE">
|
|
<div class="frontgetroundbox">
|
|
<div class="frontgettop"><div> </div> </div>
|
|
<div class="frontgetcontent">
|
|
<a href="&base;/where.html">FreeBSD beziehen</a>
|
|
</div> <!-- frontgetcontent -->
|
|
<div class="frontgetbot"><div> </div> </div>
|
|
</div> <!-- frontgetroundbox -->
|
|
|
|
<div id="FRONTRELEASES">
|
|
<div id="FRONTRELEASESCONTENT" class="txtshortcuts">
|
|
<h2><a href="&base;/releases/">AKTUELLE VERSIONEN</a></h2>
|
|
<ul id="FRONTRELEASESLIST">
|
|
<li>
|
|
<a href="&u.rel.announce;">Produktionsreife
|
|
&rel.current;</a>
|
|
</li>
|
|
<li>
|
|
<a href="&u.rel2.announce;">Produktionsreife (alt)
|
|
&rel2.current;</a>
|
|
</li>
|
|
<xsl:if test="'&beta.testing;' != 'IGNORE'">
|
|
<li>
|
|
<a href="&base;/where.html#helptest">Testversion
|
|
&betarel.current; - &betarel.vers;</a>
|
|
</li>
|
|
</xsl:if>
|
|
<xsl:if test="'&beta2.testing;' != 'IGNORE'">
|
|
<li>
|
|
<a href="&base;/where.html#helptest">Testversion
|
|
&betarel2.current; - &betarel2.vers;</a>
|
|
</li>
|
|
</xsl:if>
|
|
</ul>
|
|
</div> <!-- FRONTRELEASESCONTENT -->
|
|
</div> <!-- FRONTRELEASES -->
|
|
</div> <!-- FRONTFEATUREMIDDLE -->
|
|
|
|
<div id="FRONTFEATURERIGHT">
|
|
<h2 class="blockhide">Sprachauswahl</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ösisch">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 -->
|
|
|
|
<div id="MIRROR">
|
|
<form action="&cgibase;/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 -->
|
|
<input type="submit" value="OK" />
|
|
</form>
|
|
</div> <!-- MIRROR -->
|
|
|
|
<div id="FRONTSHORTCUTS">
|
|
<div id="FRONTSHORTCUTSCONTENT" class="txtshortcuts">
|
|
<h2>SHORTCUTS</h2>
|
|
<ul id="FRONTSHORTCUTSLIST">
|
|
<li>
|
|
<a href="&base;/community/mailinglists.html" title="Mailinglisten">Mailinglisten</a>
|
|
</li>
|
|
<li>
|
|
<a href="&base;/send-pr.html" title="Einen Fehler melden">Einen Fehler melden</a>
|
|
</li>
|
|
<li>
|
|
<a href="&enbase;/doc/&url.doc.langcode;/books/faq/index.html" title="FAQ">FAQ</a>
|
|
</li>
|
|
<li>
|
|
<a href="&enbase;/doc/&url.doc.langcode;/books/handbook/index.html" title="Handbook">Handbuch</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://www.freebsdfoundation.org/" title="Foundation">Foundation</a>
|
|
</li>
|
|
<li>
|
|
<a href="&enbase;/ports/index.html" title="Ports">Ports-Sammlung</a>
|
|
</li>
|
|
</ul>
|
|
</div> <!-- FRONTSHORTCUTSCONTENT -->
|
|
</div> <!-- FRONTSHORTCUTS -->
|
|
|
|
<div class="frontnewroundbox">
|
|
<div class="frontnewtop"><div> </div> </div>
|
|
<div class="frontnewcontent">
|
|
<a href="&base;/projects/newbies.html">FreeBSD-Einsteiger?</a>
|
|
</div> <!-- frontnewCONTENT -->
|
|
<div class="frontnewbot"><div> </div> </div>
|
|
</div> <!-- frontnewroundbox -->
|
|
</div> <!-- featureright -->
|
|
|
|
</div> <!-- FRONTFEATURECONTAINER -->
|
|
|
|
<br class="clearboth" />
|
|
<div id="FRONTNEMSCONTAINER">
|
|
<div id="FRONTNEWS">
|
|
<div id="FRONTNEWSCONTENT" class="txtnewsevent">
|
|
<h2>NEUIGKEITEN</h2>
|
|
<div class="newseventswrap">
|
|
|
|
<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>
|
|
|
|
<div>
|
|
<ul class="newseventslist">
|
|
<li class="first-child">
|
|
<a href="&base;/news/newsflash.html" title="Weitere Neuigkeiten">Weitere Neuigkeiten</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 -->
|
|
|
|
</div> <!-- FRONTNEWSCONTENT -->
|
|
</div> <!-- FRONTNEWS -->
|
|
<div class="frontseparator"><b style="display: none">.</b></div>
|
|
<div id="FRONTEVENTS">
|
|
<div id="FRONTEVENTSCONTENT" class="txtnewsevent">
|
|
|
|
<h2>VERANSTALTUNGEN</h2>
|
|
<div class="newseventswrap">
|
|
|
|
<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>
|
|
|
|
<div>
|
|
<ul class="newseventslist">
|
|
<li class="only-child">
|
|
<a href="&enbase;/events/" title="Weitere Veranstaltungen">Weitere Veranstaltungen</a>
|
|
</li>
|
|
</ul>
|
|
</div> <!-- unnamed -->
|
|
</div> <!-- newseventswrap -->
|
|
|
|
</div> <!-- FRONTEVENTSCONTENT -->
|
|
</div> <!-- FRONTEVENTS -->
|
|
<div class="frontseparator"><b style="display: none">.</b></div>
|
|
<div id="FRONTMEDIA">
|
|
<div id="FRONTMEDIACONTENT" class="txtnewsevent">
|
|
|
|
<h2>AUS DER PRESSE</h2>
|
|
<div class="newseventswrap">
|
|
|
|
<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>
|
|
|
|
<div>
|
|
<ul class="newseventslist">
|
|
<li class="only-child">
|
|
<a href="&base;/news/press.html" title="Weitere Berichte">Weitere Berichte</a>
|
|
</li>
|
|
</ul>
|
|
</div> <!-- unnamed -->
|
|
</div> <!-- newseventswrap -->
|
|
|
|
</div> <!-- FRONTMEDIACONTENT -->
|
|
</div> <!-- FRONTMEDIA -->
|
|
<div class="frontseparator"><b style="display: none">.</b></div>
|
|
<div id="FRONTSECURITY">
|
|
<div id="FRONTSECURITYCONTENT" class="txtnewsevent">
|
|
|
|
<h2>SICHERHEITS-HINWEISE</h2>
|
|
<div class="newseventswrap">
|
|
|
|
<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>
|
|
|
|
<div>
|
|
<ul class="newseventslist">
|
|
<li class="first-child">
|
|
<a href="&base;/security/" title="Weitere Security Advisories">Mehr</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>
|
|
|
|
</div> <!-- newseventswrap -->
|
|
|
|
</div> <!-- FRONTSECURITYCONTENT -->
|
|
</div> <!-- FRONTSECURITY -->
|
|
|
|
<br class="clearboth" />
|
|
|
|
</div> <!-- FRONTNEMSCONTAINER -->
|
|
</div> <!-- FRONTMAIN -->
|
|
</div> <!-- FRONTCONTAINER -->
|
|
|
|
</div> <!-- CONTENT -->
|
|
<div id="footer">
|
|
©right;
|
|
|
|
Die Marke FreeBSD ist ein registriertes Warenzeichen der
|
|
FreeBSD Foundation und wird vom FreeBSD Project mit Erlaubnis
|
|
der <a
|
|
href="http://www.freebsdfoundation.org/documents/Guidelines.shtml">
|
|
FreeBSD Foundation</a> verwendet.
|
|
|
|
</div> <!-- footer -->
|
|
</div> <!-- CONTAINER -->
|
|
</div> <!-- CONTAINERWRAP -->
|
|
|
|
</body>
|
|
</html>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: xml
|
|
sgml-indent-data: t
|
|
sgml-omittag: nil
|
|
sgml-always-quote-attributes: t
|
|
End:
|
|
-->
|