~ubuntu-branches/ubuntu/saucy/libcommons-compress-java/saucy-proposed

« back to all changes in this revision

Viewing changes to src/site/xdoc/mail-lists.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2011-08-07 01:56:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110807015615-cvbmhuv10g12fpz1
Tags: 1.2-1
* New upstream release
* Clean up Depends and Suggests fields.
* Switch to source format 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
Licensed to the Apache Software Foundation (ASF) under one or more
 
4
contributor license agreements.  See the NOTICE file distributed with
 
5
this work for additional information regarding copyright ownership.
 
6
The ASF licenses this file to You under the Apache License, Version 2.0
 
7
(the "License"); you may not use this file except in compliance with
 
8
the License.  You may obtain a copy of the License at
 
9
 
 
10
     http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
Unless required by applicable law or agreed to in writing, software
 
13
distributed under the License is distributed on an "AS IS" BASIS,
 
14
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
See the License for the specific language governing permissions and
 
16
limitations under the License.
 
17
-->
 
18
<!--
 
19
 +======================================================================+
 
20
 |****                                                              ****|
 
21
 |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
 
22
 |****                    DO NOT EDIT DIRECTLY                      ****|
 
23
 |****                                                              ****|
 
24
 +======================================================================+
 
25
 | TEMPLATE FILE: mail-lists-template.xml                               |
 
26
 | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
 
27
 +======================================================================+
 
28
 |                                                                      |
 
29
 | 1) Re-generate using: mvn commons:mail-page                          |
 
30
 |                                                                      |
 
31
 | 2) Set the following properties in the component's pom:              |
 
32
 |    - commons.componentid (required, alphabetic, lower case)          |
 
33
 |                                                                      |
 
34
 | 3) Example Properties                                                |
 
35
 |                                                                      |
 
36
 |  <properties>                                                        |
 
37
 |    <commons.componentid>math</commons.componentid>                   |
 
38
 |  </properties>                                                       |
 
39
 |                                                                      |
 
40
 +======================================================================+
 
41
-->
 
42
<document>
 
43
  <properties>
 
44
    <title>Commons Compress Mailing Lists</title>
 
45
    <author email="dev@commons.apache.org">Commons Documentation Team</author>
 
46
  </properties>
 
47
  <body>
 
48
 
 
49
    <section name="Overview">
 
50
      <p>
 
51
        <a href="index.html">Commons Compress</a> shares mailing lists with all the other 
 
52
        <a href="http://commons.apache.org/components.html">Commons Components</a>.
 
53
        To make it easier for people to only read messages related to components they are interested in,
 
54
        the convention in Commons is to prefix the subject line of messages with the component's name,
 
55
        for example:
 
56
        <ul>
 
57
          <li>[compress] Problem with the ...</li>
 
58
        </ul>
 
59
      </p>
 
60
      <p>
 
61
        Questions related to the usage of Commons Compress should be posted to the
 
62
        <a href="http://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>.
 
63
        <br />
 
64
        The <a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Developer List</a>
 
65
        is for questions and discussion related to the development of Commons Compress.
 
66
        <br />
 
67
        Please do not cross-post; developers are also subscribed to the user list.
 
68
      </p>
 
69
      <p>
 
70
        <strong>Note:</strong> please don't send patches or attachments to any of the mailing lists.
 
71
        Patches are best handled via the <a href="issue-tracking.html">Issue Tracking</a> system. 
 
72
        Otherwise, please upload the file to a public server and include the URL in the mail. 
 
73
      </p>
 
74
    </section>
 
75
 
 
76
    <section name="Commons Compress Mailing Lists">
 
77
      <p>
 
78
        <strong>Please prefix the subject line of any messages for <a href="index.html">Commons Compress</a>
 
79
        with <i>[compress]</i></strong> - <i>thanks!</i>
 
80
        <br />
 
81
        <br />
 
82
      </p>
 
83
 
 
84
      <table>
 
85
        <tr>
 
86
          <th>Name</th>
 
87
          <th>Subscribe</th>
 
