doc/en/support/webresources.sgml
Hiroki Sato cfd9e12239 www cleanup mega commit:
- 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.
2006-08-19 21:20:54 +00:00

107 lines
3.8 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/support/webresources.sgml,v 1.2 2006/05/09 15:51:57 pav Exp $">
<!ENTITY title "Web Resources">
<!ENTITY % navinclude.support "INCLUDE">
]>
<html>
&header;
<ul>
<li><a href="#general">General &unix; Information</a></li>
<li><a href="#xwin">The X Window System</a></li>
<li><a href="#hardware">Hardware</a></li>
<li><a href="#related">Related Operating System Projects</a></li>
</ul>
<a name="general"></a>
<h2>General &unix; Information</h2>
<ul>
<li><a href="http://www.technion.ac.il/guides/unix.html">The Unix Reference
Desk</a> by Jennifer Myers</li>
<li><a href="http://www.ugu.com/">Unix Guru Universe</a></li>
<li><a href="http://www.ora.com/">O'Reilly &amp; Associates, Inc.</a></li>
<li><a href="http://www.unixpower.org">Unix Power</a></li>
</ul>
<a name="xwin"></a>
<h2>The X Window System</h2>
<ul>
<li>The <a href="http://www.x.org/">X.Org</a> and <a
href="http://www.xfree86.org/">XFree86&trade;</a> projects provide
users of a variety of Intel based &unix; systems, including FreeBSD,
with an excellent X Window system.</li>
<li>The <a href="http://www.winehq.com/">WINE</a> project is working to
provide the ability to run Microsoft Windows&reg; software on Intel based UNIX
systems such as FreeBSD, NetBSD and Linux.</li>
</ul>
<a name="hardware"></a>
<h2>Hardware</h2>
<ul>
<li>The <em>comp.answers</em> <a
href="ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/comp/answers/pc-hardware-faq">pc-hardware-faq</a>
is a great reference for people building their own machines.</li>
<li><a href="http://www.x86.org/">Intel Secrets -- What Intel Doesn't
Want You To Know</a> - lots of information about Intel chips.</li>
<li><a href="http://www.faqs.org/faqs/pc-hardware-faq/chiplist/">Aad
Offerman's Chip List</a> - reference material on chips used in PC
clones.</li>
</ul>
<a name="related"></a>
<h2>Related Operating System Projects</h2>
<ul>
<li><a href="http://www.netbsd.org/"><strong>NetBSD</strong></a> is
another free 4.4BSD Lite based operating system which runs on several
different architectures.</li>
<li><a href="http://www.openbsd.org/"><strong>OpenBSD</strong></a>
is another 4.4BSD derivative with focus on security.</li>
<li><a href="http://www.linux.org/"><strong>Linux</strong></a> is
another free &unix; like system.</li>
<li><a href="http://www.opendarwin.org/"><strong>Darwin</strong></a>
is the free system that forms the core of Apple's
<a href="http://www.apple.com/macosx/">Mac OS X</a> system.</li>
<li><a href="http://www.cs.utah.edu/flux/lites/html/"><strong>Lites</strong></a>
is a 4.4BSD Lite based server and emulation library that provides
free &unix; functionality to a Mach based system.</li>
<li>The <a href="http://www.gnu.org/software/hurd/hurd.html"><strong>GNU
Hurd</strong></a> project is another effort to develop a free
&unix; like operating system.</li>
<li><a href="http://www.dragonflybsd.org/"><strong>DragonFly
BSD</strong></a> is based on FreeBSD 4.X but has a different
set of development goals than FreeBSD 5.X.</li>
<li><a href="http://opensolaris.org/os/"><strong>OpenSolaris</strong></a>
is the open source variation of Sun Microsystems' Solaris operating
system, which is also a BSD derivative and was called SunOS. The most
part of the codebase has been opened, but the whole operating system
is still being distributed in the old way, too.</li>
</ul>
&footer;
</body>
</html>