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/27 17:33:49 UTC

svn commit: r1028007 - in /james/server/trunk/src/site: site.xml xdoc/dev_architecture.xml xdoc/dev_extend.xml xdoc/index.xml xdoc/installation.xml

Author: eric
Date: Wed Oct 27 15:33:49 2010
New Revision: 1028007

URL: http://svn.apache.org/viewvc?rev=1028007&view=rev
Log:
Add images and update extend menu

Modified:
    james/server/trunk/src/site/site.xml
    james/server/trunk/src/site/xdoc/dev_architecture.xml
    james/server/trunk/src/site/xdoc/dev_extend.xml
    james/server/trunk/src/site/xdoc/index.xml
    james/server/trunk/src/site/xdoc/installation.xml

Modified: james/server/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=1028007&r1=1028006&r2=1028007&view=diff
==============================================================================
--- james/server/trunk/src/site/site.xml (original)
+++ james/server/trunk/src/site/site.xml Wed Oct 27 15:33:49 2010
@@ -87,10 +87,10 @@
       <item name="Architecture" href="/dev_architecture.html" />
       <item name="Build from source" href="/dev_build.html" />
       <item name="Provided Mailets" href="/dev_mailets.html" />
-      <item name="Develop a Mailet" href="/dev_custom_mailet.html" />
       <item name="Provided Matchers" href="/dev_matchers.html" />
-      <item name="Develop a Matcher" href="/dev_custom_matcher.html" />
-      <item name="Extend James" href="/dev_extend.html"  collapse="true" >
+      <item name="Extend James" href="/dev_extend.html" collapse="true" >
+        <item name="Custom Mailet" href="/dev_custom_mailet.html" />
+        <item name="Custom Matcher" href="/dev_custom_matcher.html" />
         <item name="Hook SMTP" href="/dev_extend_hook_smtp.html" />
       </item>
       <item name="Javadoc" href="/apidocs/index.html" />

Modified: james/server/trunk/src/site/xdoc/dev_architecture.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev_architecture.xml?rev=1028007&r1=1028006&r2=1028007&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev_architecture.xml (original)
+++ james/server/trunk/src/site/xdoc/dev_architecture.xml Wed Oct 27 15:33:49 2010
@@ -43,7 +43,8 @@
     </p>
   
     <p>James is deployed on top of Spring.</p>
-      
+
+    <img src="images/uml/org.apache.james_package.png"/>
   
   </section>
 

Modified: james/server/trunk/src/site/xdoc/dev_extend.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev_extend.xml?rev=1028007&r1=1028006&r2=1028007&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev_extend.xml (original)
+++ james/server/trunk/src/site/xdoc/dev_extend.xml Wed Oct 27 15:33:49 2010
@@ -27,6 +27,16 @@
 
 <section name="Extend James">
 
+  <img src="images/uml/org.apache.james_package_details.png"/>
+  
+  <subsection name="Custom Mailet">
+  
+  </subsection>
+ 
+  <subsection name="Custom Matcher">
+  
+  </subsection>
+ 
   <subsection name="Mailbox Store">
   
   </subsection>
@@ -43,6 +53,10 @@
   
   </subsection>
  
+  <subsection name="SMTP Hook">
+  
+  </subsection>
+ 
 </section>
 
 </body>

Modified: james/server/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/index.xml?rev=1028007&r1=1028006&r2=1028007&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/index.xml (original)
+++ james/server/trunk/src/site/xdoc/index.xml Wed Oct 27 15:33:49 2010
@@ -67,7 +67,7 @@
           <subsection name="Performant">
            
             <p>A special focuss has been brought to the performance: James can process more than
-               100 mails per second - <a href="performance.html">read more</a></p>
+               100 mails per second - <a href="feature_performance.html">read more</a></p>
         
             <img src="images/jmx_monitoring/jmx_process_root.png" height="400px" />
         
@@ -77,7 +77,7 @@
 
           <subsection name="Secured">
         
-            <p>James is a secured mail server by default - <a href="security.html">read more</a>.</p>
+            <p>James is a secured mail server by default - <a href="feature_security.html">read more</a>.</p>
         
           </subsection>
           

Modified: james/server/trunk/src/site/xdoc/installation.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/installation.xml?rev=1028007&r1=1028006&r2=1028007&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/installation.xml (original)
+++ james/server/trunk/src/site/xdoc/installation.xml Wed Oct 27 15:33:49 2010
@@ -27,7 +27,7 @@
 
 <section name="Requirements">
 
-<subsection names="Java Virtual Machine">
+<subsection name="Java Virtual Machine">
 
 <p>James requires a Java Runtime Environment of Java version 1.5 or higher installed to run the 
 James application.  The exact JREs available depend on the platform.  A JRE must be downloaded and
@@ -38,7 +38,7 @@ the JRE home directory before running Ja
 
 </subsection>
 
-<subsection names="System Requirements">
+<subsection name="System Requirements">
 
 <p>On Unix platforms, root access will be required to run James.  On these platforms, access to ports 
 below 1024 is generally restricted to the root user.  As SMTP, POP3, and IMAP all need to open 



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