You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/10/25 12:45:14 UTC

svn commit: r1027037 - in /james/protocols/trunk/src/site: site.xml xdoc/index.xml xdoc/source_code.xml

Author: eric
Date: Mon Oct 25 10:45:14 2010
New Revision: 1027037

URL: http://svn.apache.org/viewvc?rev=1027037&view=rev
Log:
Reformat text for james protocols web site.

Modified:
    james/protocols/trunk/src/site/site.xml
    james/protocols/trunk/src/site/xdoc/index.xml
    james/protocols/trunk/src/site/xdoc/source_code.xml

Modified: james/protocols/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/site.xml?rev=1027037&r1=1027036&r2=1027037&view=diff
==============================================================================
--- james/protocols/trunk/src/site/site.xml (original)
+++ james/protocols/trunk/src/site/site.xml Mon Oct 25 10:45:14 2010
@@ -51,7 +51,7 @@
       <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/PROTOCOLS" />
     </menu>
 
-    ${reports}
+    <menu ref="reports" />
 
   </body>  
 

Modified: james/protocols/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/src/site/xdoc/index.xml?rev=1027037&r1=1027036&r2=1027037&view=diff
==============================================================================
--- james/protocols/trunk/src/site/xdoc/index.xml (original)
+++ james/protocols/trunk/src/site/xdoc/index.xml Mon Oct 25 10:45:14 2010
@@ -25,19 +25,38 @@
 
 <body>
 
-  <section name="What is JAMES Protocols?">
+  <section name="What is James Protocols?">
 
     <p>The Apache JAMES Protocols Project delivers a lightweight, 
-       and highly extensible framework for mail protocols implementations. 
-       The framework was build as a generic one, so its not bound to any socket implementation. 
+       and highly extensible framework for mail protocols implementations.</p>
+       
+    <p>The framework was build as a generic one, so its not bound to any socket implementation. 
        This make it possible to use it with NIO or IO Frameworks.</p>
        
-    <p>The framework is currently used by JAMES Server in conjunction with NETTY to provide a 
-       high performant and extensible SMTP Server. 
-       At the moment only the SMTP protocol is included, but others will follow.</p>
+  </section>
+       
+  <section name="James Protocols used by James Server">
+ 
+    <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/head/concept_smtp_hooks.html">SMTP Hooks</a> page.</p>
+
+  </section>
        
-    <p>You can read more about SMTP protocols usage in James Server on the <a href="../server/head/concept_smtp_hooks.html">SMTP Hooks</a> page.</p>
+  <section name='Use James Protocols as a component in you application'>
+ 
+    <p>The <a href="source_code.html">source code</a> page contains information on how 
+       to develop with James Protocols.</p>
+
+    <img src="images/uml/org.apache.james.protocols_package.png"/>
+  
+  </section>
 
+  <section name="About ASF">
+ 
     <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>
 
@@ -45,7 +64,7 @@
         These are detailed on the ASF Projects page.</p>
 
     <p>We recommended that users of JAMES products subscribe to the 
-       JAMES users mailing list.</p>
+       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=1027037&r1=1027036&r2=1027037&view=diff
==============================================================================
--- james/protocols/trunk/src/site/xdoc/source_code.xml (original)
+++ james/protocols/trunk/src/site/xdoc/source_code.xml Mon Oct 25 10:45:14 2010
@@ -25,7 +25,7 @@
 
 <body>
 
-  <section name="Source Code">
+  <section name="Get Source Code">
 
     <subsection name="Anonymous Access">
 
@@ -45,10 +45,36 @@
 
   </section>
 
-  <section name="Architecture">
+  <section name="Protocols Source Projcts">
   
-    <img src="images/uml/org.apache.james.protocols_package.png"/>
+    <subsection name="Organization">
   
+      <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">
+    
+    </subsection>
+    
+    <subsection name="James Protocols Implementation- apache-protocols-impl">
+    
+    </subsection>
+    
+    <subsection name="James Protocols SMTP - apache-james-protocols-smtp">
+    
+    </subsection>
+    
   </section>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org