88
          <th>Unsubscribe</th>
 
89
          <th>Post</th>
 
90
          <th>Archive</th>
 
91
          <th>Other Archives</th>
 
92
        </tr>
 
93
 
 
94
 
 
95
        <tr>
 
96
          <td>
 
97
            <strong>Commons User List</strong>
 
98
            <br /><br />
 
99
            Questions on using Commons Compress.
 
100
            <br /><br />
 
101
          </td>
 
102
          <td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td>
 
103
          <td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
 
104
          <td><a href="mailto:user@commons.apache.org?subject=[compress]">Post</a></td>
 
105
          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
 
106
          <td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
 
107
              <a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
 
108
              <a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
 
109
          </td>
 
110
        </tr>
 
111
 
 
112
 
 
113
        <tr>
 
114
          <td>
 
115
            <strong>Commons Developer List</strong>
 
116
            <br /><br />
 
117
            Discussion of development of Commons Compress.
 
118
            <br /><br />
 
119
          </td>
 
120
          <td><a href="mailto:dev-subscribe@commons.apache.org">Subscribe</a></td>
 
121
          <td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
 
122
          <td><a href="mailto:dev@commons.apache.org?subject=[compress]">Post</a></td>
 
123
          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
 
124
          <td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
 
125
              <a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
 
126
              <a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
 
127
          </td>
 
128
        </tr>
 
129
 
 
130
 
 
131
        <tr>
 
132
          <td>
 
133
            <strong>Commons Issues List</strong>
 
134
            <br /><br />
 
135
            Only for e-mails automatically generated by the <a href="issue-tracking.html">issue tracking</a> system.
 
136
            <br /><br />
 
137
          </td>
 
138
          <td><a href="mailto:issues-subscribe@commons.apache.org">Subscribe</a></td>
 
139
          <td><a href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a></td>
 
140
          <td><i>read only</i></td>
 
141
          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
 
142
          <td><a href="http://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
 
143
              <a href="http://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
 
144
          </td>
 
145
        </tr>
 
146
 
 
147
 
 
148
        <tr>
 
149
          <td>
 
150
            <strong>Commons Commits List</strong>
 
151
            <br /><br />
 
152
            Only for e-mails automatically generated by the <a href="source-repository.html">source control</a> sytem.
 
153
            <br /><br />
 
154
          </td>
 
155
          <td><a href="mailto:commits-subscribe@commons.apache.org">Subscribe</a></td>
 
156
          <td><a href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a></td>
 
157
          <td><i>read only</i></td>
 
158
          <td><a href="http://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
 
159
          <td><a href="http://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
 
160
              <a href="http://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
 
161
          </td>
 
162
        </tr>
 
163
 
 
164
      </table>
 
165
 
 
166
    </section>
 
167
    <section name="Apache Mailing Lists">
 
168
      <p>
 
169
        Other mailing lists which you may find useful include:
 
170
      </p>
 
171
 
 
172
      <table>
 
173
        <tr>
 
174
          <th>Name</th>
 
175
          <th>Subscribe</th>
 
176
          <th>Unsubscribe</th>
 
177
          <th>Post</th>
 
178
          <th>Archive</th>
 
179
          <th>Other Archives</th>
 
180
        </tr>
 
181
        <tr>
 
182
          <td>
 
183
            <strong>Apache Announce List</strong>
 
184
            <br /><br />
 
185
            General announcements of Apache project releases.
 
186
            <br /><br />
 
187
          </td>
 
188
          <td><a class="externalLink" href="mailto:announce-subscribe@apache.org">Subscribe</a></td> 
 
189
          <td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td> 
 
190
          <td><i>read only</i></td>
 
191
          <td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td> 
 
192
          <td><a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a><br />
 
193
              <a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
 
194
              <a class="externalLink" href="http://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
 
195
              <a class="externalLink" href="http://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
 
196
          </td>
 
197
        </tr>
 
198
      </table>
 
199
 
 
200
    </section>
 
201
  </body>
 
202
</document>