~ubuntu-branches/ubuntu/quantal/commons-io/quantal

« back to all changes in this revision

Viewing changes to xdocs/index.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2008-02-21 13:26:43 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080221132643-p4c8f8lhb9rnqnlo
Tags: 1.4-1
* New upstream release
* Bump Standards-Version to 3.7.3
* Bump up debhelper compat to 6
* Replace XS-Vcs headers with Vcs
* debian/patches:
  - remove 01_no_ext_links.dpatch - not required
  - remove 02_no_mkdir_in_homedir.dpatch - not required
* Remove dpatch from Build-Depends
* Update debian/rules and debian/libcommons-io-java-doc.install
  with new target dirs
* debian/copyright: add copyright notice

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
<document>
19
19
 <properties>
20
20
  <title>Home</title>
21
 
  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
 
21
  <author email="dev@commons.apache.org">Commons Documentation Team</author>
22
22
 </properties>
23
23
<body>
24
24
<!-- ================================================== -->
27
27
Commons IO is a library of utilities to assist with developing IO functionality.
28
28
</p>
29
29
<p>
30
 
There are three main areas included:
 
30
There are four main areas included:
31
31
<ul>
32
32
<li>Utility classes - with static methods to perform common tasks</li>
33
33
<li>Filters - various implementations of file filters</li>
 
34
<li>Comparators - various implementations of <code>java.util.Comparator</code> for files</li>
34
35
<li>Streams - useful stream, reader and writer implementations</li>
35
36
</ul>
36
37
</p>
46
47
The JavaDoc API documents are available online:
47
48
</p>
48
49
<ul>
49
 
<li>The <a href="api-release/index.html">current release 1.3.2</a></li>
 
50
<li>The <a href="api-release/index.html">current release 1.4</a></li>
 
51
<li>The <a href="api-1.3.2/index.html">previous version 1.3.2</a></li>
50
52
<li>The <a href="api-1.3.1/index.html">previous version 1.3.1</a></li>
51
53
<li>The <a href="api-1.3/index.html">previous version 1.3</a></li>
52
54
<li>The <a href="api-1.2/index.html">previous version 1.2</a></li>
54
56
<li>The <a href="apidocs/index.html">latest SVN</a></li>
55
57
</ul>
56
58
<p>
57
 
The <a href="cvs-usage.html">subversion repository</a> can be
58
 
<a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/io/trunk/">browsed</a>.
 
59
The <a href="source-repository.html">subversion repository</a> can be
 
60
<a href="http://svn.apache.org/viewvc/commons/proper/io/trunk/">browsed</a>.
59
61
</p>
60
62
</section>
61
63
<!-- ================================================== -->
62
64
<section name="Releases">
63
65
<p>
64
 
The latest version is v1.3.2. - 
65
 
<a href="http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi">Download now!</a><br />
66
 
The <a href="upgradeto1_3_2.html">upgrade notes</a> are also available.
 
66
The latest version is v1.4. - 
 
67
<a href="http://commons.apache.org/downloads/download_io.cgi">Download now!</a><br />
 
68
The <a href="upgradeto1_4.html">upgrade notes</a> are also available.
67
69
 
68
70
</p>
69
71
<p>
70
 
For previous releases, see the <a href="http://archive.apache.org/dist/jakarta/commons/io/">Apache Archive</a>
 
72
For previous releases, see the <a href="http://archive.apache.org/dist/commons/io/">Apache Archive</a>
71
73
</p>
72
74
</section>
73
75
<!-- ================================================== -->