Author: bayard
Date: Tue Jul 4 23:51:37 2006
New Revision: 419185
URL: http://svn.apache.org/viewvc?rev=419185&view=rev
Log:
Improved front page
Modified:
jakarta/commons/sandbox/csv/trunk/xdocs/index.xml
Modified: jakarta/commons/sandbox/csv/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/xdocs/index.xml?rev=419185&r1=419184&r2=419185&view=diff
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/csv/trunk/xdocs/index.xml Tue Jul 4 23:51:37 2006
@@ -22,10 +22,24 @@
<body>
<!-- ================================================== -->
<section name="Commons CSV">
+ <p>Commons CSV was started to unify a common and simple interface for
reading and writing CSV files under an ASL license. It has been bootstrapped by
a code donation from Netcetera in Switzerland. There are three pre-existing BSD
compatible CSV parsers which this component will hopefully make redundant
(authors willing): </p>
+ <ul>
+ <li><a href="http://kasparov.skife.org/csv/">Skife CSV</a></li>
+ <li><a href="http://opencsv.sourceforge.net/">Open CSV</a></li>
+ <li><a href="http://www.osjava.org/genjava/multiproject/gj-csv/">Genjava
CSV</a></li>
+ </ul>
+ <p>In addition to the code from Netcetera (org.apache.commons.csv), Martin
van den Bemt has added an additional writer API
(org.apache.commons.csv.writer). </p>
+</section>
- <p>Commons CSV was started to unify a common and simple interface for
reading and writing CSV files under an ASL license. It has been bootstrapped by
a code donation from Netcetera in Switzerland. </p>
+<section name="Getting the code?">
+ <p>There are currently no official downloads, and will not be until CSV
moves out of the Sandbox, but a nightly build is available from <a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-csv/">http://cvs.apache.org/builds/jakarta-commons/nightly/commons-csv/</a>.
</p>
+ <p>The latest code may be checked out from the following url - <a
href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/">http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/</a>.
</p>
+</section>
+<section name="Bugs?">
+ <p>Please report any bugs or issues in the Commons Sandbox Jira project at
<a
href="http://issues.apache.org/jira/browse/SANDBOX">http://issues.apache.org/jira/browse/SANDBOX</a>.
Please ask any questions or suggest any ideas for improvement on the
commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
</section>
+
<!-- ================================================== -->
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]