Author: niallp
Date: Thu Apr  8 02:59:10 2010
New Revision: 931761

URL: http://svn.apache.org/viewvc?rev=931761&view=rev
Log:
Make consistent with Commons mailing list page

Modified:
    
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/mail-lists-template.xml

Modified: 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/mail-lists-template.xml?rev=931761&r1=931760&r2=931761&view=diff
==============================================================================
--- 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
 (original)
+++ 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
 Thu Apr  8 02:59:10 2010
@@ -46,15 +46,31 @@ limitations under the License.
   </properties>
   <body>
 
-    <section name="@NAME@ Mailing Lists">
+    <section name="Overview">
       <p>
         <a href="index.html">@NAME@</a> shares mailing lists with all the 
other 
         <a href="http://commons.apache.org/components.html";>Commons 
Components</a>.
         To make it easier for people to only read messages related to 
components they are interested in,
-        the convention in Commons is to prefix the subject line of messages 
with the component's name.
+        the convention in Commons is to prefix the subject line of messages 
with the component's name,
+        for example:
+        <ul>
+          <li>[...@id@] Problem with the ...</li>
+        </ul>
       </p>
       <p>
-        <br />
+        The <b>Developer</b> list is for questions and discussion related to 
the
+        development of @n...@. Questions related to the usage of @NAME@
+        should be posted to the <b>User</b> list.
+      </p>
+      <p>
+        <strong>Note:</strong> please don't send patches or attachments to any 
of the mailing lists.
+        Patches are best handled via the <a href="issue-tracking.html">Issue 
Tracking</a> system. 
+        Otherwise, please upload the file to a public server and include the 
URL in the mail. 
+      </p>
+    </section>
+
+    <section name="@NAME@ Mailing Lists">
+      <p>
         <strong>Please prefix the subject line of any messages for <a 
href="index.html">@NAME@</a>
         with <i>[...@id@]</i></strong> - <i>thanks!</i>
         <br />
@@ -73,7 +89,12 @@ limitations under the License.
 
 
         <tr>
-          <td><strong>User List</strong></td>
+          <td>
+            <strong>Commons User List</strong>
+            <br /><br />
+            Questions on using @n...@.
+            <br /><br />
+          </td>
           <td><a 
href="mailto:user-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:user-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
           <td><a href="mailto:u...@commons.apache.org";>Post</a></td>
@@ -86,7 +107,12 @@ limitations under the License.
 
 
         <tr>
-          <td><strong>Dev List</strong></td>
+          <td>
+            <strong>Commons Developer List</strong>
+            <br /><br />
+            Discussion of development of @n...@.
+            <br /><br />
+          </td>
           <td><a 
href="mailto:dev-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:dev-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
           <td><a href="mailto:d...@commons.apache.org";>Post</a></td>
@@ -99,7 +125,12 @@ limitations under the License.
 
 
         <tr>
-          <td><strong>Issues List</strong></td>
+          <td>
+            <strong>Commons Issues List</strong>
+            <br /><br />
+            Only for e-mails generated by the <a 
href="issue-tracking.html">issue tracking</a> system.
+            <br /><br />
+          </td>
           <td><a 
href="mailto:issues-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:issues-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
           <td><i>read only</i></td>
@@ -111,7 +142,12 @@ limitations under the License.
 
 
         <tr>
-          <td><strong>Commits List</strong></td>
+          <td>
+            <strong>Commons Commits List</strong>
+            <br /><br />
+            Only for e-mails automatically generated by the <a 
href="source-repository.html">source control</a> sytem.
+            <br /><br />
+          </td>
           <td><a 
href="mailto:commits-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:commits-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
           <td><i>read only</i></td>
@@ -139,7 +175,12 @@ limitations under the License.
           <th>Other Archives</th>
         </tr>
         <tr>
-          <td><strong>Apache Announce List</strong></td>
+          <td>
+            <strong>Apache Announce List</strong>
+            <br /><br />
+            General announcements of Apache project releases.
+            <br /><br />
+          </td>
           <td><a class="externalLink" 
href="mailto:announce-subscr...@apache.org";>Subscribe</a></td> 
           <td><a class="externalLink" 
href="mailto:announce-unsubscr...@apache.org";>Unsubscribe</a></td> 
           <td><i>read only</i></td>


Reply via email to