You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mail-lists.xml 4.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "dtd/document-v10.dtd">
  3. <document>
  4. <header>
  5. <title>Mailing Lists</title>
  6. <authors>
  7. <person name="Robin Green" email="greenrd@hotmail.com"/>
  8. <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
  9. </authors>
  10. </header>
  11. <body><s1 title="Important Notice">
  12. <p><strong>IMPORTANT: Before posting a question or problem to any mailing list,
  13. </strong>please first look at the following resources in this order:</p>
  14. <ol>
  15. <li><connect href="faq.html">FAQs</connect></li>
  16. <li><link href="http://dmoz.org/Computers/Data_Formats/Markup_Languages/XML/">ODP XML links</link>
  17. - a wealth of general XML information.</li>
  18. <li><connect href="mail-archives.html">Mailing list archives</connect> -
  19. a veritable goldmine of Poi-specific information - if you know where to look!</li>
  20. </ol>
  21. <p><strong>IMPORTANT:</strong> Careful postings please.
  22. These are high-volume lists, so we all needs ways to help us all
  23. work smarter.
  24. See tips for <link href="contrib.html#tips">Contributing</link>
  25. </p>
  26. </s1>
  27. <s1 title="Poi Users">
  28. <p><link href="http://lists.sourceforge.net/lists/listinfo/poi-general-user">Subscribe</link>
  29. <link href="http://lists.sourceforge.net/lists/listinfo/poi-general-user">Unsubscribe</link>
  30. </p>
  31. <p>The general list, for problems, bug reports, asking for advice on how
  32. best to implement a site, comparisons with other frameworks, etc.
  33. But don't forget to look in the FAQ first, please!</p>
  34. <p><strong>This is also not an appropriate list for general Java questions.</strong>
  35. Instead try <link href="news:comp.lang.java.help">news:comp.lang.java.help</link>
  36. or <link href="http://hotdispatch.com/">http://hotdispatch.com/</link>, for
  37. example.</p>
  38. <p><strong>This is not an appropriate list for general XML questions.</strong>
  39. Instead
  40. look at the <link href="http://dmoz.org/">ODP</link> for
  41. <link href="http://dmoz.org/Computers/Data_Formats/Markup_Languages/XML/">XML/XSL links</link>
  42. (such as the excellent <link href="http://www.zvon.org/xxl/XSLTutorial/Books/Book1/index.html">
  43. XSL tutorial at Zvon.org</link>) or try the
  44. <link href="http://www.mulberrytech.com/xsl/">Mulberrytech XSL list</link>.</p>
  45. <p><strong>IMPORTANT:</strong> If you are posting about a problem you are having
  46. (as most people do), it will aid in finding a speedy resolution if you provide
  47. full configuration details (especially the <strong>version number</strong>,
  48. but also your operating system, JDK version, and servlet engine), and full details
  49. of any errors encountered (including full error messages and stack traces).</p>
  50. <p>Please also have some consideration for the other users on the list - this is a
  51. busy list and we do not appreciate getting the exact same message posted impatiently
  52. several times a day/week! Doing so is only likely to make your question answered more
  53. slowly, or not at all, not faster.</p>
  54. </s1>
  55. <s1 title="Poi Dev">
  56. <p><link href="http://lists.sourceforge.net/lists/listinfo/poi-devel">Subscribe</link>
  57. <link href="http://lists.sourceforge.net/lists/listinfo/poi-devel">Unsubscribe</link>
  58. </p>
  59. <p>This list is for developers <strong>working on</strong> or wanting to work on
  60. Poi itself (not developers merely working <strong>with</strong> Poi),
  61. for code patches to Poi to be posted (please use <code>diff -u</code> format),
  62. and for general Poi questions.</p>
  63. <p>Note this is <strong>NOT</strong> for general Poi questions like "Why
  64. isn't Poi working on my machine?" -
  65. please ask those sorts of questions on users list (after reading the
  66. FAQ first, of course).</p>
  67. </s1>
  68. <s1 title="Related Mailing Lists">
  69. <p>(See also <link href="http://dmoz.org/Computers/Data_Formats/Markup_Languages/XML/">
  70. ODP XML links</link> for related websites.)</p>
  71. <ul>
  72. <li><link href="http://xml.apache.org/mail.html">XML Apache Projects</link> -
  73. list of mailing lists for all the projects on xml.apache.org.</li>
  74. <li>Some servlet engines have their own mailing lists for servlet-engine
  75. configuration questions, such as
  76. <link href="mailto:tomcat-user-subscribe@jakarta.apache.org">tomcat-user</link> (note it is "user"
  77. and not "users").</li>
  78. </ul>
  79. </s1>
  80. </body>
  81. </document>