- 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.
75 lines
2.6 KiB
Text
75 lines
2.6 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY email 'freebsd-www'>
|
|
<!ENTITY title "支持的平台">
|
|
<!ENTITY date "$FreeBSD: www/zh_CN/platforms/index.sgml,v 1.1 2006/07/11 15:27:49 delphij Exp $">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
|
|
|
|
<!-- The FreeBSD Simplified Chinese Document Project -->
|
|
<!-- Original Revision 1.19 -->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>简介</h2>
|
|
|
|
<p>您可以在这里找到 FreeBSD 目前所支持的平台, 以及正在进行移植的硬件平台列表。</p>
|
|
|
|
<h2>内容列表</h2>
|
|
|
|
<ul>
|
|
<li><a href="alpha.html">FreeBSD/alpha Project</a></li>
|
|
<li><a href="amd64.html">FreeBSD/amd64 Project</a></li>
|
|
<li><a href="arm.html">FreeBSD/ARM Project</a></li>
|
|
<li><a href="i386.html">FreeBSD/i386 Project</a></li>
|
|
<li><a href="&enbase;/platforms/ia64/index.html">FreeBSD/ia64 Project</a></li>
|
|
<li><a href="&enbase;/platforms/mips.html">FreeBSD/MIPS Project</a></li>
|
|
<li><a href="&enbase;/platforms/pc98.html">FreeBSD/pc98 Project</a></li>
|
|
<li><a href="&enbase;/platforms/ppc.html">FreeBSD/ppc Project</a></li>
|
|
<li><a href="&enbase;/platforms/sparc.html">FreeBSD/sparc64 Project</a></li>
|
|
<li><a href="&enbase;/platforms/xbox.html">FreeBSD/xbox Project</a></li>
|
|
</ul>
|
|
|
|
<h2>说明和反馈</h2>
|
|
|
|
<p>如果您要对某个移植项目发表看法,或者希望向开发者提供反馈,请发送到相关的邮件列表。列表地址是:</p>
|
|
|
|
<ul>
|
|
<li>FreeBSD/alpha 移植,<a
|
|
href="mailto:freebsd-alpha@FreeBSD.org">freebsd-alpha@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/amd64 移植,<a
|
|
href="mailto:freebsd-amd64@FreeBSD.org">freebsd-amd64@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/ARM 移植,<a
|
|
href="mailto:freebsd-arm@FreeBSD.org">freebsd-arm@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/i386 平台,<a
|
|
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/ia64 移植,<a
|
|
href="mailto:freebsd-ia64@FreeBSD.org">freebsd-ia64@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/MIPS 移植,<a
|
|
href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/pc98 移植,<a
|
|
href="mailto:re-pc98@FreeBSD.org">re-pc98@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/ppc 移植,<a
|
|
href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/sparc64 移植,<a
|
|
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
|
|
|
|
<li>FreeBSD/xbox 移植, <a
|
|
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
|
|
|
<li>一般的体系结构问题,<a
|
|
href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</html>
|