de3f531874
- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/navibar.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.
86 lines
2.8 KiB
Text
86 lines
2.8 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/es/news/qnewsletter-2-2.sgml,v 1.4 2005/10/04 07:56:18 murray Exp $">
|
|
<!ENTITY volume "2">
|
|
<!ENTITY issue "2">
|
|
<!ENTITY month "Feb">
|
|
<!ENTITY year "1999">
|
|
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
|
|
<!ENTITY qnlprev "qnewsletter-2-1.html">
|
|
<!-- <!ENTITY qnlnext "qnewsletter-2-3.html"> -->
|
|
<!ENTITY % navinclude.about "INCLUDE">
|
|
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
&qnewsletterheader;
|
|
|
|
<ul>
|
|
|
|
<li><b>Release Information</b>:
|
|
FreeBSD 3.1 is available from Walnut Creek CDROM<br>
|
|
FreeBSD 4.0 is now the Development Version with no release scheduled.<br>
|
|
<p></p></li>
|
|
|
|
<li><b>FreeBSD in the News</b>:
|
|
<A HREF="http://lwn.net/1999/features/ACInterview/">http://lwn.net/1999/features/ACInterview/</A>
|
|
<A HREF="http://advisor.gartner.com/n_inbox/hotcontent/hc_2121999_3.html">http://advisor.gartner.com/n_inbox/hotcontent/hc_2121999_3.html</A>
|
|
<p></p></li>
|
|
|
|
<li><b>FreeBSD Advocacy</b>:
|
|
Gateway Computers is entertaining the idea of shipping FreeBSD with
|
|
some of it's servers. If you would like to purchase a Gateway with
|
|
FreeBSD on it, contact:
|
|
<pre>
|
|
Fritz Fitzgibbons
|
|
fitzgfri@gateway.com
|
|
425.803.1947
|
|
1.877.803.1947 (Toll Free)
|
|
</pre>
|
|
Tell him Chris Coleman sent you.
|
|
<p></p></li>
|
|
|
|
<li><b>Daemon News</b>:
|
|
News articles can now be sent to news@daemonnews.org
|
|
We are soliciting articles about:<p>
|
|
BSD licensing issues (GPL vs Artistic vs BSD)<br>
|
|
Security/Intrusion Detection<br>
|
|
Crash Recovery / Core Dump Analysis<br>
|
|
BSD the Early Years.<p>
|
|
If you are interested in writing any of these contact:
|
|
editors@daemonnews.org or send articles to :
|
|
article@daemonnews.org
|
|
<p></p></li>
|
|
|
|
<li><b>Netware</b>:
|
|
FreeBSD client for netware beta is out
|
|
<A HREF="ftp://ftp.butya.kz/pub/nwlib/ncplib.tar.gz">ftp://ftp.butya.kz/pub/nwlib/ncplib.tar.gz</A>
|
|
<p></p></li>
|
|
|
|
<li><b>OS resources</b>:
|
|
The Operating System resource web page
|
|
<A HREF="http://www.skylab.org/~sabre/os/index.html">http://www.skylab.org/~sabre/os/index.html</A>
|
|
<p></p></li>
|
|
|
|
<li><b>CVSup</b>:
|
|
CVSup 16.0 is now available:
|
|
<A HREF="ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/">ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/</A>
|
|
<A HREF="http://www.polstra.com/projects/freeware/CVSup/">http://www.polstra.com/projects/freeware/CVSup/</A>
|
|
<p></p></li>
|
|
|
|
<li><b>FreeBSD System Administration Manager</b>: Version 1.6
|
|
<A HREF="http://homepage.esoterica.pt/~jardim/Index.html">http://homepage.esoterica.pt/~jardim/Index.html</A>
|
|
<p></p></li>
|
|
|
|
|
|
</ul>
|
|
|
|
&qnewsletterfooter;
|
|
&newshome;
|
|
&qnewsletterhome;
|
|
| &qnewsletterprev;
|
|
<!-- | &qnewsletternext; -->
|
|
|
|
&footer;
|
|
</body>
|