Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers
[poi.git] / src / documentation / content / xdocs / mailinglists.xml
blobb984399370a7bc342595efa1c30f159f4a9c9ac8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    ====================================================================
4    Licensed to the Apache Software Foundation (ASF) under one or more
5    contributor license agreements.  See the NOTICE file distributed with
6    this work for additional information regarding copyright ownership.
7    The ASF licenses this file to You under the Apache License, Version 2.0
8    (the "License"); you may not use this file except in compliance with
9    the License.  You may obtain a copy of the License at
11        http://www.apache.org/licenses/LICENSE-2.0
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18    ====================================================================
19 -->
20 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "./dtd/document-v13.dtd">
22 <document>
23   <header>
24     <title>Mailing Lists</title>
25     <authors>
26       <person id="NB" name="Nick Burch" email="nick@apache.org"/>
27     </authors>
28   </header>
29   
30   <body>
31     <section><title>Mailing Lists - Guidelines</title>
32       <p>
33         <strong>Before subscribing to any of the mailing lists, please make
34         sure that you have read and understand the following 
35         guidelines:</strong>
36       </p>
37       <ul>
38         <li><link href="http://www.apache.org/foundation/mailinglists.html">ASF guide to Mailing Lists</link></li>
39         <li><link href="http://www.apache.org/dev/contrib-email-tips.html">ASF Tips for email contributors</link></li>
40         <li><link href="http://jakarta.apache.org/site/mail.html">The Jakarta guide to Mailing Lists</link></li>
41       </ul>
42     </section>
43     <section><title>Lists</title>
44       <section><title>The POI User List</title>
45         <p>
46           <strong>Medium Traffic</strong>
47           <link href="mailto:user-subscribe@poi.apache.org">Subscribe</link>
48           <link href="mailto:user-unsubscribe@poi.apache.org">Unsubscribe</link>
49           <link href="http://mail-archives.apache.org/mod_mbox/poi-user/">Archive</link>
50           <link href="http://news.gmane.org/thread.php?group=gmane.comp.jakarta.poi.user">gmane.org</link>
51         </p>
52         <p>
53           This list is for users of POI to ask questions, share knowledge, 
54           and discuss issues. POI developers are also expected to be 
55           lurking on this list to offer support to users of POI.
56         </p> 
57       </section>
58       <section><title>The POI Developer List</title>
59         <p>
60           <strong>Low Traffic</strong>
61           <link href="mailto:dev-subscribe@poi.apache.org">Subscribe</link>
62           <link href="mailto:dev-unsubscribe@poi.apache.org">Unsubscribe</link>
63           <link href="http://mail-archives.apache.org/mod_mbox/poi-dev/">Archive</link>
64           <link href="http://news.gmane.org/thread.php?group=gmane.comp.jakarta.poi.dev">gmane.org</link>
65         </p>
66         <p>
67           This is the list where participating developers of the POI 
68           project meet and discuss issues, code changes/additions, etc. 
69           Subscribers to this list also get notices of each and every 
70           code change, build results, testing notices, etc. 
71           <strong>Do not send mail to this list with usage questions or 
72           configuration problems.</strong>
73         </p> 
74       </section>
75       <section><title>The POI General List</title>
76         <p>
77           <strong>Low Traffic</strong>
78           <link href="mailto:general-subscribe@poi.apache.org">Subscribe</link>
79           <link href="mailto:general-unsubscribe@poi.apache.org">Unsubscribe</link>
80           <link href="http://mail-archives.apache.org/mod_mbox/poi-general/">Archive</link>
81         </p>
82         <p>
83           This list exists for general discussions on POI, not specific to
84           code or problems with code. Used for discussion of general matters
85           relating to all of the POI project, such as the website and
86           changes in procedures.
87         </p> 
88       </section>
89     </section>
90   </body>
91   <footer>
92     <legal>
93       Copyright 2007 The Apache Software Foundation or its licensors, as applicable.
94       $Revision: 496536 $ $Date: 2007-01-15 23:11:09 +0000 (Mon, 15 Jan 2007) $
95     </legal>
96   </footer>
97 </document>