- 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.
113 lines
3.7 KiB
Text
113 lines
3.7 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/en/docs/webresources.sgml,v 1.6 2006/06/06 05:10:03 jkoshy Exp $">
|
|
<!ENTITY title "Web Resources">
|
|
<!ENTITY % navinclude.docs "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>Links</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
<p>The
|
|
<a href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/">Open
|
|
Directory Project</a> offers an excellent selection of links for
|
|
FreeBSD, including a list of
|
|
<a href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/Prominent_Users/">prominent
|
|
users</a> which can be helpful for marketing purposes.</p></li>
|
|
</ul>
|
|
|
|
<h2>In the real world...</h2>
|
|
|
|
<h3><a name="press" href="../news/press.html">FreeBSD in the Press</a></h3>
|
|
|
|
<p>Articles in the press about FreeBSD.</p>
|
|
|
|
<h2>Newsgroups</h2>
|
|
|
|
<p>The following newsgroups contain discussion pertinent to
|
|
FreeBSD users:</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<p><a
|
|
href="news:comp.unix.bsd.freebsd.announce">comp.unix.bsd.freebsd.announce</a>
|
|
(moderated)</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a
|
|
href="news:comp.unix.bsd.freebsd.misc">comp.unix.bsd.freebsd.misc</a></p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><a
|
|
href="news:comp.unix.bsd.misc">comp.unix.bsd.misc</a></p>
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Additional resources</h2>
|
|
|
|
<h3><a href="../y2kbug.html">Year 2000 Compatibility</a></h3>
|
|
|
|
<p>The FreeBSD project's current statement about its Year 2000
|
|
compatibility.</p>
|
|
|
|
<h3><a href="http://fxr.watson.org/">The
|
|
Source Code</a></h3>
|
|
|
|
<p>If you like digging your fingers into source code, here is a hypertext
|
|
version of the FreeBSD <em>kernel</em> source. This is brought to you
|
|
courtesy of Robert Watson.</p>
|
|
|
|
<h3><a href="http://www.daemonnews.org/">Daemon News</a></h3>
|
|
|
|
<p>The industry leader in BSD news.</p>
|
|
|
|
<p>Like FreeBSD itself, this documentation is the product of a volunteer
|
|
effort. The goals of the project are outlined here, as are the
|
|
procedures for submitting corrections and new material.</p>
|
|
|
|
<h3><a name="diary" href="http://www.freebsddiary.org/">The FreeBSD
|
|
Diary</a></h3>
|
|
|
|
<p>The FreeBSD Diary is a collection of how-to entries aimed at UNIX
|
|
novices. The aim is to provide a set of step-by-step guides to
|
|
installing and configuring various ports.</p>
|
|
|
|
<h3><a href="http://www.OnLamp.com/bsd/">The O'Reilly Network BSD
|
|
Dev Center</a></h3>
|
|
|
|
<p>The BSD Dev Center includes two regular columns on FreeBSD,
|
|
featuring tips and tutorials.</p>
|
|
|
|
<h3><a href="http://www.BSDForums.org">BSDForums.org</a></h3>
|
|
|
|
<p>BSDForums.org includes active online forums and news
|
|
community site dedicated to FreeBSD and other BSDs.</p>
|
|
|
|
<h3><a href="http://www.bsdguides.org">BSD Guides</a></h3>
|
|
|
|
<p>BSDGuides.org hosts many BSD-related tutorials.</p>
|
|
|
|
<h2>Other documentation</h2>
|
|
|
|
<p><a href="http://docs.FreeBSD.org/44doc/">4.4BSD Documents</a>: This is a
|
|
hypertext version of the 4.4BSD documents from
|
|
<a href="file://localhost/usr/share/doc">/usr/share/doc</a>, where you will find the
|
|
documents on a FreeBSD machine (if you install the doc
|
|
distribution).</p>
|
|
|
|
<p><a href="http://docs.FreeBSD.org/info/">Info Documents</a>: This is a
|
|
hypertext version of the Info documents from
|
|
<a href="file://localhost/usr/share/info">/usr/share/info</a>, where you will find
|
|
the Info documents on a FreeBSD machine (if you install the info
|
|
distribution).</p>
|
|
|
|
&footer;
|
|
|
|
</body>
|
|
</html>
|