doc/en/news/news.xml
Juli Mallett 0ec94de503 Let the world know that I am a new committer.
Reviewed by:	mike
Approved by:	mike
2002-02-25 09:03:17 +00:00

141 lines
4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- Simple schema for FreeBSD Project news.
Divide time in to <year>, <month>, and <day> elements, each of which
has a <name>.
each <day> element contains one or more <event> elements.
Each <event> contains an optional <title>, and then a <p>. <p> elements
can contain <a> anchors. Within the "href" attribute of the anchor
$base will be replaced with the base URI necessary to reach the FreeBSD
document root, and should always be used to start URLs at www.FreeBSD.org
or one of the mirrors.
Use the <title> element if the <p> content is lengthy. When generating
synopses of this information (e.g., for syndication using RDF files),
the contents of <title> will be preferred over <p>.
-->
<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.63 2002/02/18 15:25:34 ticso Exp $
</cvs:keyword>
</cvs:keywords>
<year>
<name>2002</name>
<month>
<name>February</name>
<day>
<name>25</name>
<event>
<p>New committer: <a
href="mailto:jmallett@FreeBSD.org">J. Mallett</a></p>
</event>
</day>
<day>
<name>18</name>
<event>
<p>New committer: <a
href="mailto:ticso@FreeBSD.org">Bernd Walter</a>
(Alpha)</p>
</event>
</day>
<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>
</news>