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 11:26:30 UTC

svn commit: r1027870 - /james/project/trunk/project/src/site/xdoc/index.xml

Author: eric
Date: Wed Oct 27 09:26:30 2010
New Revision: 1027870

URL: http://svn.apache.org/viewvc?rev=1027870&view=rev
Log:
Format and content review (column, 3.0,...)

Modified:
    james/project/trunk/project/src/site/xdoc/index.xml

Modified: james/project/trunk/project/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/xdoc/index.xml?rev=1027870&r1=1027869&r2=1027870&view=diff
==============================================================================
--- james/project/trunk/project/src/site/xdoc/index.xml (original)
+++ james/project/trunk/project/src/site/xdoc/index.xml Wed Oct 27 09:26:30 2010
@@ -4,7 +4,7 @@
 
   <properties>
     <title>Overview</title>
-    <author email="site-dev@james.apache.org">JAMES Project Web Team</author>
+    <author email="site-dev@james.apache.org">James Project Web Team</author>
   </properties>
 
   <body>
@@ -13,17 +13,13 @@
 
     <section name="What is James?">
     
-      <p>The Apache JAMES Project delivers a rich set of open source modules and libraries, written in Java, 
+      <p>The Apache James Project delivers a rich set of open source modules and libraries, written in Java, 
          related to internet mail and news which build into an advanced enterprise mail server.</p>
 
       <p><a href='http://projects.apache.org'>Apache projects</a> are developed in an
-         <a href='http://www.apache.org/foundation/how-it-works.html#meritocracy'>open</a> 
-         <a href='http://www.apache.org/foundation/how-it-works.html#management'>collaborative manner</a>. All 
-         are welcome.  We recommend that:</p>
-      <ul>
-        <li>Users subscribe to the JAMES user <a href='http://james.apache.org/mail.html'>mailing list</a></li>
-        <li>Developers subscribe to the appropriate development <a href='http://james.apache.org/mail.html'>mailing list</a></li>
-      </ul>
+         <a href='http://www.apache.org/foundation/how-it-works.html#meritocracy'>open</a> and 
+         <a href='http://www.apache.org/foundation/how-it-works.html#management'>collaborative manner</a>.
+         All are welcome!  We recommend that Users, Developers, Curious and Fans subscribe to the James <a href='http://james.apache.org/mail.html'>mailing lists</a>.</p>
 
     </section>
     
@@ -31,43 +27,51 @@
     
   <table><tr><td width="50%">
     
-    <subsection name='...an Enterprise Mail Server'>
-    
-      <p><a href='http://james.apache.org/server'>James Server</a> is a stable, mature and 
-         production ready email server.</p>
+    <subsection name='... an Enterprise Mail Server'>
     
-      <ul>
-         <li>Is an advanced fully functioned integrated mail server</li>
-         <li>Is a mailet container, delegating to independent processing agents known as mailets</li>
-         <li>Is modular</li>
-         <li>Supports Spring and is moving towards OSGi</li>
-          <li>Supports the following protocols:
+      <p><a href='http://james.apache.org/server'>James Server</a> 3.0 and 2.3.2 are integrated email server with advanced fully functional features.</p>
+         
+      <p>James 3.0 provides a mailet container, delegating to independent processing agents known as mailets.
+         It benefits from modular architecture, is built on Spring and is moving towards OSGi.
+         It supports the following protocols:</p>
+     
           <ul>
             <li><a href='http://james.apache.org/server/rfclist/smtp/rfc0821.txt'>
                <abbr title='Simple Mail Transport Protocol'>SMTP</abbr></a></li>
+            <li>LMTP</li>
             <li><a href='http://james.apache.org/server/rfclist/nntp/rfc0977.txt'>
                <abbr title='Post Office Protocol'>POP3</abbr></a></li>
             <li><a href='http://james.apache.org/server/rfclist/imap4/rfc2060.txt'>
                <abbr title='Internet Message Access Protocol'>IMAP</abbr></a> 
-              (see the <a href='http://james.apache.org/imap'>IMAP</a> sub-project)</li>
-            </ul>
-          </li>
-      </ul>
+               (see the <a href='http://james.apache.org/imap'>IMAP</a> sub-project, only with James 3.0)</li>
+            <li>Sieve filtering into mailboxes for incoming mail.</li>
+            <li>Fetchmail from POP3 and IMAP accounts.</li>
+            <li><a href='http://james.apache.org/server/rfclist/nntp/rfc0977.txt'>
+                <abbr title='Network News Transfer Protocol'>NNTP</abbr></a> (better known as news, only with James 2.3.2)</li>
+         </ul>
 
-      <p><a href='http://james.apache.org/server'>Read more</a> about the features.</p>
+      <p><a href='http://james.apache.org/server'>Read more</a> about the complete features of James 3.0 and 
+      on the stable, mature and production ready James 2.3.2.</p>
+      
+      <p>You can also try the <a href='http://james.apache.org/hup'>Hupa</a> WEB-mail solution to give access
+         from any browser to IMAP mailboxes (hosted by James Server or any other IMAP Server).</p>
       
     </subsection>
     
     </td><td width="50%">
     
