/Prototipo/Servlet/lib/xstream-distribution-1.4.1-bin/xstream-1.4.1/docs/list-dev.html

http://prototipomemoria.googlecode.com/ · HTML · 139 lines · 106 code · 21 blank · 12 comment · 0 complexity · aa109fdcd39a10ac0fe9ac20f1cef9f9 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <!--
  4. Copyright (C) 2005, 2006 Joe Walnes.
  5. Copyright (C) 2006, 2007, 2008 XStream committers.
  6. All rights reserved.
  7. The software in this package is published under the terms of the BSD
  8. style license a copy of which has been included with this distribution in
  9. the LICENSE.txt file.
  10. Created on 29. January 2005 by Joe Walnes
  11. -->
  12. <head>
  13. <title>XStream - Developers' Mailing List</title>
  14. <link rel="stylesheet" type="text/css" href="style.css"/>
  15. <!-- Google analytics -->
  16. <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  17. </script>
  18. <script type="text/javascript">
  19. _uacct = "UA-110973-2";
  20. urchinTracker();
  21. </script>
  22. </head>
  23. <body>
  24. <div id="banner">
  25. <a href="index.html"><img id="logo" src="logo.gif" alt="XStream"/></a>
  26. </div>
  27. <div id="center" class="Content2Column"> <!-- Content3Column for index -->
  28. <div id="content">
  29. <h1 class="FirstChild">Developers' Mailing List</h1>
  30. <p>General discussion and support for anyone who wants to get involved in the development of XStream.</p>
  31. <p>Note, if you just have questions about using XStream, you should use the <a href="list-user.html">user's mailing list</a>.</p>
  32. <table summary="Links to subscribe and unsubscribe">
  33. <tr>
  34. <th>Post</th>
  35. <th>(Un-)Subscribe</th>
  36. </tr>
  37. <tr>
  38. <td><a href="mailto:dev@xstream.codehaus.org">dev@xstream.codehaus.org</a></td>
  39. <td><a href="http://xircles.codehaus.org/manage_email">Manage Email</a></td>
  40. </tr>
  41. </table>
  42. <p>Due to massive abuse by spammers the subscriptions is centralized for email lists of all projects hosted on Codehaus.
  43. After following the link above just register with your email address and you can manage all subscriptions at once.</p>
  44. <h2 id="archives">Archives</h2>
  45. <iframe src="http://news.gmane.org/gmane.comp.java.xstream.devel">
  46. <p>View <a href="http://news.gmane.org/gmane.comp.java.xstream.devel">archives</a>, provided by Gmane.org</p>
  47. </iframe>
  48. <br/>
  49. </div>
  50. </div>
  51. <div class="SidePanel" id="left">
  52. <div class="MenuGroup">
  53. <h1>Software</h1>
  54. <ul>
  55. <li><a href="index.html">About XStream</a></li>
  56. <li><a href="news.html">News</a></li>
  57. <li><a href="changes.html">Change History</a></li>
  58. <li><a href="versioning.html">About Versioning</a></li>
  59. </ul>
  60. </div>
  61. <div class="MenuGroup">
  62. <h1>Evaluating XStream</h1>
  63. <ul>
  64. <li><a href="tutorial.html">Two Minute Tutorial</a></li>
  65. <li><a href="graphs.html">Object references</a></li>
  66. <li><a href="manual-tweaking-output.html">Tweaking the Output</a></li>
  67. <li><a href="license.html">License</a></li>
  68. <li><a href="download.html">Download</a></li>
  69. <li><a href="references.html">References</a></li>
  70. <li><a href="parser-benchmarks.html">Parser Benchmarks</a></li>
  71. <li><a href="http://www.ohloh.net/projects/3459">Code Statistics</a></li>
  72. </ul>
  73. </div>
  74. <div class="MenuGroup">
  75. <h1>Using XStream</h1>
  76. <ul>
  77. <li><a href="architecture.html">Architecture Overview</a></li>
  78. <li><a href="converters.html">Converters</a></li>
  79. <li><a href="faq.html">Frequently Asked Questions</a></li>
  80. <li><a href="list-user.html">Users' Mailing List</a></li>
  81. <li><a href="issues.html">Reporting Issues</a></li>
  82. </ul>
  83. </div>
  84. <div class="MenuGroup">
  85. <h1>Javadoc</h1>
  86. <ul>
  87. <li><a href="javadoc/index.html">XStream Core</a></li>
  88. <li><a href="hibernate-javadoc/index.html">Hibernate Extensions</a></li>
  89. <li><a href="benchmark-javadoc/index.html">Benchmark Module</a></li>
  90. </ul>
  91. </div>
  92. <div class="MenuGroup">
  93. <h1>Tutorials</h1>
  94. <ul>
  95. <li><a href="tutorial.html">Two Minute Tutorial</a></li>
  96. <li><a href="alias-tutorial.html">Alias Tutorial</a></li>
  97. <li><a href="annotations-tutorial.html">Annotations Tutorial</a></li>
  98. <li><a href="converter-tutorial.html">Converter Tutorial</a></li>
  99. <li><a href="objectstream.html">Object Streams Tutorial</a></li>
  100. <li><a href="persistence-tutorial.html">Persistence API Tutorial</a></li>
  101. <li><a href="json-tutorial.html">JSON Tutorial</a></li>
  102. </ul>
  103. </div>
  104. <div class="MenuGroup">
  105. <h1>Developing XStream</h1>
  106. <ul>
  107. <li><a href="how-to-contribute.html">How to Contribute</a></li>
  108. <li class="currentLink">Developers' Mailing List</li>
  109. <li><a href="team.html">Development Team</a></li>
  110. <li><a href="repository.html">Source Repository</a></li>
  111. <li><a href="http://bamboo.ci.codehaus.org/browse/XSTREAM">Continuous Integration</a></li>
  112. </ul>
  113. </div>
  114. </div>
  115. </body>
  116. </html>