- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/nabibar.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.
57 lines
1.9 KiB
Text
57 lines
1.9 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/en/community/webresources.sgml,v 1.3 2006/05/07 17:17:02 delphij Exp $">
|
|
<!ENTITY title "Web Resources">
|
|
<!ENTITY % navinclude.community "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<p>Our web pages remain one of the best sources of information, and
|
|
are also mirrored at many sites around the world. Try connecting to
|
|
www.<b>yourcountry</b>.FreeBSD.org (e.g. <a
|
|
href="http://www.de.FreeBSD.org/">www.de.FreeBSD.org</a> for
|
|
Germany or <a
|
|
href="http://www.au.FreeBSD.org/">www.au.FreeBSD.org</a> for
|
|
Australia), or select a mirror from the drop-down list on the
|
|
<a href="&base;/index.html">front page</a>.</p>
|
|
|
|
<p>The FreeBSD web pages are translated into several
|
|
languages. Links to the translated versions of these web
|
|
pages can be found on the <a href="&base;/index.html">front
|
|
page</a>.</p>
|
|
|
|
<p>Several other non-English resources exist:</p>
|
|
|
|
<ul>
|
|
<li><a href="&base;/doc/pt_BR.ISO8859-1/books/faq/index.html">Brazilian
|
|
Portuguese FAQ</a></li>
|
|
|
|
<li><a href="&base;/zh/FAQ/FAQ.html">Chinese FAQ</a></li>
|
|
|
|
<li><a href="http://www.FreeBSD-fr.org/">French</a></li>
|
|
|
|
<li><a href="http://www.hu.FreeBSD.org/hu/">Hungarian</a></li>
|
|
|
|
<li><a href="http://www.FreeBSD.or.id">Indonesian</a></li>
|
|
|
|
<li><a href="http://www.gufi.org/">Italian</a></li>
|
|
|
|
<li><a href="http://www.jp.FreeBSD.org/">Japanese</a></li>
|
|
|
|
<li><a href="http://www.kr.FreeBSD.org/">Korean</a></li>
|
|
|
|
<li><a href="http://npf.pt.FreeBSD.org/">Portuguese</a></li>
|
|
|
|
<li><a href="http://www.FreeBSD.org.ru/">Russian</a>, <a
|
|
href="&base;/doc/ru_RU.KOI8-R/books/faq/index.html">FAQ</a></li>
|
|
</ul>
|
|
|
|
<p>For information on recent FreeBSD progress and releases, see the
|
|
<a href="&base;/news/newsflash.html">Newsflash</a> page.</p>
|
|
|
|
&footer;
|
|
|
|
</body>
|
|
</html>
|