Author: eric
Date: Sat Nov  6 14:43:49 2010
New Revision: 1032079

URL: http://svn.apache.org/viewvc?rev=1032079&view=rev
Log:
Miscellaneous format and naming typos/enhancements.

Modified:
    james/mailbox/trunk/src/site/xdoc/index.xml
    james/mailbox/trunk/src/site/xdoc/source-code.xml

Modified: james/mailbox/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/src/site/xdoc/index.xml?rev=1032079&r1=1032078&r2=1032079&view=diff
==============================================================================
--- james/mailbox/trunk/src/site/xdoc/index.xml (original)
+++ james/mailbox/trunk/src/site/xdoc/index.xml Sat Nov  6 14:43:49 2010
@@ -30,7 +30,7 @@
   <section name="What Is James Mailbox?">
 
     <p>A library providing a flexible Mailbox storage accessible by mail 
-       (imap, pop3, smtp,...) and other protocols.</p>
+       (IMAP4, POP3, SMTP,...) and other protocols.</p>
 
     <p>The mailbox library supports different persistence 
        mecanisms: MailDir, Database (via JPA) and JCR.</p>
@@ -39,14 +39,14 @@
 
   <section name='Status'>
 
-    <p>The API has been tested, but is susceptible to evolve.</p>
+    <p>The <a href="apidocs/">API</a> has been tested, but is susceptible to 
evolve.</p>
  
   </section>
 
   <section name='Mailbox In James Server'>
 
-    <p><a href='http://james.apache.org/server/3'>JAMES Server 3</a> uses the 
Maibox(using this library).
-       A backport to <a href='http://james.apache.org/server/2.3.2'>JAMES 
Server 2.3.2</a> would require
+    <p><a href='http://james.apache.org/server/3'>James Server 3</a> uses this 
library to implement its user mailboxes.
+       A backport to <a href='http://james.apache.org/server/2.3.2'>James 
Server 2.3.2</a> would require
        a volunteer.</p>
   
   </section>

Modified: james/mailbox/trunk/src/site/xdoc/source-code.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/src/site/xdoc/source-code.xml?rev=1032079&r1=1032078&r2=1032079&view=diff
==============================================================================
--- james/mailbox/trunk/src/site/xdoc/source-code.xml (original)
+++ james/mailbox/trunk/src/site/xdoc/source-code.xml Sat Nov  6 14:43:49 2010
@@ -31,7 +31,7 @@
 
       <p>The source can be checked out anonymously from SVN with the following 
command.</p>
 
-      <code>$ svn checkout http://svn.apache.org/repos/asf/james/mailbox/trunk 
james-mailbox</code>
+      <p><code>$ svn checkout 
http://svn.apache.org/repos/asf/james/mailbox/trunk james-mailbox</code></p>
     
       <p>(*) Source code is not yet moved, so replace 'mailbox' with 'imap' in 
the above URL.</p>
 
@@ -41,7 +41,7 @@
 
       <p>Everyone can access the Subversion repository via HTTP, but 
Committers must checkout the Subversion repository via HTTPS.</p>
 
-      <code>$ svn checkout 
https://svn.apache.org/repos/asf/james/mailbox/trunk james-mailbox</code>
+      <p><code>$ svn checkout 
https://svn.apache.org/repos/asf/james/mailbox/trunk james-mailbox</code></p>
       
       <p>(*) Source code is not yet moved, so replace 'mailbox' with 'imap' in 
the above URL.</p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to