You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/19 01:51:03 UTC

svn commit: r577111 - /commons/proper/email/trunk/xdocs/index.xml

Author: bspeakmon
Date: Tue Sep 18 16:51:02 2007
New Revision: 577111

URL: http://svn.apache.org/viewvc?rev=577111&view=rev
Log:
- small grammar fixes

Modified:
    commons/proper/email/trunk/xdocs/index.xml

Modified: commons/proper/email/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/index.xml?rev=577111&r1=577110&r2=577111&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/index.xml (original)
+++ commons/proper/email/trunk/xdocs/index.xml Tue Sep 18 16:51:02 2007
@@ -24,7 +24,7 @@
 <!-- ================================================== -->
 <section name="Commons Email">
 <p>
-Commons-Email aims to provide a API for sending email.
+Commons Email aims to provide a API for sending email.
 It is built on top of the Java Mail API, which it aims to simplify.
 </p>
 <p>
@@ -56,15 +56,15 @@
 <!-- ================================================== -->
 <section name="Documentation">
 <p>
-A <a href="userguide.html">user guide</a> with lots of example is available,
-as are various <a href="maven-reports.html">project reports</a>.
+The <a href="userguide.html">Commons Email User Guide</a> covers many
+typical cases and provides several useful examples.
 </p>
 <p>
 The JavaDoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="api-release/index.html">current release 1.0</a></li>
-<!--li>The <a href="api-1.1/index.html">previous version 1.1</a></li-->
+<li>The <a href="api-release/index.html">current release 1.1</a></li>
+<li>The <a href="api-1.0/index.html">previous version 1.0</a></li>
 <li>The <a href="apidocs/index.html">latest SVN</a></li>
 </ul>
 <p>
@@ -75,14 +75,14 @@
 <!-- ================================================== -->
 <section name="Releases">
 <p>
-The latest version is v1.0. - 
+The latest version is v1.1. 
 <a href="http://commons.apache.org/downloads/download_email.cgi">Download now!</a><br />
 The full <a href="changes-report.html">change log</a> is available,
-as are the <a href="release_1_0.html">v1.0 release notes</a>.
+as are the <a href="release_1_1.html">v1.1 release notes</a>.
+</p>
+<p>
+For previous releases, see the <a href="http://archive.apache.org/dist/commons/email/">Apache Archive</a>.
 </p>
-<!--p>
-For previous releases, see the <a href="http://archive.apache.org/dist/commons/email/">Apache Archive</a>
-</p-->
 </section>
 <!-- ================================================== -->
 <section name="Support">