diff options
author | Glen Stampoultzis <glens@apache.org> | 2003-04-24 00:53:41 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2003-04-24 00:53:41 +0000 |
commit | 2d641e1f74a3118502974885e5f6577c2758d8a3 (patch) | |
tree | 7e3eabf25a0b09b509e0a98ef18183190d81c37b /src/documentation/content/xdocs/3rdparty.xml | |
parent | 3f0a48aa9cafdef785eaecf7f7ee369d58441eb5 (diff) | |
download | poi-2d641e1f74a3118502974885e5f6577c2758d8a3.tar.gz poi-2d641e1f74a3118502974885e5f6577c2758d8a3.zip |
Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/3rdparty.xml')
-rw-r--r-- | src/documentation/content/xdocs/3rdparty.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/3rdparty.xml b/src/documentation/content/xdocs/3rdparty.xml new file mode 100644 index 0000000000..e0183b8cd0 --- /dev/null +++ b/src/documentation/content/xdocs/3rdparty.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> + +<document> + <header> + <title>Third Party Contributions</title> + <authors> + <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> + </authors> + </header> + + <body> + + <section><title>How to Contribute</title> + <p> + See <link href="contrib.xml">How to contribute to Poi</link>. + </p> + + </section> + + <section><title>Contributed Components</title> + <p> + These are not necessarily deemed to be high enough quality to be included in the + core distribution, but they have been tested under <link href="contrib.xml"> + several key environments</link>, they are provided under the same license + as Poi, and they are included in the POI distribution under the + <code>contrib/</code> directory. + </p> + + <p> + <strong>None as yet!</strong> - although you can expect that some of the links + listed below will eventually migrate to the "contributed components" level, and + then maybe even into the main distribution. + </p> + </section> + + <section><title>Patch Queue</title> + <p><link href="patches.html">Submissions of modifications</link> + to Poi which are awaiting review. Anyone can + comment on them on the dev mailing list - code reviewers are needed! + <strong>Use these at your own risk</strong> - although Poi has no guarantee + either, these patches have not been reviewed, let alone accepted. + </p> + </section> + + <section><title>Other Extensions</title> + <p>The other extensions listed here are <strong>not endorsed</strong> by the Poi + project either - they are provided as a convenience only. They may or may not work, + they may or may not be open source, etc. + </p> + + <p>To have a link added to this table, see <link href="contrib.xml">How to contribute + to POI</link>.</p> + + <table> + <tr> + <th>Name and Link</th> + <th>Type</th> + <th>Description</th> + <th>Status</th> + <th>Licensing</th> + <th>Contact</th> + </tr> + </table> + + </section> +</body> +</document> |