~ubuntu-branches/ubuntu/quantal/commons-csv/quantal

« back to all changes in this revision

Viewing changes to src/site/xdoc/index.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jan-Pascal van Best
  • Date: 2007-07-27 09:45:30 UTC
  • Revision ID: james.westby@ubuntu.com-20070727094530-iy6ls22i7yj3p0sg
Tags: upstream-0.1-SNAPSHOT+svn558885
ImportĀ upstreamĀ versionĀ 0.1-SNAPSHOT+svn558885

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
Licensed to the Apache Software Foundation (ASF) under one or more
 
4
contributor license agreements.  See the NOTICE file distributed with
 
5
this work for additional information regarding copyright ownership.
 
6
The ASF licenses this file to You under the Apache License, Version 2.0
 
7
(the "License"); you may not use this file except in compliance with
 
8
the License.  You may obtain a copy of the License at
 
9
 
 
10
     http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
Unless required by applicable law or agreed to in writing, software
 
13
distributed under the License is distributed on an "AS IS" BASIS,
 
14
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
See the License for the specific language governing permissions and
 
16
limitations under the License.
 
17
-->
 
18
<document>
 
19
 <properties>
 
20
  <title>Home</title>
 
21
  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
 
22
 </properties>
 
23
<body>
 
24
<!-- ================================================== -->
 
25
<section name="Commons CSV">
 
26
  <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>
 
27
  <ul>
 
28
    <li><a href="http://kasparov.skife.org/csv/">Skife CSV</a></li>
 
29
    <li><a href="http://opencsv.sourceforge.net/">Open CSV</a></li>
 
30
    <li><a href="http://www.osjava.org/genjava/multiproject/gj-csv/">Genjava CSV</a></li>
 
31
  </ul>
 
32
  <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>
 
33
</section>
 
34
 
 
35
<section name="Getting the code?">
 
36
  <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://people.apache.org/builds/jakarta-commons/nightly/commons-csv/">http://people.apache.org/builds/jakarta-commons/nightly/commons-csv/</a>. </p>
 
37
  <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>
 
38
</section>
 
39
 
 
40
<section name="Bugs?">
 
41
  <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>
 
42
</section>
 
43
 
 
44
<!-- ================================================== -->
 
45
</body>
 
46
</document>