Quick NewsLetter Volume #2 Issue #1, Jan 1999

Submitted by: Chris Coleman <chrisc@vmunix.com>
This commit is contained in:
Wolfram Schneider 1999-02-07 21:57:34 +00:00
parent 1a522eb9f4
commit 81e581515c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4241
4 changed files with 91 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.12 1999-01-10 14:39:24 nik Exp $
# $Id: Makefile,v 1.13 1999-02-07 21:57:34 wosch Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -17,6 +17,7 @@ DOCS+= qnewsletter-1-4.sgml
DOCS+= qnewsletter-1-5.sgml
DOCS+= qnewsletter-1-6.sgml
DOCS+= qnewsletter-1-7.sgml
DOCS+= qnewsletter-2-1.sgml
DOCS+= press.sgml
DOCS+= newsflash.sgml

View file

@ -7,11 +7,11 @@
<!ENTITY year "1998">
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
<!ENTITY qnlprev "qnewsletter-1-6.html">
<!-- <!ENTITY qnlnext "qnewsletter-1-8.html"> -->
<!ENTITY qnlnext "qnewsletter-2-1.html">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]>
<!-- $Id: qnewsletter-1-7.sgml,v 1.1 1998-12-04 10:23:12 wosch Exp $ -->
<!-- $Id: qnewsletter-1-7.sgml,v 1.2 1999-02-07 21:57:34 wosch Exp $ -->
<html>
&header;
@ -61,7 +61,7 @@
&newshome;
&qnewsletterhome;
| &qnewsletterprev;
<!-- | &qnewsletternext; -->
| &qnewsletternext;
&footer;
</body>

View file

@ -0,0 +1,77 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date">
<!ENTITY volume "2">
<!ENTITY issue "1">
<!ENTITY month "Jan">
<!ENTITY year "1999">
<!ENTITY title "Quick NewsLetter Volume #&volume; Issue #&issue;">
<!ENTITY qnlprev "qnewsletter-1-7.html">
<!-- <!ENTITY qnlnext "qnewsletter-2-2.html"> -->
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]>
<!-- $Id: qnewsletter-2-1.sgml,v 1.1 1999-02-07 21:57:34 wosch Exp $ -->
<html>
&header;
&qnewsletterheader;
<ul>
<li><b>Release Information</b>:
FreeBSD 2.2.X is now in Maintenance mode. (No active development)<br>
FreeBSD 3.X is now the Stable Branch with 3.1
to be released on Feb 15 1999.<br>
FreeBSD 4.0 is now the Development Version with no release scheduled.<br>
<p></p></li>
<li><b>FreeBSD in the News</b>:
Greg Lehey wrote an article in Sunworld.
<A HREF="http://www.sunworld.com/swol-01-1999/swol-01-bsd.html">http://www.sunworld.com/swol-01-1999/swol-01-bsd.html</A><p>
Sean Eric Fagan wrote an article in LINUX JOURNAL
<A HREF="http://www.linuxjournal.com/issue57/2515.html">http://www.linuxjournal.com/issue57/2515.html</A>
<p></p></li>
<li><b>FreeBSD Advocacy</b>:
FreeBSD now has its own online magazine:
<A HREF="http://www.freebsdzine.org">http://www.freebsdzine.org</A>
<p></p></li>
<li><b>FreeBSD User Group Listing</b>
<A HREF="http://www.dsinw.com/~hamellr/freebsd/ug.html/">http://www.dsinw.com/~hamellr/freebsd/ug.html/</A>
<p></p></li>
<li><b>FreeBSD Mentioned</b>
<A HREF="http://helix.nature.com/webmatters/tomog.html">http://helix.nature.com/webmatters/tomog.html</A>
<p></p></li>
<li><b>IPsec</b>
IPsec-only KAME kit for FreeBSD 3.0-RELEASE is ready for you.
The kit provides fully functional IPsec for FreeBSD 3.0-RELEASE.
Please report any bugs to KAME team via KAME GNATS bug database
(NOT to FreeBSD bug database). Thanks.
<A HREF="ftp://ftp.kame.net/pub/kame/snap/kame-ipsec-19990104-fbsd30-snap.tgz">ftp://ftp.kame.net/pub/kame/snap/kame-ipsec-19990104-fbsd30-snap.tgz</A>
<p></p></li>
<li><b>How-To</b>:
Sound Card Tutorial
<A HREF="http://www.neosoft.com/~conrads/awepnp-freebsd.txt">http://www.neosoft.com/~conrads/awepnp-freebsd.txt</A>
<p></p></li>
<li><b>The BSD Beastie</b>:
The January Issue of the Daemon News features a new BSD cartoon character.
The Febuary Issue will co-star a "female" Daemon.
<A HREF="http://www.daemonnews.org/">http://www.daemonnews.org/</A>
<p></p></li>
</ul>
&qnewsletterfooter;
&newshome;
&qnewsletterhome;
| &qnewsletterprev;
<!-- | &qnewsletternext; -->
&footer;
</body>

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-12-04 10:23:12 $">
<!ENTITY date "$Date: 1999-02-07 21:57:34 $">
<!ENTITY title "FreeBSD Really-Quick(TM) NewsLetter">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % newsincludes SYSTEM "includes.sgml"> %newsincludes;
]>
<!-- $Id: qnewsletter.sgml,v 1.10 1998-12-04 10:23:12 wosch Exp $ -->
<!-- $Id: qnewsletter.sgml,v 1.11 1999-02-07 21:57:34 wosch Exp $ -->
<html>
&header;
@ -14,6 +14,13 @@
FreeBSD Really-Quick(TM) NewsLetter. Things Happening in FreeBSD.
</p>
<a name="1999"></a>
<h2>1999</h2>
<ul>
<li><b>Jan</b> <a href="qnewsletter-2-1.html">Volume #2 Issue #1</a></li>
</ul>
<a name="1998"></a>
<h2>1998</h2>
<ul>