- 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.
92 lines
3.1 KiB
Text
92 lines
3.1 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/en/advocacy/index.sgml,v 1.16 2005/12/19 13:40:06 pav Exp $">
|
|
<!ENTITY title "FreeBSD Advocacy Project">
|
|
<!ENTITY % navinclude.about "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<p>Much of the success which surrounds FreeBSD is due to people advocating its use to
|
|
their friends, colleagues, and employers.</p>
|
|
|
|
<p>This page provides links to more information to help you do this.</p>
|
|
|
|
<h2>Mailing lists</h2>
|
|
|
|
<ul>
|
|
<li><p><a
|
|
href="http://lists.freebsd.org/mailman/listinfo/freebsd-advocacy">FreeBSD
|
|
advocacy mailing list</a></p></li>
|
|
</ul>
|
|
|
|
<h2>Web resources</h2>
|
|
|
|
<ul>
|
|
<li><p><a href="myths.html">*BSD Myths</a></p>
|
|
|
|
<p>Describes and debunks some of the myths that surround the *BSD
|
|
projects.</p></li>
|
|
|
|
<li><p><a href="letter.html">On Advocating FreeBSD and the
|
|
Halloween memo</a></p>
|
|
|
|
<p>Jordan Hubbard's response to the infamous Halloween memo, posted to
|
|
the FreeBSD-Advocacy mailing list (and republished with his
|
|
permission).</p>
|
|
|
|
</li>
|
|
<li><p><a href="&base;/news/press.html">FreeBSD in the Press</a></p>
|
|
|
|
<p>Contains many links to articles that have appeared which mention
|
|
FreeBSD.</p></li>
|
|
|
|
<li><p><a
|
|
href="http://www.blup-bbs.de/des-or-mad/printmedien/details.php?prj=6">FreeBSD
|
|
CD Artwork</a></p>
|
|
|
|
<p>Artwork for a FreeBSD 4.6 CD cover by Oliver Rapp,
|
|
available for non-commercial use.</p></li>
|
|
</ul>
|
|
|
|
<h2>Sites using FreeBSD</h2>
|
|
<ul>
|
|
<li><a name="daemonnews" href="http://www.daemonnews.org/">Daemon News</a>
|
|
is an electronic publication about the BSD operating system in general.
|
|
It's aim is to be a resource for people in the FreeBSD, OpenBSD, and
|
|
NetBSD communities.</li>
|
|
|
|
<li><a href="http://bsdfreak.org/">BSD Freak</a> is a new site that
|
|
provides tutorials, articles, and journals covering BSD operating
|
|
systems from a user's perspective.</li>
|
|
|
|
<li><a href="http://uptime.netcraft.com/perf/reports/Hosters"
|
|
name="netcraft">Hosting Providers Performance</a> by Netcraft is
|
|
tracking the reliability of major webhosting services, many of them
|
|
are using FreeBSD.</li>
|
|
|
|
<li><a href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/" name="dmoz">
|
|
The Open Directory Project's</a> goal is to produce the most
|
|
comprehensive directory of the web by relying on a vast army of
|
|
volunteer editors.</li>
|
|
|
|
<li><a href="&base;/marketing/os-comparison.html"
|
|
name="freebsdvslinuxvswin2k">FreeBSD vs. Linux vs. Windows 2000</a>
|
|
is a comparison between the three operating systems which includes
|
|
reliability, performance, support, cost of ownership,
|
|
and more. (outdated)</li>
|
|
|
|
<li><a name="bsdcan" href="http://www.bsdcan.org/">BSDCan</a>, the
|
|
annual BSD Conference held in Ottawa, Canada.</li>
|
|
|
|
<li><a name="eurobsdcon" href="http://www.eurobsdcon.org/">EuroBSDCon</a>,
|
|
the annual BSD Conference in Europe.</li>
|
|
|
|
</ul>
|
|
|
|
|
|
&footer;
|
|
|
|
</body>
|
|
</html>
|