Hi Steve, I was going to add myself to the contributors.xml document - now that I have karma ;-) and am finding my way around the site/src/documentation - and tried to build the site locally. I noticed that the validate-xdocs target fails because of the additional <blockquote> elements from the change to mailinglists.xml. Do you want me to go ahead and remove or change the <blockquote> to fix the build, as part of my changes? Let me know what works best.
Thanks, Carlin On 10/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: steveh > Date: Tue Oct 25 11:17:00 2005 > New Revision: 328441 > > URL: http://svn.apache.org/viewcvs?rev=328441&view=rev > Log: > Fix for BEEHIVE-768: mailinglists.html could use more unsubscribe info > > Modified: > beehive/site/src/documentation/content/xdocs/mailinglists.xml > > Modified: beehive/site/src/documentation/content/xdocs/mailinglists.xml > URL: > http://svn.apache.org/viewcvs/beehive/site/src/documentation/content/xdocs/mailinglists.xml?rev=328441&r1=328440&r2=328441&view=diff > > ============================================================================== > --- beehive/site/src/documentation/content/xdocs/mailinglists.xml > (original) > +++ beehive/site/src/documentation/content/xdocs/mailinglists.xml Tue Oct > 25 11:17:00 2005 > @@ -6,31 +6,70 @@ > <title>Mailing Lists</title> > </header> > <body> > - <p>Use the links below to send mail to, subscribe, unsubscribe or check > the archives of the Beehive mailing lists. > - Subscribing and unsubscribing is performed by simply sending a blank > email to one of the addresses linked below. > - <br/><br/></p> > - <table> > - <tr> > - <td><a href="mailto:[email protected]">Beehive Users List</a></td> > - <td><a href="mailto:[EMAIL PROTECTED] > ">Subscribe</a></td> > - <td><a href="mailto:[EMAIL PROTECTED] > ">Unsubscribe</a></td> > - <td><a class="fork" href=" > http://mail-archives.apache.org/mod_mbox/beehive-user/">Archives</a></td> > - </tr> > - <tr> > - <td><a href="mailto:[email protected]">Beehive Developer > List</a></td> > - <td><a href="mailto:[EMAIL PROTECTED]">Subscribe</a></td> > - <td><a href="mailto:[EMAIL PROTECTED] > ">Unsubscribe</a></td> > - <td><a class="fork" href=" > http://mail-archives.apache.org/mod_mbox/beehive-dev/">Archives</a></td> > - </tr> > - <tr> > - <td><a href="mailto:[email protected]">Beehive SVN/Wiki Change > List</a></td> > - <td><a href="mailto:[EMAIL PROTECTED] > ">Subscribe</a></td> > - <td><a href="mailto:[EMAIL PROTECTED] > ">Unsubscribe</a></td> > - <td><a class="fork" href=" > http://mail-archives.apache.org/mod_mbox/beehive-commits/" > >Archives</a></td> > - </tr> > - <tr> > - <td><a href="mailto:[EMAIL PROTECTED]">Beehive PPMC List</a></td> > - </tr> > - </table> > + <p> > + Use the links below to send mail to, subscribe, unsubscribe or check the > archives of the Beehive mailing lists. > + Subscribing and unsubscribing is performed by simply sending a blank > email to one of the addresses linked below. > + <br/><br/> > + </p> > + <table> > + <tr> > + <td><a href="mailto:[email protected]">Beehive Users List</a></td> > + <td><a href="mailto:[EMAIL PROTECTED] > ">Subscribe</a></td> > + <td><a href="mailto:[EMAIL PROTECTED] > ">Unsubscribe</a></td> > + <td><a class="fork" href=" > http://mail-archives.apache.org/mod_mbox/beehive-user/">Archives</a></td> > + </tr> > + <tr> > + <td><a href="mailto:[email protected]">Beehive Developer > List</a></td> > + <td><a href="mailto:[EMAIL PROTECTED]">Subscribe</a></td> > + <td><a href="mailto:[EMAIL PROTECTED] > ">Unsubscribe</a></td> > + <td><a class="fork" href=" > http://mail-archives.apache.org/mod_mbox/beehive-dev/">Archives</a></td> > + </tr> > + <tr> > + <td><a href="mailto:[email protected]">Beehive SVN/Wiki Change > List</a></td> > + <td><a href="mailto:[EMAIL PROTECTED] > ">Subscribe</a></td> > + <td><a href="mailto:[EMAIL PROTECTED] > ">Unsubscribe</a></td> > + <td><a class="fork" href=" > http://mail-archives.apache.org/mod_mbox/beehive-commits/" > >Archives</a></td> > + </tr> > + <tr> > + <td><a href="mailto:[EMAIL PROTECTED]">Beehive PPMC List</a></td> > + </tr> > + </table> > + <p> > + <br/><br/> > + If you have used the unsubscribe links on this page and you are still > + receiving email from one or more of the Beehive mailing lists, then > + the likely reason is that you are subscribed under a different address > + than you currently use. The ezmlm mail program is used to manage the > + mailing lists and it will happily unsubscribe an address that isn't on > + the mailing list, so it may not be clear when unsubscribe requests are > + in vain. Follow these steps if you are having trouble unsubscribing: > + </p> > + <ul> > + <li> > + open a message that came from the persistent list > + </li> > + <li> > + view the headers of the message and find the Return-Path > + > + <blockquote><code>Return-Path: beehive-dev-return-3411-user= > [EMAIL PROTECTED]</code></blockquote> > + </li> > + <li> > + send a blank email using the mailing list name, the word > + unsubscribe, and the user=host.domain > + > + <blockquote>To: beehive-dev-unsubscribe-user= > [EMAIL PROTECTED]</blockquote> > + </li> > + <li> > + respond to the confirmation message > + </li> > + </ul> > + <p> > + If you still have problems, then send email to the list owner ( > + <a href="mailto:[EMAIL PROTECTED]">beehive-user</a> > or > + <a href="mailto:[EMAIL PROTECTED]">beehive-dev</a> > + ) telling them that you have attempted to unsubscribe the address from > + the Return Path and have been unsuccessful. > + <br/><br/> > + </p> > </body> > </document> > > >