-    <subsection name='...a Modular Mail Platform'>
+    <subsection name='... a Modular Mail Platform'>
     
       <p>Developers looking for a modular mail platform on which to build should start by 
          looking at the modules and libraries used to compose James Server 3.0.</p>
 
+      <p><a href='http://james.apache.org/imap/'>IMAP</a> iproviding a flexible codec for IMAP, 
+         command processors and a sample data access layer. In combination with a socket layer, 
+         this library can be used to create an IMAP server.</p>
+  
       <p>The <a href='http://james.apache.org/mailets'>Mailet subproject</a> collects products
          related to mailets (mail processing components analogous to servlets). These are independent of the 
-          <a href='http://james.apache.org/server'>JAMES server</a> and can be reused in any mailet container.</p>
+          <a href='http://james.apache.org/server'>James server</a> and can be reused in any mailet container.</p>
       
       <ul>
         <li>The <a href='http://james.apache.org/mailet/api'>Mailet API</a> specifies mailets</li>
@@ -80,24 +84,30 @@
             decrypting and signature verification.</li>
       </ul>
 
-      <p><a href='http://james.apache.org/jspf/'>jSPF</a> implements <abbr title='Sender Policy Framework'>
-         <a href='http://www.openspf.org/'>SPF</a></abbr></p>
-
-      <p><a href='http://james.apache.org/jdkim/'>jDKIM</a> implements <abbr title='Domain Keys Identified Mail'>
-         <a href='http://www.dkim.org/'>DKIM</a></abbr></p>
-
+      <p><a href='http://james.apache.org/protocols/'>Protocols</a> project delivers a lightweight, 
+         and highly extensible framework for mail protocols implementations.</p>
+  
+      <p><a href='http://james.apache.org/mailbox/'>Mailbox</a> is a flexible Mailbox storage 
+         accessible by mail (imap, pop3, smtp,...) and other protocols..</p>
+  
       <p><a href='http://james.apache.org/mime4j/'>Mime4J</a> parses MIME typed documents (including 
           - but not limited to - mail). APIs similar to DOM, SAX and pull parsers are exposed.</p>
 
+      <p><a href='http://james.apache.org/jspf/'>jSPF</a> implements <abbr title='Sender Policy Framework'>
+         <a href='http://www.openspf.org/'>SPF</a></abbr></p>
+
       <p><a href='http://james.apache.org/jsieve'>jSieve</a> implements the 
           <a href='http://www.ietf.org/rfc/rfc3028.txt'>Sieve</a> mail filtering language</p>
 
-      <p><a href='http://james.apache.org/postage/'>Postage</a> generates mail traffic suitable
-          for stress testing mail servers</p>
+      <p><a href='http://james.apache.org/jdkim/'>jDKIM</a> implements <abbr title='Domain Keys Identified Mail'>
+         <a href='http://www.dkim.org/'>DKIM</a></abbr></p>
 
       <p><a href='http://james.apache.org/mpt/'>MPT</a> is a scripted functional test tool
           suitable for testing mail protocols.</p>
   
+      <p><a href='http://james.apache.org/postage/'>Postage</a> generates mail traffic suitable
+          for stress testing mail servers</p>
+
     </subsection>
     
     </td></tr></table>
@@ -128,11 +138,11 @@
           </ul>
           </li>
           <li>Oct/2009 - <ul>
-          <li><a href="newsarchive.html#15102009"><strong>jDKIM</strong>, a Java DKIM implementation, joins JAMES as sub-project</a></li>
+          <li><a href="newsarchive.html#15102009"><strong>jDKIM</strong>, a Java DKIM implementation, joins James as sub-project</a></li>
           </ul>
           </li>
           <li>Sep/2009 - <ul>
-          <li><a href="newsarchive.html#25092009"><strong>Hupa</strong>, a GWT based webmail, joins JAMES as sub-project</a></li>
+          <li><a href="newsarchive.html#25092009"><strong>Hupa</strong>, a GWT based webmail, joins James as sub-project</a></li>
           </ul>
           </li>
           <li>Aug/2009 - <ul>
@@ -152,22 +162,6 @@
           <li><a href="newsarchive.html#14152009"><strong>Apache Crypto Mailets 1.0</strong> released</a></li>
           </ul>
           </li>
-          <li>Apr/2009 - <ul>
-          <li><a href="newsarchive.html#01042009"><strong>Apache Mailet Base 1.0</strong> released</a></li>
-          </ul>
-          </li>
-          <li>Mar/2009 - <ul>
-          <li><a href="newsarchive.html#08032009"><strong>Mime4j 0.6</strong> released</a></li>
-          </ul>
-          </li>
-          <li>Feb/2009 - <ul>
-          <li><a href="newsarchive.html#01052009"><strong>MailetDocs Maven Plugin 0.1</strong> released</a></li>
-          </ul>
-          </li>
-          <li>Jan/2009 - <ul>
-          <li><a href="newsarchive.html#01052009"><strong>Apache Mailet 2.4</strong> released</a></li>
-          </ul>
-          </li>
         </ul>
         <i>Read all the news in full in the <a href="newsarchive.html">News Archive</a></i><br/>
       </subsection>



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