Author: eric
Date: Sat Nov  6 14:43:37 2010
New Revision: 1032078

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

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

Modified: james/protocols/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/src/site/xdoc/index.xml?rev=1032078&r1=1032077&r2=1032078&view=diff
==============================================================================
--- james/protocols/trunk/src/site/xdoc/index.xml (original)
+++ james/protocols/trunk/src/site/xdoc/index.xml Sat Nov  6 14:43:37 2010
@@ -37,12 +37,13 @@
        
   <section name="James Protocols used by James Server">
  
-    <p>The framework is currently used by James Server in conjunction with 
NETTY to provide a 
+    <p>The framework is currently used by James Server in conjunction with 
Netty to provide a 
        high performant and extensible SMTP Server.</p>
        
     <p>At the moment only the SMTP protocol is included, but others will 
follow.</p>
        
-    <p>You can read more about protocols used for SMTP in James Server on the 
<a href="../server/3/dev-extend-hook-smtp.html">SMTP Hooks</a> page.</p>
+    <p>You can read more about protocols used for SMTP in James Server 
+       on the <a 
href="http://james.apache.org/server/3/dev-extend-hook-smtp.html";>SMTP 
Hooks</a> page.</p>
 
   </section>
        
@@ -55,16 +56,17 @@
   
   </section>
 
-  <section name="About ASF">
+  <section name="About the Apache Software Foundation">
  
-    <p>Apache JAMES is a project of The Apache Software Foundation (ASF) which 
-       encourages a collaborative, consensus-based development process under 
an open software license.</p>
+    <p>Apache James is a project of The Apache Software Foundation (ASF) which 
+       encourages a collaborative, consensus-based development process under 
an 
+       open software license.</p>
 
     <p>The ASF maintains other Java projects which may also be of interest. 
         These are detailed on the ASF Projects page.</p>
 
-    <p>We recommended that users of JAMES products subscribe to the 
-       JAMES users <a href="http://james.apache.org/mail.html";>mailing 
list</a>.</p>
+    <p>We recommended that users of James products subscribe to the 
+       James users <a href="http://james.apache.org/mail.html";>mailing 
list</a>.</p>
 
     </section>
 

Modified: james/protocols/trunk/src/site/xdoc/source-code.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/src/site/xdoc/source-code.xml?rev=1032078&r1=1032077&r2=1032078&view=diff
==============================================================================
--- james/protocols/trunk/src/site/xdoc/source-code.xml (original)
+++ james/protocols/trunk/src/site/xdoc/source-code.xml Sat Nov  6 14:43:37 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/protocols/trunk james-protocols</code>
+      <p><code>$ svn checkout 
http://svn.apache.org/repos/asf/james/protocols/trunk james-protocols</code></p>
     
     </subsection>
 
@@ -39,40 +39,40 @@
 
       <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/protocols/trunk james-protocols</code>
+      <p><code>$ svn checkout 
https://svn.apache.org/repos/asf/james/protocols/trunk 
james-protocols</code></p>
       
     </subsection>
 
   </section>
 
-  <section name="Protocols Source Projcts">
+  <section name="Protocols Source Projects">
   
-    <subsection name="Organization">
+    <subsection name="Source Projects">
   
       <div style="float:left; margin=4px;">
         <img src="images/uml/org.apache.james.protocols-package.png"/>
       </div>
       
-      <p><code>apache-james-protocols-api</code> contains the interfaces, 
exceptions and Constants needed by the other projects.</p>
-     
-      <p><code>apache-james-protocols-impl</code> provides common services 
that can be used by any mail protocol.</p>
-    
-      <p><code>apache-james-protocols-smtp</code> implements the SMTP 
protocols with hooks for extensions.</p>
-         
     </subsection>
        
     <div style="clear:both; float:none;"/>
     
     <subsection name="James Protocols API - apache-james-protocols-api">
     
+      <p><code>apache-james-protocols-api</code> contains the interfaces, 
exceptions and Constants needed by the other projects.</p>
+     
     </subsection>
     
     <subsection name="James Protocols Implementation- apache-protocols-impl">
     
+      <p><code>apache-james-protocols-impl</code> provides common services 
that can be used by any mail protocol.</p>
+    
     </subsection>
     
     <subsection name="James Protocols SMTP - apache-james-protocols-smtp">
     
+      <p><code>apache-james-protocols-smtp</code> implements the SMTP 
protocols with hooks for extensions.</p>
+         
     </subsection>
     
   </section>



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

Reply via email to