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 rd...@apache.org on 2008/08/06 20:53:13 UTC

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

Author: rdonkin
Date: Wed Aug  6 11:53:13 2008
New Revision: 683367

URL: http://svn.apache.org/viewvc?rev=683367&view=rev
Log:
Change from Mailet API to Mailets in preparation for sorting out mailet products build. Disingenuous apologies for adding purple prose.

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

Modified: james/project/trunk/project/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/site.xml?rev=683367&r1=683366&r2=683367&view=diff
==============================================================================
--- james/project/trunk/project/src/site/site.xml (original)
+++ james/project/trunk/project/src/site/site.xml Wed Aug  6 11:53:13 2008
@@ -41,7 +41,7 @@
     <links>
       <item name="JAMES Project" href="/index.html" />
       <item name="Server" href="/server/index.html" />
-	  <item name="Mailet API" href="/mailet/index.html" />
+	  <item name="Mailets" href="/mailet/index.html" />
       <item name="jSPF" href="/jspf/index.html" />
       <item name="Mime4J" href="/mime4j/index.html" />
       <item name="JSieve" href="/jsieve/index.html" />
@@ -50,7 +50,7 @@
     
     <menu name="Sub Projects">
       <item name="Server" href="/server/index.html" />
-      <item name="Mailet API" href="/mailet/index.html" />
+      <item name="Mailets" href="/mailet/index.html" />
       <item name="jSPF" href="/jspf/index.html" />
       <item name="Mime4J" href="/mime4j/index.html" />
       <item name="JSieve" href="/jsieve/index.html" />

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=683367&r1=683366&r2=683367&view=diff
==============================================================================
--- james/project/trunk/project/src/site/xdoc/index.xml (original)
+++ james/project/trunk/project/src/site/xdoc/index.xml Wed Aug  6 11:53:13 2008
@@ -7,7 +7,8 @@
   <body>
     <section name="What is JAMES?">
       <p>The Apache JAMES Project delivers a rich set of open source solutions, written in Java, related to internet mail and news.</p>
-      <p>JAMES is organized into subprojects with JAMES Server and the Mailet API as their core.</p> 
+      <p>JAMES is organized into subprojects with JAMES Server and the Mailet API as their core. Mailets are a mail processing component
+	system (similar to servlets). JAMES is an advanced, fully featured, mailet-enabled mail server.</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 mailing list.</p>



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