- 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.
78 lines
3 KiB
Text
78 lines
3 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY email 'freebsd-www'>
|
|
<!ENTITY title "Unterstützte Plattformen">
|
|
<!ENTITY date "$FreeBSD: www/de/platforms/index.sgml,v 1.8 2006/08/19 07:30:51 jkois Exp $">
|
|
<!ENTITY dedate "$FreeBSDde: de-www/platforms/index.sgml,v 1.12 2006/08/18 16:35:04 jkois Exp $">
|
|
<!ENTITY reference "basiert auf: 1.20">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>Einführung</h2>
|
|
|
|
<p>Hier findet sich eine Liste an Plattformen, die FreeBSD
|
|
momentan unterstützt, sowie Plattformen, auf die gerade
|
|
portiert wird.</p>
|
|
|
|
<h2>Inhaltsverzeichnis</h2>
|
|
|
|
<ul>
|
|
<li><a href="alpha.html">FreeBSD/alpha Projekt</a></li>
|
|
<li><a href="amd64.html">FreeBSD/amd64 Projekt</a></li>
|
|
<li><a href="arm.html" >FreeBSD/ARM Projekt</a></li>
|
|
<li><a href="i386.html">FreeBSD/i386 Projekt</a></li>
|
|
<li><a href="ia64/index.html">FreeBSD/ia64 Projekt</a></li>
|
|
<li><a href="mips.html">FreeBSD/MIPS Projekt</a></li>
|
|
<li><a href="pc98.html">FreeBSD/pc98 Projekt</a></li>
|
|
<li><a href="ppc.html">FreeBSD/ppc Projekt</a></li>
|
|
<li><a href="sparc.html">FreeBSD/sparc64 Projekt</a></li>
|
|
<li><a href="&base;/../platforms/xbox.html">FreeBSD/xbox Project</a></li>
|
|
</ul>
|
|
|
|
<h2>Kommentare und Feedback</h2>
|
|
|
|
<p>Haben Sie Anmerkungen zu einer Portierung, oder wünschen
|
|
Sie den Entwicklern Rückmeldungen zu geben, schicken Sie
|
|
diese an die jeweilige Mailingliste. Die Listen sind:</p>
|
|
|
|
<ul>
|
|
<li>Für die FreeBSD/alpha-Portierung, <a
|
|
href="mailto:freebsd-alpha@FreeBSD.org">freebsd-alpha@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/amd64-Portierung, <a
|
|
href="mailto:freebsd-amd64@FreeBSD.org">freebsd-amd64@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/ARM-Portierung, <a
|
|
href="mailto:freebsd-arm@FreeBSD.org">freebsd-arm@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/i386-Plattform, <a
|
|
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/ia64-Portierung, <a
|
|
href="mailto:freebsd-ia64@FreeBSD.org">freebsd-ia64@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/MIPS-Portierung, <a
|
|
href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/pc98-Portierung, <a
|
|
href="mailto:re-pc98@FreeBSD.org">re-pc98@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/ppc-Portierung, <a
|
|
href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/sparc64-Portierung, <a
|
|
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
|
|
|
|
<li>Für die FreeBSD/xbox-Portierung, <a
|
|
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
|
|
|
<li>Für allgemeine Architekturfragen, <a
|
|
href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|