File: mail-lists.xml

package info (click to toggle)
cocoon 1.8-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 12,016 kB
  • ctags: 3,793
  • sloc: xml: 16,682; java: 8,089; sh: 174; makefile: 61
file content (84 lines) | stat: -rw-r--r-- 3,348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0"?>

<!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">

<document>
 <header>
  <title>Mailing Lists</title>
  <authors>
   <person name="Robin Green" email="greenrd@hotmail.com"/>
  </authors>
 </header>

 <body>
  <s1 title="Important Notice">

   <p><strong>IMPORTANT: Before posting a question or problem to any mailing list,
    </strong>please first look at the <connect href="faq.xml">FAQs</connect>
    and the <link href="http://mail-archives.apache.org/">mailing list
    archives</link> to avoid asking a question which has already been
    asked and answered dozens of times before!
   </p>
  </s1>

  <s1 title="Cocoon Users">
   <p><link href="mailto:cocoon-users-subscribe@xml.apache.org">Subscribe</link>
      <link href="mailto:cocoon-users-unsubscribe@xml.apache.org">Unsubscribe</link>
   </p>

   <p>The general Cocoon list, for problems, bug reports, asking for advice on how
    best to implement a site, comparisons with other XML frameworks, etc.
    But don't forget to look in the FAQ first, please!</p>

   <p>If you would like to make commercial solicitations, please ask permission from
     the list moderator first.</p>

   <note>This list is moderated, so the first time you post, there will be a
    delay before your post is reviewed and accepted. This is to prevent spam.</note>
  </s1>

  <s1 title="Cocoon Dev">
   <p><link href="mailto:cocoon-dev-subscribe@xml.apache.org">Subscribe</link>
      <link href="mailto:cocoon-dev-unsubscribe@xml.apache.org">Unsubscribe</link>
   </p>

   <p>This list is for developers <strong>working on</strong> or wanting to work on
    Cocoon itself (not developers merely working <strong>with</strong> Cocoon),
    for code patches to Cocoon to be posted (please use <code>diff -u</code> format),
    and for general Cocoon 2 questions.</p>

   <p>Note this is <strong>NOT</strong> for general Cocoon 1 questions like "Why
    isn't Cocoon working on my machine?" - 
    please ask those sorts of questions cocoon users (after reading the
    FAQ first, of course).</p>

   <note>This list is moderated, so the first time you post, there will be a
    delay before your post is reviewed and accepted. This is to prevent spam.</note>
  </s1>

  <s1 title="Cocoon Cvs">
   <p><link href="mailto:cocoon-cvs-subscribe@xml.apache.org">Subscribe</link>
      <link href="mailto:cocoon-cvs-unsubscribe@xml.apache.org">Unsubscribe</link>
   </p>

   <p>This <strong>read-only</strong> list sends out notification messages detailing
    any change made to the CVS repository where all the source code and libraries
    are stored for development purposes. The average user probably doesn't need to
    subscribe to this list.</p>

  </s1>

  <s1 title="Related Mailing Lists">
   <ul>
    <li><link href="http://www.mulberrytech.com/xsl/">Mulberrytech XSL list</link> -
      more appropriate than Cocoon Users for general XSL questions.</li>
    <li><link href="http://xml.apache.org/mail.html">XML Apache Projects</link> -
      list of mailing lists for all the projects on xml.apache.org.</li>
    <li>Some servlet engines have their own mailing lists for servlet-engine
     configuration questions, such as
     <link href="mailto:tomcat-user-subscribe">tomcat-user</link> (note it is "user"
     and not "users").</li>
   </ul>
  </s1>
 </body>
</document>