- 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.
101 lines
2.8 KiB
Text
101 lines
2.8 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/en/news/news.sgml,v 1.44 2005/10/25 19:13:55 remko Exp $">
|
|
<!ENTITY title "FreeBSD News">
|
|
<!ENTITY % navinclude.about "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<img src="../gifs/news.jpg" alt="FreeBSD News" align="right" border="0">
|
|
|
|
<h2>Local news</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
<p><b><a href="newsflash.html">Newsflash</a></b>: New releases,
|
|
drivers, committers, security announcements, and other news.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="pressreleases.html">Press Releases</a></b>: Press
|
|
releases from the project and other related organizations.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="press.html">Press articles</a></b>: FreeBSD appearing
|
|
in the regular press.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="status/status.html">Status reports</a></b>: FreeBSD
|
|
bi-monthly development status reports.</p>
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Other sites</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
<p><b><a href="http://www.onlamp.com/bsd/">BSD DevCenter</a></b>:
|
|
The ONLamp.com/O'Reilly Network's clearing house for BSD articles, news, tutorials, or generally community information.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://www.bsdforums.org">BSDForums.org</a></b>:
|
|
Active online forums and news community site dedicated
|
|
to FreeBSD and other BSDs.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://bsdfreak.org">BSD Freak</a></b>:
|
|
A site dedicated to delivering BSD-related articles and
|
|
tutorials from a user's perspective.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://www.bsdnews.org/">BSDnews.org</a></b>:
|
|
An online magazine dedicated to all BSDs.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://www.bsdvault.net">BSD Vault</a></b>:
|
|
A user-supported web portal dedicated to the proliferation
|
|
of BSD operating systems.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://www.daemonnews.org/">DaemonNews</a></b>
|
|
(<b><a href="http://www.bsdnews.com/">BSDnews.com</a></b>):
|
|
Monthly articles and daily discussion about all things BSD.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://www.freebsddiary.org/">FreeBSD Diary</a></b>:
|
|
One man's record of his trials and triumphs with FreeBSD.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://www.kerneltrap.org">Kerneltrap</a></b>:
|
|
Daily articles and current kernel news, about BSD and Linux
|
|
kernels.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://www.osnews.com">OSNews</a></b>:
|
|
Daily articles and news about Linux, BSD and other
|
|
operating systems.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<p><b><a href="http://slashdot.org/bsd/">Slashdot's BSD
|
|
section</a></b>: Pointers and discussion about BSD news, not
|
|
just FreeBSD.</p>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|