Archive 2001's newsflash entries (repo-copied from www/en/news/news.xml).
Reviewed by: kuriyama
This commit is contained in:
parent
46036ddbf7
commit
edaa1fb7cb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12163
6 changed files with 33 additions and 1069 deletions
20
en/news/2001/Makefile
Normal file
20
en/news/2001/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DATA= index.html
|
||||
CLEANFILES+= index.html
|
||||
|
||||
index.html: ../oldnewsflash.xsl news.xml ../includes.xsl ../../includes.xsl
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
${.CURDIR}/../oldnewsflash.xsl ${.CURDIR}/news.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
|
@ -21,104 +21,10 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/news/news.xml,v 1.60 2002/02/07 09:11:05 maxim Exp $
|
||||
$FreeBSD$
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
<year>
|
||||
<name>2002</name>
|
||||
|
||||
<month>
|
||||
<name>February</name>
|
||||
|
||||
<day>
|
||||
<name>11</name>
|
||||
|
||||
<event>
|
||||
<title>New GNOME section of the FreeBSD.org site</title>
|
||||
|
||||
<p><a href="mailto:freebsd-gnome@FreeBSD.org">FreeBSD GNOME team</a>
|
||||
is proud to announce new section of the FreeBSD.org site devoted to
|
||||
various aspects of the GNOME desktop and development environment
|
||||
on the FreeBSD. Check it out <a href="$base/gnome/">here</a>.
|
||||
</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:maxim@FreeBSD.org">Maxim Konovalov</a></p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>January</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
|
||||
<event>
|
||||
<title>BSDCon Europe 2002 - Call for Papers</title>
|
||||
|
||||
<p>The <a
|
||||
href="http://www.eurobsdcon2002.org/cfp.html">announcement
|
||||
and call for papers</a> for BSDCon Europe 2002 has been
|
||||
released. This conference will take place in Amsterdam,
|
||||
The Netherlands some time in November 2002. Individuals
|
||||
interested in presenting a paper at the conference should
|
||||
submit an abstract by June 24, 2002.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 4.5 is now available</title>
|
||||
|
||||
<p><a href="$base/releases/4.5R/announce.html">FreeBSD
|
||||
4.5</a> has been released. Please see the <a
|
||||
href="$base/releases/index.html">Release Information</a>
|
||||
page for more details. Also be sure to check the <a
|
||||
href="$base/releases/4.5R/errata.html">release errata</a>
|
||||
after installation for any late-breaking issues with 4.5
|
||||
that may occur.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
|
||||
<event>
|
||||
<title>Testing Guide now available for upcoming 4.5 release.</title>
|
||||
|
||||
<p>The FreeBSD 4.5 Release Engineering Team has submitted a
|
||||
<a href="$base/releases/4.5R/qa.html">testing guide</a>
|
||||
for the upcoming FreeBSD 4.5 release. Please help us
|
||||
ensure that 4.5 is our most stable and highest performance
|
||||
release yet.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
|
||||
<event>
|
||||
<title>New tutorial: "The Euro symbol on FreeBSD"</title>
|
||||
|
||||
<p>Aaron Kaplan has submitted a new article explaining how to
|
||||
adjust your system configuration to use the new <a
|
||||
href="$base/doc/en_US.ISO8859-1/articles/euro/article.html">Euro
|
||||
symbol on FreeBSD</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
<year>
|
||||
<name>2001</name>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/Makefile,v 1.31 2001/12/12 11:57:37 phantom Exp $
|
||||
# $FreeBSD: www/en/news/Makefile,v 1.32 2001/12/13 19:30:09 phantom Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -29,6 +29,7 @@ SUBDIR+= 1997
|
|||
SUBDIR+= 1998
|
||||
SUBDIR+= 1999
|
||||
SUBDIR+= 2000
|
||||
SUBDIR+= 2001
|
||||
SUBDIR+= status
|
||||
|
||||
DATA= newsflash.html news.rdf press.html
|
||||
|
|
941
en/news/news.xml
941
en/news/news.xml
|
@ -21,7 +21,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/news/news.xml,v 1.60 2002/02/07 09:11:05 maxim Exp $
|
||||
$FreeBSD: www/en/news/news.xml,v 1.61 2002/02/11 17:27:21 sobomax Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -118,944 +118,5 @@
|
|||
</day>
|
||||
</month>
|
||||
</year>
|
||||
|
||||
<year>
|
||||
<name>2001</name>
|
||||
|
||||
<month>
|
||||
<name>December</name>
|
||||
|
||||
<day>
|
||||
<name>31</name>
|
||||
|
||||
<event>
|
||||
<title><a href="http://www.usenix.org/events/bsdcon02/">BSDCon
|
||||
2002</a> - February 11-14, San Francisco</title>
|
||||
|
||||
<p><a
|
||||
href="http://www.usenix.org/events/bsdcon02/">BSDCon</a>
|
||||
will be hosted by the <a href="http://www.usenix.org">Usenix
|
||||
Association</a> this year. The conference will run from
|
||||
February 11-14 in San Francisco. The FreeBSD Project will
|
||||
have a broad presence at this conference, and anyone
|
||||
interested in learning more about specific technologies
|
||||
or the FreeBSD Project in general is encouraged to attend.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:ambrisko@FreeBSD.org">Doug Ambrisko</a>
|
||||
(Aironet)</p>
|
||||
</event>
|
||||
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>27</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:skv@FreeBSD.org">Sergey Skvortsov</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>21</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD-stable tree frozen in preparation for 4.5</title>
|
||||
|
||||
<p>The FreeBSD-stable branch of the source tree has now been
|
||||
frozen in preparation for the release of FreeBSD 4.5. This means
|
||||
that any new commits to the -stable source tree must be approved
|
||||
by the release engineering team first. Our expected "ship" date
|
||||
for 4.5 is January 20th, 2002.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<title>November 2001 Status Report</title>
|
||||
|
||||
<p>The November 2001 status report is now available; see the
|
||||
<a href="status/status.html">status reports Web page</a> for
|
||||
more information.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<title>"Backports" site, with patches for older FreeBSD
|
||||
releases</title>
|
||||
|
||||
<p><a href="http://www.visi.com/~hawkeyd/freebsd-backports.html">The
|
||||
FreeBSD Backports Collection</a> is a new site created by
|
||||
D J Hawkey Jr. It contains patches that appeared in
|
||||
FreeBSD-stable that have not yet been merged in to older
|
||||
releases. Wider testing of these patches makes it more likely
|
||||
that they will be committed to earlier FreeBSD releases. So if
|
||||
your site relies on earlier releases of FreeBSD, and, for whatever
|
||||
reason, you do not wish to update to the most recent release,
|
||||
you are encouraged to visit this site frequently.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>20</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:mbr@FreeBSD.org">Martin Blapp</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<title>New BSD-related journal : <a
|
||||
href="http://bsdfreak.org">BSDFreak</a></title>
|
||||
|
||||
<p><a href="http://bsdfreak.org">BSDFreak</a> is a new site
|
||||
that provides tutorials, articles, and journals covering
|
||||
BSD operating systems from a user's perspective.</p>
|
||||
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>November</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a
|
||||
href="mailto:mwlucas@FreeBSD.org">Michael Lucas</a>
|
||||
(Documentation Project)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:pdeuskar@FreeBSD.org">Prafulla
|
||||
Deuskar</a> (Intel gigabit device driver)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:yoichi@FreeBSD.org">Yoichi
|
||||
NAKAYAMA</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
|
||||
<event>
|
||||
<title>Writing FreeBSD Problem Reports</title>
|
||||
|
||||
<p><a href="mailto:des@FreeBSD.org">Dag-Erling Smørgrav</a>
|
||||
has written an article about <a
|
||||
href="$base/doc/en_US.ISO8859-1/articles/problem-reports/article.html">
|
||||
writing FreeBSD problem reports</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>20</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:znerd@FreeBSD.org">Ernst
|
||||
de Haan</a> (Ports)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<title>Core Appoints Bugmeister</title>
|
||||
|
||||
<p>The FreeBSD Core Team has appointed <a
|
||||
href="mailto:des@FreeBSD.org">Dag-Erling Smørgrav</a> as
|
||||
Bugmeister.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>14</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:pat@FreeBSD.org">Patrick
|
||||
Li</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:cy@FreeBSD.org">Cy
|
||||
Schubert</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:anders@FreeBSD.org">Anders
|
||||
Nordby</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>3</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:naddy@FreeBSD.org">Christian
|
||||
Weisgerber</a> (Ports)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<title>ATA 48-bit addressing code tested and found to be
|
||||
working and stable</title>
|
||||
|
||||
<p>Soren Schmidt, author of the ATA driver, tested a
|
||||
new 160 GB ATA harddisk provided kindly by
|
||||
<a href="http://www.maxtor.com">Maxtor Corporation</a>
|
||||
with the new ATA specification's 48-bit addressing mode
|
||||
support in FreeBSD 5.0-CURRENT. The results show that the
|
||||
code is stable and functions as it should and will be
|
||||
backported to STABLE.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:nobutaka@FreeBSD.org">MANTANI
|
||||
Nobutaka</a> (Ports)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:arr@FreeBSD.org">Andrew R.
|
||||
Reiter</a> (SMPng, TrustedBSD)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>October</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD Handbook, 2nd Edition now available!</title>
|
||||
|
||||
<p>"The FreeBSD Handbook, 2nd Edition" is now available in
|
||||
printed form! This is the primary source of documentation
|
||||
produced by the <a
|
||||
href="http://www.FreeBSD.org/docproj/">FreeBSD
|
||||
Documentation Project</a> and is available now from,
|
||||
amongst other places, <a
|
||||
href="http://www.freebsdmall.com">The FreeBSD Mall</a>.
|
||||
For a complete list of changes in this edition, see the <a
|
||||
href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=0+0+archive/2001/freebsd-announce/20011028.freebsd-announce">announce</a>
|
||||
message from the editors. The ISBN for this book is
|
||||
1571763031. 653 pages.</p>
|
||||
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:matusita@FreeBSD.org">Makoto
|
||||
Matsushita</a> (release building)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
|
||||
<event>
|
||||
<title>Bootstrapping Vinum: A Foundation for Reliable Servers</title>
|
||||
<p><a href="mailto:Bob@BGPBook.Com">Bob Van Valzah</a> has submitted
|
||||
an article introducing <a
|
||||
href="$base/doc/en_US.ISO8859-1/articles/vinum/index.html">
|
||||
failure-resilient servers and step-by-step instructions
|
||||
for building one with Vinum</a>.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/ia64 port boots unattended to multi-user mode</title>
|
||||
<p><a href="mailto:dfr@FreeBSD.org">Doug Rabson</a> and
|
||||
<a href="mailto:peter@FreeBSD.org">Peter Wemm</a> have been
|
||||
working non-stop on the FreeBSD/ia64 port in the past few
|
||||
weeks and said today that it boots into multi-user mode
|
||||
without any operator attendence. This is indeed a major
|
||||
milestone in continued FreeBSD porting efforts. Right now
|
||||
most work is concentrating on fixing any problems in the
|
||||
sourcetree which become exposed by this platform's porting
|
||||
effort.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>19</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/sparc64 port boots to single user mode</title>
|
||||
<p><a href="mailto:jake@FreeBSD.org">Jake Burkholder</a> and
|
||||
<a href="mailto:tmm@FreeBSD.org">Thomas Moestl</a> have been
|
||||
porting FreeBSD to the ultra sparc for the past few months
|
||||
and first booted a machine into single user mode on the 18th
|
||||
of October. The log from the serial console can be found at
|
||||
<a href="http://people.FreeBSD.org/~jake/tip.single_user">
|
||||
http://people.FreeBSD.org/~jake/tip.single_user</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:amorita@FreeBSD.org">Akio
|
||||
Morita</a> (PC98)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/ppc port now boots and executes kernel</title>
|
||||
<p><a href="mailto:benno@FreeBSD.org">Benno Rice</a> has committed
|
||||
a mega-patch which added support for OpenFirmware to the FreeBSD
|
||||
loader. The loader can now load a kernel over the network and
|
||||
execute it on an Apple iMac.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD/ia64 port now boots on real hardware</title>
|
||||
<p>After a few months of development <a href="mailto:dfr@FreeBSD.org">
|
||||
Doug Rabson</a> and <a href="mailto:peter@FreeBSD.org">Peter
|
||||
Wemm</a> have committed patches which extends the FreeBSD/ia64
|
||||
port's functionality and adds the possibility to boot on real
|
||||
hardware.</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer:
|
||||
<a href="mailto:keramida@FreeBSD.org">Giorgos Keramidas</a>
|
||||
(Docs)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>September</name>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
|
||||
<event>
|
||||
<title>August 2001 Status Report</title>
|
||||
|
||||
<p>The August 2001 Status Report is now available; see the
|
||||
<a href="status/status.html">Status Reports Web Page</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
|
||||
<event>
|
||||
<title>Comprehensive Project List available for 5.0</title>
|
||||
|
||||
<p>Many people, upon hearing of 5.0's untimely delay for a
|
||||
full year, have asked what they can do to help 5.0 get
|
||||
back on track. <a
|
||||
href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=4914+0+archive/2001/freebsd-announce/20010916.freebsd-announce">
|
||||
This email</a> gives a list of outstanding projects for 5.0 and
|
||||
as much information as possible about how to get
|
||||
involved.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>August</name>
|
||||
<day>
|
||||
<name>30</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 5.0 delayed until November 2002</title>
|
||||
|
||||
<p>FreeBSD 5.0 has been delayed until November 2002. The
|
||||
complete announcement from Jordan is available <a
|
||||
href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=34983+0+archive/2001/freebsd-announce/20010902.freebsd-announce">here</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>28</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:robert@FreeBSD.org">Robert
|
||||
Drehmel</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>22</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:petef@FreeBSD.org">Pete
|
||||
Fritchman</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
|
||||
<event>
|
||||
<title>New-user focused FreeBSD book available</title>
|
||||
|
||||
<p>Annelise Anderson, a frequent contributor to the FreeBSD mailing
|
||||
lists, has written "FreeBSD: An Open-Source Operating System
|
||||
for Your PC", an introduction to FreeBSD aimed at the new user.
|
||||
Published by The Bit Tree Press, the ISBN is 0971204500, and it
|
||||
can be ordered from, amongst other places, the
|
||||
<a href="http://mall.daemonnews.org">DaemonNews Mall</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<title>Installation documentation substantially improved</title>
|
||||
|
||||
<p>The
|
||||
<a href="$base/doc/en_US.ISO8859-1/books/handbook/install.html">Installing FreeBSD</a>
|
||||
section of the
|
||||
<a href="$base/doc/en_US.ISO8859-1/books/handbook/index.html">Handbook</a>
|
||||
has been substantially improved and updated. The new
|
||||
documentation features "screenshots" of almost every stage of the
|
||||
installation process, and expanded text detailing what each stage
|
||||
of the install covers. The bulk of the work was carried out by
|
||||
Randy Pratt.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>14</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:fjoe@FreeBSD.org">Max Khon</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:rpratt@FreeBSD.org">Randy
|
||||
Pratt</a> (Docs)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<title>July 2001 Status Report</title>
|
||||
|
||||
<p>The July 2001 status report is now available; see the
|
||||
<a href="$base/news/status/status.html">Status Reports Web
|
||||
page</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>8</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD RDF news headline file now available</title>
|
||||
|
||||
<p>An RDF file of the last 10 news headlines on the FreeBSD site
|
||||
is now available. The URL is <a href="http://www.FreeBSD.org/news/news.rdf">http://www.FreeBSD.org/news/news.rdf</a>. You can use this file
|
||||
to <i>syndicate</i> FreeBSD news headlines on to your own web
|
||||
site (as <a href="http://daily.daemonnews.org/">Daily
|
||||
DaemonNews</a> and the
|
||||
<a href="http://www.freebsddiary.org/newsfeeds.php">FreeBSD
|
||||
Diary</a> do), or on to your desktop, using applications such as
|
||||
<a href="http://apps.kde.com/na/2/info/id/999">KNewsTicker</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<title>Pandaemonium User Group</title>
|
||||
|
||||
<p><a href="http://pandaemonium.newmillennium.net.au/">Pandaemonium</a>,
|
||||
the BSD Users Group of Western Australia, has been
|
||||
added to the <a href="$base/support.html">Support</a> page.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:logo@FreeBSD.org">Valentino
|
||||
Vaschetto</a> (Docs)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>July</name>
|
||||
|
||||
<day>
|
||||
<name>30</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD Handbook task list now available</title>
|
||||
|
||||
<p>A second edition of <a href="$base/handbook">The FreeBSD
|
||||
Handbook</a> will be in production shortly. A
|
||||
<a href="$base/docproj/handbook.html">task list</a> has been
|
||||
published for anyone who wants to help contribute to the state of
|
||||
available printed documentation about FreeBSD.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>26</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:mp@FreeBSD.org">Mark Peek</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:bbraun@FreeBSD.org">Rob
|
||||
Braun</a></p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:zarzycki@FreeBSD.org">Dave
|
||||
Zarzycki</a></p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:mike@FreeBSD.org">Mike Barcroft</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:chern@FreeBSD.org">Chern Lee</a>
|
||||
(Docs)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>June</name>
|
||||
|
||||
<day>
|
||||
<name>21</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:brooks@FreeBSD.org">Brooks
|
||||
Davis</a> (Networking, Mobile Computing)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>20</name>
|
||||
|
||||
<event>
|
||||
<title>Using FreeBSD with Solid State Media</title>
|
||||
|
||||
<p><a href="mailto:john@kozubik.com">John Kozubik</a> has submitted
|
||||
an article explaining
|
||||
<a href="$base/doc/en_US.ISO8859-1/articles/solid-state/index.html">How
|
||||
to use FreeBSD with solid state media</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD boots on PowerPC</title>
|
||||
|
||||
<p><a href="mailto:benno@FreeBSD.org">Benno Rice</a> has completed
|
||||
enough work to allow FreeBSD to reach the mountroot prompt on the
|
||||
PowerPC processor. Please see the PowerPC platform <a
|
||||
href="$base/platforms/ppc.html">page</a> and mailing list for more
|
||||
information.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>15</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:silby@FreeBSD.org">Mike
|
||||
Silbersack</a> (Networking)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>14</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:wjv@FreeBSD.org">Johann Visagie</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD Status Report Available</title>
|
||||
|
||||
<p><a href="mailto:rwatson@FreeBSD.org">Robert Watson</a> has
|
||||
compiled a
|
||||
<a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=481962+0+archive/2001/freebsd-hackers/20010617.freebsd-hackers">status report</a> for the FreeBSD Project. These reports are scheduled to continue on a monthly basis.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>11</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:tobez@FreeBSD.org">Anton
|
||||
Berezin</a> (all things Perl)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:dwcjr@FreeBSD.org">David
|
||||
W. Chapman Jr.</a>(Ports)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:markp@FreeBSD.org">Mark Pulford</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>1</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:cjc@FreeBSD.org">Crist J. Clark</a>
|
||||
(Networking, security)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>May</name>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
|
||||
<event>
|
||||
<title>ftp.FreeBSD.org back up</title>
|
||||
|
||||
<p>The famous ftp site,
|
||||
<a href="ftp://ftp.FreeBSD.org/">ftp.FreeBSD.org</a>, is now back
|
||||
in full operation. Many thanks to <a
|
||||
href="http://www.teledanmark.com/english/menu/start.htm">Tele
|
||||
Danmark</a>, who are supplying the machine as well as the network
|
||||
connection.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:pirzyk@FreeBSD.org">Jim
|
||||
Pirzyk</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
|
||||
<event>
|
||||
<title>New FreeBSD 'zine issue out</title>
|
||||
|
||||
<p>The first May 2001 issue of the
|
||||
<a href="http://www.freebsdzine.org/">FreeBSD 'zine</a> is now
|
||||
available. Starting this month, there will be two issues
|
||||
per month; one on the 1st, and one on the 15th.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>April</name>
|
||||
|
||||
<day>
|
||||
<name>27</name>
|
||||
|
||||
<event>
|
||||
<title>SMP Alpha now works</title>
|
||||
|
||||
<p>FreeBSD now works with multiple processors on Alpha systems,
|
||||
thanks to the efforts of <a href="mailto:jhb@FreeBSD.org">John
|
||||
Baldwin</a>, <a href="mailto:gallatin@FreeBSD.org">Andrew
|
||||
Gallatin</a>, and <a href="mailto:dfr@FreeBSD.org">Doug
|
||||
Rabson</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:tshiozak@FreeBSD.org">Takuya
|
||||
SHIOZAKI</a> (Internationalization)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:ue@FreeBSD.org">Udo Erdelhoff</a>
|
||||
(Docs)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
|
||||
<event>
|
||||
<p>The
|
||||
<a href="$base/doc/en_US.ISO8859-1/books/developers-handbook/index.html">Developer's
|
||||
Handbook</a> is now available on the web site. This is an
|
||||
evolving resource for people wanting to develop software for
|
||||
FreeBSD (and not just for the committers who are developing
|
||||
FreeBSD). Don't forget that a <a
|
||||
href="$base/docs.html">complete list of documentation</a>
|
||||
available from this site is also available.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>17</name>
|
||||
|
||||
<event>
|
||||
<p>Addison Wesley have allowed us to republish
|
||||
<a href="$base/doc/en_US.ISO8859-1/books/corp-net-guide/index.html">Chapter
|
||||
8</a> of the
|
||||
<a href="http://cseng.aw.com/book/0,,0201704811,00.html">FreeBSD
|
||||
Corporate Networker's Guide</a>. Chapter 8 provides an in-depth
|
||||
look at providing printing services to Windows, NT, and Novell
|
||||
clients using FreeBSD.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<p>Yet another new committer:
|
||||
<a href="mailto:schweikh@FreeBSD.org">Jens Schweikhardt</a>
|
||||
(Standards compliance)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
|
||||
<event>
|
||||
<p>The April issue of <a href="http://www.freebsdzine.org/">The
|
||||
FreeBSD 'zine</a> is now available.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>10</name>
|
||||
|
||||
<event>
|
||||
<p>The <a href="&base;/ports/index.html">Ports Collection</a> now
|
||||
contains more than 5,000 individual entries!</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:greid@FreeBSD.org">George Reid</a>
|
||||
(Sound support, ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>4</name>
|
||||
|
||||
<event><p>Wind River to Acquire BSDi Software Assets. Please read the
|
||||
<a href="http://www.windriver.com/press/html/bsdi.html">Wind River
|
||||
Press Release</a>, the announcement from
|
||||
<a href="http://www.FreeBSD.org/cgi/mid.cgi?20010404220529.E3AFE37B727">Jordan K. Hubbard</a>, and the <a
|
||||
href="http://www.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1010405211037.46990E-100000">FreeBSD Core Team statement</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>March</name>
|
||||
|
||||
<day>
|
||||
<name>25</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:yar@FreeBSD.org">Yar Tikhiy</a>
|
||||
(Networking)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:eric@FreeBSD.org">Eric Melville</a>
|
||||
(System tools)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>13</name>
|
||||
|
||||
<event>
|
||||
<p>The March issue of <a href="http://www.freebsdzine.org/">The
|
||||
FreeBSD 'zine</a> is now available.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:dd@FreeBSD.org">Dima Dorfman</a>
|
||||
(Docs)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>7</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:keichii@FreeBSD.org">Michael
|
||||
C. Wu</a> (Internationalization, porting efforts)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:tmm@FreeBSD.org">Thomas
|
||||
M&ouml;stl</a> (POSIX.1e extensions)</p>
|
||||
</event>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:orion@FreeBSD.org">Orion Hodson</a>
|
||||
(Sound support)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>February</name>
|
||||
|
||||
<day>
|
||||
<name>20</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:jesper@FreeBSD.org">Jesper
|
||||
Skriver</a></p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>16</name>
|
||||
|
||||
<event>
|
||||
<p>The February issue of <a href="http://www.freebsdzine.org/">The
|
||||
FreeBSD 'zine</a> is now available.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>5</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:mikeh@FreeBSD.org">Mike Heffner</a>
|
||||
(Audit project)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
|
||||
<month>
|
||||
<name>January</name>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:olgeni@FreeBSD.org">Jimmy
|
||||
Olgeni</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:dinoex@FreeBSD.org">Dirk Meyer</a>
|
||||
(Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>20</name>
|
||||
|
||||
<event>
|
||||
<p>New committer: <a href="mailto:ijliao@FreeBSD.org">Ying-chieh
|
||||
Liao</a> (Ports)</p>
|
||||
</event>
|
||||
</day>
|
||||
</month>
|
||||
</year>
|
||||
</news>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.3 2001/09/20 11:43:31 chris Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.4 2002/02/11 17:12:11 sobomax Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -65,6 +65,7 @@
|
|||
<xsl:apply-templates select="descendant::month"/>
|
||||
|
||||
<p>Older announcements:
|
||||
<a href="2001/index.html">2001</a>,
|
||||
<a href="2000/index.html">2000</a>,
|
||||
<a href="1999/index.html">1999</a>,
|
||||
<a href="1998/index.html">1998</a>,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/newsflash.xsl,v 1.3 2001/09/20 11:43:31 chris Exp $ -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
|
||||
|
@ -9,8 +9,12 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
|
||||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
<xsl:variable name="title" select="'FreeBSD News Flash'"/>
|
||||
<xsl:variable name="year">
|
||||
<xsl:value-of select="descendant::year/name"/>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="base" select="'../..'"/>
|
||||
<xsl:variable name="title" select="concat('FreeBSD News Flash (', $year, ')')"/>
|
||||
<!-- <xsl:variable name="title" select="$year"/> -->
|
||||
<xsl:variable name="date">
|
||||
<xsl:value-of select="//cvs:keyword[@name='freebsd']"/>
|
||||
</xsl:variable>
|
||||
|
@ -40,37 +44,8 @@
|
|||
<img src="{$base}/gifs/news.jpg" align="right" border="0" width="193"
|
||||
height="144" alt="FreeBSD News"/>
|
||||
|
||||
<p>FreeBSD is a rapidly developing operating system. Keeping up on
|
||||
the latest developments can be a chore! To keep on top of things,
|
||||
be sure and check this page periodically. Also, you may wish to
|
||||
subscribe to the
|
||||
<a href="{$base}/handbook/eresources.html#ERESOURCES-MAIL">freebsd-announce
|
||||
mailing list</a>.</p>
|
||||
|
||||
<p>For latest news of FreeBSD Java Project please visit
|
||||
<a href="{$base}/java/newsflash.html">FreeBSD/Java NewsFlash</a>
|
||||
page.</p>
|
||||
|
||||
<p>For latest news of FreeBSD GNOME Project please visit
|
||||
<a href="{$base}/gnome/newsflash.html">FreeBSD/GNOME NewsFlash</a>
|
||||
page.</p>
|
||||
|
||||
<p>For a detailed description of past, present, and future releases,
|
||||
see the <strong><a href="{$base}/releases/index.html">Release
|
||||
Information</a></strong> page.</p>
|
||||
|
||||
<p>For FreeBSD Security Advisories, please refer to the
|
||||
<a href="{$base}/security/#adv">Security Information</a> page.</p>
|
||||
|
||||
<xsl:apply-templates select="descendant::month"/>
|
||||
|
||||
<p>Older announcements:
|
||||
<a href="2000/index.html">2000</a>,
|
||||
<a href="1999/index.html">1999</a>,
|
||||
<a href="1998/index.html">1998</a>,
|
||||
<a href="1997/index.html">1997</a>,
|
||||
<a href="1996/index.html">1996</a></p>
|
||||
|
||||
<xsl:copy-of select="$newshome"/>
|
||||
<xsl:copy-of select="$footer"/>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue