PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Java/PrimaNotaFacileClient/poi-3.15/docs/mailinglists.html

https://gitlab.com/fabi.gjuzi/Portfolio
HTML | 476 lines | 365 code | 89 blank | 22 comment | 0 complexity | b92e3fa98c3975956f9cc753888d5241 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <!--*** This is a generated file. Do not edit. ***-->
  6. <link rel="stylesheet" href="skin/tigris.css" type="text/css">
  7. <link rel="stylesheet" href="skin/mysite.css" type="text/css">
  8. <link rel="stylesheet" href="skin/site.css" type="text/css">
  9. <link media="print" rel="stylesheet" href="skin/print.css" type="text/css">
  10. <title>Mailing Lists</title>
  11. </head>
  12. <body bgcolor="white" class="composite">
  13. <!--================= start Banner ==================-->
  14. <div id="banner">
  15. <table width="100%" cellpadding="8" cellspacing="0" summary="banner" border="0">
  16. <tbody>
  17. <tr>
  18. <!--================= start Group Logo ==================-->
  19. <td width="50%" align="left">
  20. <div class="groupLogo">
  21. <a href="http://www.apache.org"><img border="0" class="logoImage" alt="The Apache Software Foundation" src="resources/images/asf_logo.png"></a>
  22. </div>
  23. </td>
  24. <!--================= end Group Logo ==================-->
  25. <!--================= start Project Logo ==================--><td width="50%" align="right">
  26. <div align="right" class="projectLogo">
  27. <a href="http://poi.apache.org/"><img border="0" class="logoImage" alt="Apache POI" src="resources/images/pb-poi.png"></a>
  28. </div>
  29. </td>
  30. <!--================= end Project Logo ==================-->
  31. </tr>
  32. </tbody>
  33. </table>
  34. </div>
  35. <!--================= end Banner ==================-->
  36. <!--================= start Main ==================-->
  37. <table width="100%" cellpadding="0" cellspacing="0" border="0" summary="nav" id="breadcrumbs">
  38. <tbody>
  39. <!--================= start Status ==================-->
  40. <tr class="status">
  41. <td>
  42. <!--================= start BreadCrumb ==================--><a href="http://www.apache.org/">Apache</a> | <a href="http://poi.apache.org/">POI</a><a href=""></a>
  43. <!--================= end BreadCrumb ==================--></td><td id="tabs">
  44. <!--================= start Tabs ==================-->
  45. <div class="tab">
  46. <span class="selectedTab"><a class="base-selected" href="index.html">Home</a></span> | <script language="Javascript" type="text/javascript">
  47. function printit() {
  48. if (window.print) {
  49. window.print() ;
  50. } else {
  51. var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0" CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
  52. document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
  53. WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
  54. }
  55. }
  56. </script><script language="Javascript" type="text/javascript">
  57. var NS = (navigator.appName == "Netscape");
  58. var VERSION = parseInt(navigator.appVersion);
  59. if (VERSION > 3) {
  60. document.write(' <a title="PRINT this page OUT" href="javascript:printit()">PRINT</a>');
  61. }
  62. </script>
  63. </div>
  64. <!--================= end Tabs ==================-->
  65. </td>
  66. </tr>
  67. </tbody>
  68. </table>
  69. <!--================= end Status ==================-->
  70. <table id="main" width="100%" cellpadding="8" cellspacing="0" summary="" border="0">
  71. <tbody>
  72. <tr valign="top">
  73. <!--================= start Menu ==================-->
  74. <td id="leftcol">
  75. <div id="navcolumn">
  76. <div class="menuBar">
  77. <div class="menu">
  78. <span class="menuLabel">Overview</span>
  79. <div class="menuItem">
  80. <a href="index.html">Home</a>
  81. </div>
  82. <div class="menuItem">
  83. <a href="download.html">Download</a>
  84. </div>
  85. <div class="menuItem">
  86. <a href="overview.html">Components</a>
  87. </div>
  88. <div class="menuItem">
  89. <a href="text-extraction.html">Text Extraction</a>
  90. </div>
  91. <div class="menuItem">
  92. <a href="encryption.html">Encryption support</a>
  93. </div>
  94. <div class="menuItem">
  95. <a href="casestudies.html">Case Studies</a>
  96. </div>
  97. <div class="menuItem">
  98. <a href="related-projects.html">Related projects</a>
  99. </div>
  100. <div class="menuItem">
  101. <a href="legal.html">Legal</a>
  102. </div>
  103. </div>
  104. <div class="menu">
  105. <span class="menuLabel">Help</span>
  106. <div class="menuItem">
  107. <a href="apidocs/index.html">Javadocs</a>
  108. </div>
  109. <div class="menuItem">
  110. <a href="faq.html">FAQ</a>
  111. </div>
  112. <div class="menuItem">
  113. <span class="menuSelected">Mailing Lists</span>
  114. </div>
  115. <div class="menuItem">
  116. <a href="https://bz.apache.org/bugzilla/buglist.cgi?product=POI">Bug Database</a>
  117. </div>
  118. <div class="menuItem">
  119. <a href="changes.html">Changelog</a>
  120. </div>
  121. </div>
  122. <div class="menu">
  123. <span class="menuLabel">Getting Involved</span>
  124. <div class="menuItem">
  125. <a href="subversion.html">Subversion Repository</a>
  126. </div>
  127. <div class="menuItem">
  128. <a href="howtobuild.html">How To Build</a>
  129. </div>
  130. <div class="menuItem">
  131. <a href="guidelines.html">Contribution Guidelines</a>
  132. </div>
  133. <div class="menuItem">
  134. <a href="who.html">Who We Are</a>
  135. </div>
  136. </div>
  137. <div class="menu">
  138. <span class="menuLabel">Component APIs</span>
  139. <div class="menuItem">
  140. <a href="spreadsheet/index.html">Excel (SS=HSSF+XSSF)</a>
  141. </div>
  142. <div class="menuItem">
  143. <a href="document/index.html">Word (HWPF+XWPF)</a>
  144. </div>
  145. <div class="menuItem">
  146. <a href="slideshow/index.html">PowerPoint (HSLF+XSLF)</a>
  147. </div>
  148. <div class="menuItem">
  149. <a href="oxml4j/index.html">OpenXML4J (OOXML)</a>
  150. </div>
  151. <div class="menuItem">
  152. <a href="poifs/index.html">OLE2 Filesystem (POIFS)</a>
  153. </div>
  154. <div class="menuItem">
  155. <a href="hpsf/index.html">OLE2 Document Props (HPSF)</a>
  156. </div>
  157. <div class="menuItem">
  158. <a href="hsmf/index.html">Outlook (HSMF)</a>
  159. </div>
  160. <div class="menuItem">
  161. <a href="diagram/index.html">Visio (HDGF+XDGF)</a>
  162. </div>
  163. <div class="menuItem">
  164. <a href="hmef/index.html">TNEF (HMEF)</a>
  165. </div>
  166. <div class="menuItem">
  167. <a href="hpbf/index.html">Publisher (HPBF)</a>
  168. </div>
  169. <div class="menuItem">
  170. <a href="logging.html">Logging framework</a>
  171. </div>
  172. </div>
  173. <div class="menu">
  174. <span class="menuLabel">Apache Wide</span>
  175. <div class="menuItem">
  176. <a href="https://www.apache.org/">Apache Software Foundation</a>
  177. </div>
  178. <div class="menuItem">
  179. <a href="https://www.apache.org/licenses/">License</a>
  180. </div>
  181. <div class="menuItem">
  182. <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
  183. </div>
  184. <div class="menuItem">
  185. <a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
  186. </div>
  187. <div class="menuItem">
  188. <a href="https://www.apache.org/security/">Security</a>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. <form target="_blank" action="https://www.google.com/search" method="get">
  194. <table summary="search" border="0" cellspacing="0" cellpadding="0">
  195. <tr>
  196. <td><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap">
  197. Search Apache POI<br>
  198. <input value="poi.apache.org" name="sitesearch" type="hidden"><input size="10" name="q" id="query" type="text"><img height="1" width="5" alt="" src="skin/images/spacer.gif" class="spacer"><input name="Search" value="GO" type="submit"></td><td><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
  199. </tr>
  200. <tr>
  201. <td colspan="3"><img height="7" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td>
  202. </tr>
  203. <tr>
  204. <td class="bottom-left-thick"></td><td bgcolor="#a5b6c6"><img height="1" width="1" alt="" src="skin/images/spacer.gif" class="spacer"></td><td class="bottom-right-thick"></td>
  205. </tr>
  206. </table>
  207. </form>
  208. </td>
  209. <!--================= end Menu ==================-->
  210. <!--================= start Content ==================--><td>
  211. <div id="bodycol">
  212. <div class="app">
  213. <div align="center">
  214. <h1>Mailing Lists</h1>
  215. </div>
  216. <div class="h3">
  217. <a name="Mailing+Lists+-+Guidelines"></a>
  218. <div class="h3">
  219. <h3>Mailing Lists - Guidelines</h3>
  220. </div>
  221. <p>
  222. <strong>Before subscribing or participating in any of the mailing
  223. lists, we suggest you read and understand the following
  224. guidelines:</strong>
  225. </p>
  226. <ul>
  227. <li>
  228. <a href="https://www.apache.org/foundation/mailinglists.html">ASF guide to Mailing Lists</a>
  229. </li>
  230. <li>
  231. <a href="https://www.apache.org/dev/contrib-email-tips.html">ASF Tips for email contributors</a>
  232. </li>
  233. <li>
  234. <a href="https://jakarta.apache.org/site/mail.html">The Jakarta guide to Mailing Lists</a>
  235. </li>
  236. </ul>
  237. <a name="Lists"></a>
  238. <div class="h3">
  239. <h3>Lists</h3>
  240. </div>
  241. <a name="The+POI+User+List"></a>
  242. <div class="h4">
  243. <h4>The POI User List</h4>
  244. </div>
  245. <p>
  246. <strong>Medium Traffic</strong>
  247. <a href="https://lists.apache.org/list.html?user@poi.apache.org">View,
  248. Participate and Subscribe to the User List</a>
  249. </p>
  250. <p>
  251. This list is for users of POI to ask questions, share knowledge,
  252. and discuss issues. POI developers are also expected to be
  253. lurking on this list to offer support to users of POI.
  254. </p>
  255. <p>
  256. Alternate options:
  257. <a href="mailto:user-subscribe@poi.apache.org">Subscribe</a>
  258. <a href="mailto:user-unsubscribe@poi.apache.org">Unsubscribe</a>
  259. <a href="https://mail-archives.apache.org/mod_mbox/poi-user/">Old Archive</a>
  260. <a href="http://news.gmane.org/thread.php?group=gmane.comp.jakarta.poi.user">gmane.org</a>
  261. <a href="http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html">Nabble</a>
  262. <a href="http://markmail.org/search/org.apache.poi.user+list:org.apache.poi.user">MarkMail</a>
  263. </p>
  264. <a name="The+POI+Developer+List"></a>
  265. <div class="h4">
  266. <h4>The POI Developer List</h4>
  267. </div>
  268. <p>
  269. <strong>Medium Traffic</strong>
  270. <a href="https://lists.apache.org/list.html?dev@poi.apache.org">View,
  271. Participate and Subscribe to the Dev List</a>
  272. </p>
  273. <p>
  274. This is the list where participating developers of the POI
  275. project meet and discuss issues, code changes/additions, etc.
  276. Subscribers to this list also get notices of each and every
  277. code change, build results, testing notices, etc.
  278. <strong>Do not send mail to this list with usage questions or
  279. configuration problems.</strong>
  280. </p>
  281. <p>
  282. Alternate options:
  283. <a href="mailto:dev-subscribe@poi.apache.org">Subscribe</a>
  284. <a href="mailto:dev-unsubscribe@poi.apache.org">Unsubscribe</a>
  285. <a href="https://mail-archives.apache.org/mod_mbox/poi-dev/">Old Archive</a>
  286. <a href="http://news.gmane.org/gmane.comp.jakarta.poi.devel">gmane.org</a>
  287. <a href="http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html">Nabble</a>
  288. <a href="http://markmail.org/search/org.apache.poi.dev+list:org.apache.poi.dev">MarkMail</a>
  289. </p>
  290. <a name="The+POI+General+List"></a>
  291. <div class="h4">
  292. <h4>The POI General List</h4>
  293. </div>
  294. <p>
  295. <strong>Low Traffic</strong>
  296. <a href="https://lists.apache.org/list.html?general@poi.apache.org">View,
  297. Participate and Subscribe to the General List</a>
  298. </p>
  299. <p>
  300. This list exists for general discussions on POI, not specific to
  301. code or problems with code. Used for discussion of general matters
  302. relating to all of the POI project, such as the website and
  303. changes in procedures.
  304. </p>
  305. <p>
  306. Alternate options:
  307. <a href="mailto:general-subscribe@poi.apache.org">Subscribe</a>
  308. <a href="mailto:general-unsubscribe@poi.apache.org">Unsubscribe</a>
  309. <a href="https://mail-archives.apache.org/mod_mbox/poi-general/">Old Archive</a>
  310. </p>
  311. <a name="IRC"></a>
  312. <div class="h3">
  313. <h3>IRC</h3>
  314. </div>
  315. <p>The #apache-poi channel on the <a href="https://webchat.freenode.net/">irc.freenode.net</a>
  316. IRC network is a good place for quick questions. If your questions require a more in-depth answer,
  317. you will likely be encouraged to move the question to the mailing list.
  318. </p>
  319. <a name="Stack+Overflow"></a>
  320. <div class="h3">
  321. <h3>Stack Overflow</h3>
  322. </div>
  323. <p>
  324. There are many POI users in the Stack Overflow community who have asked
  325. and answered questions that may be similar to the problem you are facing.
  326. Search for the <a href="http://stackoverflow.com/questions/tagged/apache-poi">#apache-poi</a>
  327. tag on Stack Overflow.
  328. </p>
  329. <p>Regardless of which community you seek help from, remember to be courteous.
  330. Short, working code examples, an explanation of observed and expected behavior,
  331. the version of POI you are using, and genuine troubleshooting and research effort
  332. on your part go a long way towards getting a helpful answer.
  333. </p>
  334. <p>Please read through the <a href="faq.html">FAQ</a>,
  335. <a href="spreadsheet/quick-guide.html">Quick Guide</a>,
  336. <a href="spreadsheet/how-to.html">How To</a> or
  337. <a href="slideshow/xslf-cookbook.html">Cookbook</a>, and
  338. <a href="spreadsheet/examples.html">Examples</a>
  339. of the POI module that you are trying to use before consulting help. You may also find your
  340. question has already been answered on the POI <a href="#The+POI+Developer+List">dev</a>
  341. or <a href="#The+POI+User+List">user</a> mailing lists,
  342. <a href="https://bz.apache.org/bugzilla/describecomponents.cgi?product=POI">bugzilla</a>,
  343. </p>
  344. <div id="authors" align="right">by&nbsp;Nick Burch</div>
  345. </div>
  346. </div>
  347. </div>
  348. </td>
  349. <!--================= end Content ==================-->
  350. </tr>
  351. </tbody>
  352. </table>
  353. <!--================= end Main ==================-->
  354. <!--================= start Footer ==================-->
  355. <div id="footer">
  356. <table summary="footer" cellspacing="0" cellpadding="4" width="100%" border="0">
  357. <tbody>
  358. <tr>
  359. <!--================= start Copyright ==================-->
  360. <td colspan="2">
  361. <div align="center">
  362. <div class="copyright">
  363. Copyright &copy; 2002-2016&nbsp;The Apache Software Foundation. All rights reserved.<br>
  364. Apache, Apache POI, and the Apache POI logo are registered trademarks or
  365. trademarks of The Apache Software Foundation in the U.S. and/or other countries.
  366. </div>
  367. </div>
  368. </td>
  369. <!--================= end Copyright ==================-->
  370. </tr>
  371. <tr>
  372. <td align="left">
  373. <!--================= start Host ==================-->
  374. <!--================= end Host ==================--></td><td align="right">
  375. <!--================= start Credits ==================-->
  376. <div align="right">
  377. <div class="credit"></div>
  378. </div>
  379. <!--================= end Credits ==================-->
  380. </td>
  381. </tr>
  382. </tbody>
  383. </table>
  384. </div>
  385. <!--================= end Footer ==================-->
  386. </body>
  387. </html>