/Prototipo/Servlet/lib/xstream-distribution-1.4.1-bin/xstream-1.4.1/docs/how-to-contribute.html
http://prototipomemoria.googlecode.com/ · HTML · 164 lines · 128 code · 24 blank · 12 comment · 0 complexity · c231c4da9e84b2ec8a8c910d382ddc6a MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!--
- Copyright (C) 2005, 2006 Joe Walnes.
- Copyright (C) 2006, 2007, 2008 XStream committers.
- All rights reserved.
-
- The software in this package is published under the terms of the BSD
- style license a copy of which has been included with this distribution in
- the LICENSE.txt file.
-
- Created on 29. January 2005 by Joe Walnes
- -->
- <head>
- <title>XStream - How to Contribute</title>
- <link rel="stylesheet" type="text/css" href="style.css"/>
-
-
-
- <!-- Google analytics -->
- <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-110973-2";
- urchinTracker();
- </script>
- </head>
- <body>
- <div id="banner">
- <a href="index.html"><img id="logo" src="logo.gif" alt="XStream"/></a>
- </div>
- <div id="center" class="Content2Column"> <!-- Content3Column for index -->
- <div id="content">
- <h1 class="FirstChild">How to Contribute</h1>
-
- <p>XStream is nothing without contributions from the user community. There are many ways to
- contribute. We are constantly working on the software and documentation, so it's a good
- idea to contact the team on the
- <a href="list-user.html">user</a> or <a href="list-dev.html">development</a> mailing lists
- to avoid duplicating effort.</p>
- <h2 id="documentation">Documentation</h2>
- <p>One of the traditional weak points of open source software is the documentation. Any
- help with this aspect of the project will be welcomed with open arms, or at the very least
- with open email clients!</p>
- <h2 id="examples">Examples</h2>
- <p>We are working on one or two examples of using XStream, but we can always do with more.</p>
- <h2 id="feature-requests">Feature Requests</h2>
- <p>We eat our own dogfood, but we're also happy to feed other people's dogs (if you'll excuse
- a stretched <s>dachshund</s> metaphor!). If you want to request a new feature you can either
- make a request through the <a href="http://jira.codehaus.org/browse/XSTR">issue tracker</a> or by sending a message to the
- <a href="list-dev.html">development mailing list</a>. The benefit of any new features
- will be discussed on the mailing list, so its a good idea to sign up so that you can stick your oar in.</p>
- <h2 id="bug-reports">Bug Reports</h2>
- <p>You can report bugs through the <a href="http://jira.codehaus.org/browse/XSTR">issue tracker</a> interface or the
- <a href="list-dev.html">development mailing list</a>. Additional brownie
- points are awarded for bug reports that include a failing unit test.</p>
- <h2 id="patches">Bug Fixes</h2>
- <p>If you want <em>lots</em> of brownie points, send a fix along with your bug report
- and failing unit test. Bug fixes are best sent as patches that we can apply to the
- codebase. Remember to tell us which version the patch should be applied against, or
- we'll get very confused. To be accepted into the codebase, patches must be released
- under the <a href="license.html">same license as XStream itself</a>.</p>
- <h2 id="new-code">New Code</h2>
- <p>If you have a new feature request, then we'll listen extra hard if you show us how it
- works. A new feature might be best implemented as a patch to an existing class
- or as a new class. The XStream API contains many extension points that allow new functionality
- to be integrated into the framework. We are rather anal about testing, so if you send us
- some code without any tests we will probably ask you to write the tests tests as well
- before we add it to the codebase.</p>
- <h2 id="your-own-extension">Write Your Own XStream Extension</h2>
- <p>If you have a project that builds upon XStream we will be happy to announce your
- project on the XStream site.</p>
- <h2 id="become-committer">Become a Committer</h2>
- <p>We follow the <a href="http://www.codehaus.org/Manifesto">Codehaus manifesto</a>
- when it comes to expanding the core team.</p>
-
- <br/>
- </div>
- </div>
- <div class="SidePanel" id="left">
- <div class="MenuGroup">
- <h1>Software</h1>
- <ul>
- <li><a href="index.html">About XStream</a></li>
- <li><a href="news.html">News</a></li>
- <li><a href="changes.html">Change History</a></li>
- <li><a href="versioning.html">About Versioning</a></li>
- </ul>
- </div>
- <div class="MenuGroup">
- <h1>Evaluating XStream</h1>
- <ul>
- <li><a href="tutorial.html">Two Minute Tutorial</a></li>
- <li><a href="graphs.html">Object references</a></li>
- <li><a href="manual-tweaking-output.html">Tweaking the Output</a></li>
- <li><a href="license.html">License</a></li>
- <li><a href="download.html">Download</a></li>
- <li><a href="references.html">References</a></li>
- <li><a href="parser-benchmarks.html">Parser Benchmarks</a></li>
- <li><a href="http://www.ohloh.net/projects/3459">Code Statistics</a></li>
- </ul>
- </div>
- <div class="MenuGroup">
- <h1>Using XStream</h1>
- <ul>
- <li><a href="architecture.html">Architecture Overview</a></li>
- <li><a href="converters.html">Converters</a></li>
- <li><a href="faq.html">Frequently Asked Questions</a></li>
- <li><a href="list-user.html">Users' Mailing List</a></li>
- <li><a href="issues.html">Reporting Issues</a></li>
- </ul>
- </div>
- <div class="MenuGroup">
- <h1>Javadoc</h1>
- <ul>
- <li><a href="javadoc/index.html">XStream Core</a></li>
- <li><a href="hibernate-javadoc/index.html">Hibernate Extensions</a></li>
- <li><a href="benchmark-javadoc/index.html">Benchmark Module</a></li>
- </ul>
- </div>
- <div class="MenuGroup">
- <h1>Tutorials</h1>
- <ul>
- <li><a href="tutorial.html">Two Minute Tutorial</a></li>
- <li><a href="alias-tutorial.html">Alias Tutorial</a></li>
- <li><a href="annotations-tutorial.html">Annotations Tutorial</a></li>
- <li><a href="converter-tutorial.html">Converter Tutorial</a></li>
- <li><a href="objectstream.html">Object Streams Tutorial</a></li>
- <li><a href="persistence-tutorial.html">Persistence API Tutorial</a></li>
- <li><a href="json-tutorial.html">JSON Tutorial</a></li>
- </ul>
- </div>
- <div class="MenuGroup">
- <h1>Developing XStream</h1>
- <ul>
- <li class="currentLink">How to Contribute</li>
- <li><a href="list-dev.html">Developers' Mailing List</a></li>
- <li><a href="team.html">Development Team</a></li>
- <li><a href="repository.html">Source Repository</a></li>
- <li><a href="http://bamboo.ci.codehaus.org/browse/XSTREAM">Continuous Integration</a></li>
- </ul>
- </div>
- </div>
- </body>
- </html>