Author: eric
Date: Sat Oct 23 14:58:38 2010
New Revision: 1026622

URL: http://svn.apache.org/viewvc?rev=1026622&view=rev
Log:
Update imap index page to reflect status, add uml diagram.

Added:
    james/imap/trunk/src/site/resources/images/uml/
    
james/imap/trunk/src/site/resources/images/uml/org.apache.james.imap_package.png
   (with props)
Modified:
    james/imap/trunk/src/site/site.xml
    james/imap/trunk/src/site/xdoc/index.xml

Added: 
james/imap/trunk/src/site/resources/images/uml/org.apache.james.imap_package.png
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/src/site/resources/images/uml/org.apache.james.imap_package.png?rev=1026622&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/imap/trunk/src/site/resources/images/uml/org.apache.james.imap_package.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: james/imap/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/src/site/site.xml?rev=1026622&r1=1026621&r2=1026622&view=diff
==============================================================================
--- james/imap/trunk/src/site/site.xml (original)
+++ james/imap/trunk/src/site/site.xml Sat Oct 23 14:58:38 2010
@@ -18,6 +18,13 @@
        under the License.    
 -->
 <project name='IMAP'>
+
+    <skin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.6-SNAPSHOT</version>
+    </skin>
+
        <bannerLeft>
                <name>James Project</name>
                <src>images/james-imap-logo.gif</src>
@@ -30,11 +37,6 @@
                <href>http://www.apache.org/index.html</href>
        </bannerRight>
 
-       <skin>
-               <groupId>org.apache.james</groupId>
-               <artifactId>maven-skin</artifactId>
-               <version>1.2</version>
-       </skin>
        <body>
 
                <menu ref="reports" />

Modified: james/imap/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/src/site/xdoc/index.xml?rev=1026622&r1=1026621&r2=1026622&view=diff
==============================================================================
--- james/imap/trunk/src/site/xdoc/index.xml (original)
+++ james/imap/trunk/src/site/xdoc/index.xml Sat Oct 23 14:58:38 2010
@@ -21,33 +21,38 @@
 <document>
 
  <properties>
-  <title>Apache James IMAP</title>
+  <title>Apache James - IMAP</title>
   <author email="[email protected]">Apache James Project</author>
  </properties>
 
 <body>
+
 <section name='Introduction'>
+
 <subsection name="What Is James IMAP?">
-<p>
-A library providing a flexible codec for IMAP, command processors 
+<p>A library providing 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>
+this library can be used to create an IMAP server.</p>
 </subsection>
-<subsection name='What Is The Status Of James IMAP?'>
-<p>
-<a href='http://james.apache.org/server/rfclist/imap4/rfc2060.txt'>RFC2060</a> 
is functionally complete, tested 
-and usable. However, the data access layer is considered unsatisfactory from 
-design and performance perspectives. Database schema and API changes are 
expected.
-</p>
+
+<subsection name='Status'>
+<p><a 
href='http://james.apache.org/server/rfclist/imap4/rfc2060.txt'>RFC2060</a> is 
functionally complete, tested 
+and usable. The data access layer is still under optimization on performance 
perspectives. 
+Database schema and API changes are susceptible to change.</p>
 </subsection>
-<subsection name='Is IMAP Available In James?'>
-<p>
-<a href='http://james.apache.org/server'>JAMES Server 3</a> will support IMAP 
(using this library).
-A backport to <a href='http://james.apache.org/server'>JAMES Server 2.x</a> 
would require
-a volunteer.
-</p>
+
+<subsection name='IMAP in James Server'>
+<p><a href='http://james.apache.org/server/head'>JAMES Server 3</a> supports 
IMAP (using this library).
+A backport to <a href='http://james.apache.org/server/2.3.2'>JAMES Server 
2.3.2</a> would require
+a volunteer.</p>
 </subsection>
+
+<subsection name='Develop IMAP'>
+<img src="images/uml/org.apache.james.imap_package.png"/>
+</subsection>
+
 </section>
+
 </body>
-</document>
\ No newline at end of file
+
+</document>



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

Reply via email to