- Merge the new layout into the external German repository. - Fix problems caused by this process. - Merge the corrected version back. 2. MFbed: Update the German website. Makefile 1.124 -> 1.133 about.sgml translated includes.sgml fixes for 6.0 includes.xsl fixes for 6.0 navigation.xml REMOVED relnotes.sgml 1.12 -> 1.15 support.sgml 1.350 -> 1.352 where.sgml 1.69 -> 1.76 docs/Makefile new file docs/books.sgml new file docs/man.sgml new file docs/webresources.sgml new file news/news.sgml 1.41 -> 1.44 news/news.xml 1.333 -> 1.347 news/newsflash.xsl 1.13 -> 1.14 news/press.xml 1.171 -> 1.175 platforms/ppc.sgml 1.13 -> 1.17 platforms/sparc.sgml 1.20 -> 1.26 platforms/ia64/index.xsl fixes platforms/ia64/todo.xsl 1.3 -> 1.5 + fixes projects/newbies.sgml 1.43 -> 1.48 releases/index.sgml 1.104 -> 1.107 + fixes security/security.sgml 1.174 -> 1.180 support/Makefile new file support/bugreports.sgml new file support/webresources.sgml new file Obtained from: The FreeBSD German Documentation Project.
104 lines
3.3 KiB
XML
104 lines
3.3 KiB
XML
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
|
|
<!--
|
|
$FreeBSDde: de-www/platforms/ia64/index.xsl,v 1.4 2005/11/06 12:48:05 jkois Exp $
|
|
basiert auf: 1.2
|
|
-->
|
|
|
|
<xsl:import href="../../includes.xsl"/>
|
|
<xsl:import href="includes.xsl"/>
|
|
<xsl:variable name="base" select="'../..'"/>
|
|
<xsl:variable name="enbase" select="'../../..'"/>
|
|
<xsl:variable name="section" select="'developers'"/>
|
|
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
|
<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 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="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 -->
|
|
<xsl:copy-of select="$footer"/>
|
|
</div> <!-- container -->
|
|
</div> <!-- containerwrap -->
|
|
</body>
|
|
</html>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|