- Merge the changes into the external German repository. - Fix problems caused by this process. - Merge the corrected version back. 2. MFbed: Update the German website. www/de/about.sgml 1.5 -> 1.10 www/de/applications.sgml 1.31 -> 1.33 www/de/index.xsl 1.152 -> 1.156 www/de/internet.sgml 1.35 -> 1.37 www/de/send-pr.sgml 1.52 -> 1.54 www/de/where.sgml 1.84 -> 1.86 www/de/community/mailinglists.sgml 1.9 -> 1.11 www/de/news/Makefile 1.43 -> 1.46 www/de/news/news.sgml 1.44 -> 1.46 www/de/platforms/sparc.sgml 1.26 -> 1.28 www/de/platforms/ia64/index.xsl 1.5 -> 1.7 www/de/share/sgml/navibar.l10n.ent 1.1 -> 1.5 www/de/share/sgml/news.xml 1.1 -> 1.16 www/de/share/sgml/press.xml 1.1 -> 1.11 Obtained from: The FreeBSD German Documentation Project.
110 lines
3.4 KiB
XML
110 lines
3.4 KiB
XML
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
|
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
|
<!ENTITY base "../..">
|
|
<!ENTITY email "freebsd-ia64">
|
|
<!ENTITY title "FreeBSD/ia64 Project">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
<!--
|
|
$FreeBSDde: de-www/platforms/ia64/index.xsl,v 1.8 2006/10/20 20:09:25 jkois Exp $
|
|
basiert auf: 1.7
|
|
-->
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
|
|
|
<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
encoding="iso-8859-1" method="html"/>
|
|
<xsl:template match="/">
|
|
<html>
|
|
&header1;
|
|
<body>
|
|
|
|
<div id="CONTAINERWRAP">
|
|
<div id="CONTAINER">
|
|
&header2;
|
|
|
|
<div id="CONTENT">
|
|
<div id="SIDEWRAP">
|
|
&nav;
|
|
</div> <!-- SIDEWRAP -->
|
|
|
|
<div id="CONTENTWRAP">
|
|
&header3;
|
|
|
|
<img align="right" alt="McKinley die" src="&enbase;/platforms/ia64/mckinley-die.png"/>
|
|
|
|
<p>Das Archiv der ia64-Mailinglisten durchsuchen:</p>
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
|
<input name="words" size="50" type="text"/>
|
|
<input name="max" type="hidden" value="25"/>
|
|
<input name="source" type="hidden" value="freebsd-ia64"/>
|
|
<input type="submit" value="Los"/>
|
|
</form>
|
|
|
|
<h3><a name="toc">Inhaltsverzeichnis</a></h3>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="#intro">Einführung</a>
|
|
</li>
|
|
<li>
|
|
<a href="#status">Aktueller Status</a>
|
|
</li>
|
|
<li>
|
|
<a href="todo.html">Was noch fehlt</a>
|
|
</li>
|
|
<li>
|
|
<a href="machines.html">Hardware-Liste</a>
|
|
</li>
|
|
<li>
|
|
<a href="refs.html">Referenzen</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<h3>
|
|
<a name="intro">Einführung</a>
|
|
</h3>
|
|
|
|
<p>Die FreeBSD/ia64 Projekt-Seiten enthalten Informationen
|
|
über das Portieren von FreeBSD auf die Intel IA-64
|
|
Architektur; offiziell als Intel Itanium® Processor
|
|
Family (IPF) bezeichnet. Wie die Portierung selbst,
|
|
befinden sich diese Seiten noch in Arbeit.</p>
|
|
|
|
<h3>
|
|
<a name="status">Aktueller Status</a>
|
|
</h3>
|
|
|
|
<p>Die ia64-Portierung wird noch immer als Tier 2
|
|
Plattform betrachtet. Sie wird daher nicht vollständig
|
|
vom Security-Officer, den Release-Engineers und den
|
|
Betreuern des Bausystems unterstützt. In der Praxis
|
|
ist die Unterscheidung zwischen einer Tier 1
|
|
Plattform (welche komplett unterstützt wird) und einer
|
|
Tier 2 Plattform nicht ganz so streng, wie es scheint.
|
|
In den meisten Aspekten entspricht die ia64-Portierung
|
|
eher einer Tier 1 Plattform.
|
|
<br />
|
|
Aus Entwicklersicht ist es ein Vorteil, dass die Portierung
|
|
noch etwas länger als Tier 2 Plattform gilt. Es
|
|
sind noch ein paar ABI-Änderungen vorgesehen und in
|
|
diesem frühen Entwicklungsstadium ist es nicht sehr
|
|
zweckdienlich, auf Rückwärtskompatibilität
|
|
achten zu müssen.</p>
|
|
|
|
</div> <!-- CONTENTWRAP -->
|
|
|
|
<br class="clearboth" />
|
|
</div> <!-- CONTENT -->
|
|
|
|
<div id="FOOTER">
|
|
©right;<br />
|
|
&date;
|
|
</div> <!-- FOOTER -->
|
|
</div> <!-- CONTAINER -->
|
|
</div> <!-- CONTAINERWRAP -->
|
|
</body>
|
|
</html>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|