Add a news blurb about FreeBSD.org's mailing lists being driven by
Mailman instead of majordomo.
This commit is contained in:
parent
82c1f8b0e4
commit
5687890797
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16504
1 changed files with 21 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- Simple schema for FreeBSD Project news.
|
||||
|
||||
Divide time in to <year>, <month>, and <day> elements, each of which
|
||||
Divide time in to <year>, <month>, and <day> elements, each of which
|
||||
has a <name>.
|
||||
|
||||
each <day> element contains one or more <event> elements.
|
||||
|
@ -14,14 +14,14 @@
|
|||
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),
|
||||
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.140 2003/04/04 05:56:42 murray Exp $
|
||||
$FreeBSD: www/en/news/news.xml,v 1.141 2003/04/04 05:58:28 murray Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -31,6 +31,24 @@
|
|||
<month>
|
||||
<name>April</name>
|
||||
|
||||
<day>
|
||||
<name>8</name>
|
||||
<event>
|
||||
<title>FreeBSD.org mailing lists use Mailman</title>
|
||||
|
||||
<p>Majordomo served its purpose well, but has been retired
|
||||
in favor of <a href="http://www.list.org/">Mailman</a>.
|
||||
It is now possible to browse through the authoritative
|
||||
list of mailing lists by heading over to <a
|
||||
href="http://lists.FreeBSD.org/mailman/listinfo">http://lists.FreeBSD.org/mailman/listinfo</a>
|
||||
or by browsing through the <a
|
||||
href="/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">handbook's
|
||||
section on mailing lists</a>. A big thanks to Peter Wemm
|
||||
is in order for spending the time to seamlessly convert
|
||||
the various lists over to Mailman, thank you.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>3</name>
|
||||
<event>
|
||||
|
|
Loading…
Reference in a new issue