| Summary: | [handbook] [patch] annotate which mailing lists are moderated | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Mark Linimon <linimon> | ||||
| Component: | Books & Articles | Assignee: | Eitan Adler <eadler> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mark Linimon
2013-02-13 19:10:00 UTC
On Wed, 13 Feb 2013, Mark Linimon wrote:
>
> I was quite surprised to see that the mailing list documentation does not
> note, very early on, which mailing lists are moderated. This seems like
> a bug to me, especially with the "everyone is encouraged to subscribe"
> sentence at the beginning of the list.
Sounds like a good idea to me.
-Ben
On 13 February 2013 18:30, Benjamin Kaduk <kaduk@mit.edu> wrote: > The following reply was made to PR docs/176122; it has been noted by GNATS. > > From: Benjamin Kaduk <kaduk@MIT.EDU> > To: Mark Linimon <linimon@freebsd.org> > Cc: bug-followup@freebsd.org > Subject: Re: docs/176122: [handbook] [patch] annotate which mailing lists > are moderated > Date: Wed, 13 Feb 2013 18:26:54 -0500 (EST) > > On Wed, 13 Feb 2013, Mark Linimon wrote: > > > > > I was quite surprised to see that the mailing list documentation does not > > note, very early on, which mailing lists are moderated. This seems like > > a bug to me, especially with the "everyone is encouraged to subscribe" > > sentence at the beginning of the list. > > Sounds like a good idea to me. Strong support from me. Go for it! -- Eitan Adler Responsible Changed From-To: freebsd-doc->eadler I'll take it. Author: eadler Date: Mon Mar 11 21:49:51 2013 New Revision: 41167 URL: http://svnweb.freebsd.org/changeset/doc/41167 Log: Mark which mailing lists are moderated PR: docs/176122 Submitted by: linimon Reviewed by: bjk Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Mon Mar 11 21:08:54 2013 (r41166) +++ head/en_US.ISO8859-1/books/handbook/eresources/chapter.xml Mon Mar 11 21:49:51 2013 (r41167) @@ -94,7 +94,7 @@ <row> <entry>&a.announce.name;</entry> - <entry>Important events and project milestones</entry> + <entry>Important events and project milestones (moderated)</entry> </row> <row> @@ -150,7 +150,7 @@ <row> <entry>&a.security-notifications.name;</entry> - <entry>Security notifications</entry> + <entry>Security notifications (moderated)</entry> </row> <row> @@ -202,7 +202,7 @@ <row> <entry>&a.amd64.name;</entry> - <entry>Porting FreeBSD to AMD64 systems</entry> + <entry>Porting FreeBSD to AMD64 systems (moderated)</entry> </row> <row> @@ -458,7 +458,7 @@ <row> <entry>&a.ports-announce.name;</entry> <entry>Important news and instructions about the Ports - Collection</entry> + Collection (moderated)</entry> </row> <row> @@ -1506,7 +1506,7 @@ changes and issues related to the FreeBSD.org project infrastructure.</para> - <para>This list is strictly for announcements: no replies, + <para>This moderated list is strictly for announcements: no replies, requests, discussions, or opinions.</para> </listitem> </varlistentry> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |