- 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.
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
<!doctype HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||
<!ENTITY date "$FreeBSD: www/zh_CN/support.sgml,v 1.1 2006/07/11 15:27:47 delphij Exp $">
|
||
<!ENTITY title "FreeBSD 支持">
|
||
<!ENTITY % navinclude.support "INCLUDE">
|
||
]>
|
||
|
||
<!-- The FreeBSD Simplified Chinese Documentation Project -->
|
||
<!-- Original Revision 1.352 -->
|
||
|
||
<html>
|
||
&header;
|
||
|
||
<p>FreeBSD 拥有为数众多的社区和商业支持供其用户选择。
|
||
本站的 <a href="&base;/community.html">社区</a> 栏目中,
|
||
对于用户可以从 FreeBSD 社区,
|
||
包括众多 <a href="&base;/community/mailinglists.html">邮件列表</a>
|
||
所获取的支持进行了介绍。</p>
|
||
|
||
<p>许多 <a href="&base;/commercial/">供应商</a>
|
||
也提供了包括商业产品、 服务, 以及顾问咨询在内的 FreeBSD
|
||
商业服务。</p>
|
||
|
||
<h2>反映问题</h2>
|
||
|
||
<p>您在 FreeBSD 中发现了 bug? 或者发现文档中存在纰漏?
|
||
请阅读我们的 <a href="&enbase;/support/bugreports.html">问题报告指引</a>
|
||
并使用 <a href="&enbase;/send-pr.html">问题报告表格</a>
|
||
来提交报告。</p>
|
||
|
||
<p>您也可以在本站 <a href="&enbase;/cgi/query-pr-summary.cgi">察看未解决问题报告</a> 或
|
||
<a href="&base;/cgi/query-pr-summary.cgi?query">搜索问题报告</a>。</p>
|
||
|
||
&footer;
|
||
</body>
|
||
</html>
|
||
|
||
<!--
|
||
Local Variables:
|
||
mode: sgml
|
||
sgml-indent-data: t
|
||
sgml-omittag: nil
|
||
sgml-always-quote-attributes: t
|
||
End:
|
||
-->
|