doc/de/platforms/ia64/index.xsl
Johann Kois a26009c04f 1. MFen - www-mega-patch from hrs@:
- 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.
2006-10-21 12:37:44 +00:00

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&#252;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&#252;hrung</a>
</h3>
<p>Die FreeBSD/ia64 Projekt-Seiten enthalten Informationen
&#252;ber das Portieren von FreeBSD auf die Intel IA-64
Architektur; offiziell als Intel Itanium&reg; 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&#160;2
Plattform betrachtet. Sie wird daher nicht vollst&#228;ndig
vom Security-Officer, den Release-Engineers und den
Betreuern des Bausystems unterst&#252;tzt. In der Praxis
ist die Unterscheidung zwischen einer Tier&#160;1
Plattform (welche komplett unterst&#252;tzt wird) und einer
Tier&#160;2 Plattform nicht ganz so streng, wie es scheint.
In den meisten Aspekten entspricht die ia64-Portierung
eher einer Tier&#160;1 Plattform.
<br />
Aus Entwicklersicht ist es ein Vorteil, dass die Portierung
noch etwas l&#228;nger als Tier&#160;2 Plattform gilt. Es
sind noch ein paar ABI-&#196;nderungen vorgesehen und in
diesem fr&#252;hen Entwicklungsstadium ist es nicht sehr
zweckdienlich, auf R&#252;ckw&#228;rtskompatibilit&#228;t
achten zu m&#252;ssen.</p>
</div> <!-- CONTENTWRAP -->
<br class="clearboth" />
</div> <!-- CONTENT -->
<div id="FOOTER">
&copyright;<br />
&date;
</div> <!-- FOOTER -->
</div> <!-- CONTAINER -->
</div> <!-- CONTAINERWRAP -->
</body>
</html>
</xsl:template>
</xsl:stylesheet>