Browse Source

Show the mail adresses of the mailinglists, so users post to the right one.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@578831 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
f9c49dcfd9
2 changed files with 6 additions and 6 deletions
  1. +4
    -4
      docs/mail.html
  2. +2
    -2
      xdocs/mail.xml

+ 4
- 4
docs/mail.html View File

@@ -187,8 +187,8 @@
<p>To subscribe to a mailinglist use the links below. In your first email you will get some
information about working with the list manager <a href="http://www.ezmlm.org/">EZMLM</a>.</p>
<h4 class="subsection">
<a name="User List"></a>
User List
<a name="User List: user@ant.apache.org"></a>
User List: user@ant.apache.org
</h4>
<p>
<b>High Traffic</b>
@@ -203,8 +203,8 @@
projects to ask questions, share knowledge, and discuss issues
related to using Ant as a build tool.</p>
<h4 class="subsection">
<a name="Developer List"></a>
Developer List
<a name="Developer List: dev@ant.apache.org"></a>
Developer List: dev@ant.apache.org
</h4>
<p>
<b>High Traffic</b>


+ 2
- 2
xdocs/mail.xml View File

@@ -40,7 +40,7 @@
<p>To subscribe to a mailinglist use the links below. In your first email you will get some
information about working with the list manager <a href="http://www.ezmlm.org/">EZMLM</a>.</p>

<subsection name="User List">
<subsection name="User List: user@ant.apache.org">
<p>
<b>High Traffic</b>
<a href="mailto:user-subscribe@ant.apache.org">Subscribe</a>
@@ -56,7 +56,7 @@
related to using Ant as a build tool.</p>
</subsection>

<subsection name="Developer List">
<subsection name="Developer List: dev@ant.apache.org">
<p>
<b>High Traffic</b>
<a href="mailto:dev-subscribe@ant.apache.org">Subscribe</a>


Loading…
Cancel
Save