Author: bago
Date: Sat Jul 22 07:23:20 2006
New Revision: 424581

URL: http://svn.apache.org/viewvc?rev=424581&view=rev
Log:
Updated site documentation to match maven2 folder structure.
Updated build.xml to find the xdocs in the new place.
Created a pom.xml and site.xml to be able to create "server" site with the 
shared look using "mvn site" (JAMES-573, JAMES-571, JAMES-432)

Added:
    james/server/trunk/pom.xml   (with props)
    james/server/trunk/src/site/resources/
    james/server/trunk/src/site/resources/css/
    james/server/trunk/src/site/resources/css/site.css   (with props)
    james/server/trunk/src/site/resources/images/
    james/server/trunk/src/site/resources/images/asf-logo-reduced.gif   (with 
props)
    james/server/trunk/src/site/resources/images/button-bottom.gif   (with 
props)
    james/server/trunk/src/site/resources/images/button-top.gif   (with props)
    james/server/trunk/src/site/resources/images/collapsed.gif   (with props)
    james/server/trunk/src/site/resources/images/expanded.gif   (with props)
    james/server/trunk/src/site/resources/images/external.png   (with props)
    james/server/trunk/src/site/resources/images/h2feather.gif   (with props)
    james/server/trunk/src/site/resources/images/h4.jpg   (with props)
    james/server/trunk/src/site/resources/images/icon_error_sml.gif   (with 
props)
    james/server/trunk/src/site/resources/images/icon_info_sml.gif   (with 
props)
    james/server/trunk/src/site/resources/images/icon_success_sml.gif   (with 
props)
    james/server/trunk/src/site/resources/images/icon_warning_sml.gif   (with 
props)
    james/server/trunk/src/site/resources/images/james-server-logo.gif   (with 
props)
    james/server/trunk/src/site/resources/images/james_config_load_balance.png  
 (with props)
    james/server/trunk/src/site/resources/images/james_config_secondary.png   
(with props)
    james/server/trunk/src/site/resources/images/james_config_smart_host.png   
(with props)
    james/server/trunk/src/site/resources/images/newwindow.png   (with props)
    james/server/trunk/src/site/resources/images/void.gif   (with props)
    james/server/trunk/src/site/site.xml   (with props)
    james/server/trunk/src/site/xdoc/images/james-logo.jpg   (with props)
    james/server/trunk/src/site/xdoc/images/james_config_load_balance.png   
(with props)
    james/server/trunk/src/site/xdoc/images/james_config_secondary.png   (with 
props)
    james/server/trunk/src/site/xdoc/images/james_config_smart_host.png   (with 
props)
Modified:
    james/server/trunk/default.properties
    james/server/trunk/src/site/xdoc/changelog.xml
    james/server/trunk/src/site/xdoc/images/void.gif
    james/server/trunk/src/site/xdoc/index.xml

Modified: james/server/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/james/server/trunk/default.properties?rev=424581&r1=424580&r2=424581&view=diff
==============================================================================
--- james/server/trunk/default.properties (original)
+++ james/server/trunk/default.properties Sat Jul 22 07:23:20 2006
@@ -1,4 +1,4 @@
-# -------------------------------------------------------------------
+s# -------------------------------------------------------------------
 # B U I L D  P R O P E R T I E S
 # -------------------------------------------------------------------
 # Specifies default property values
@@ -69,7 +69,7 @@
 java.dir=${src.dir}/java
 junitjava.dir=${src.dir}/test
 conf.dir=${src.dir}/conf
-xdocs.dir=${src.dir}/xdocs
+xdocs.dir=${src.dir}/site/xdoc
 docs.src=${xdocs.dir}
 constants.file = org/apache/james/Constants.java
 poolconn.file = org/apache/james/util/mordred/PoolConnEntry.java

Added: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=424581&view=auto
==============================================================================
--- james/server/trunk/pom.xml (added)
+++ james/server/trunk/pom.xml Sat Jul 22 07:23:20 2006
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-server</artifactId>
+  <name>Apache James Server</name>
+  <version>1</version>
+  <description>
+    Apache James Server
+  </description>
+  <url>http://james.apache.org/server</url>
+  <inceptionYear>2006</inceptionYear>
+
+  <dependencies>
+  </dependencies>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/JAMES</url>
+  </issueManagement>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/james/server/trunk
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/james/server/trunk
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewcvs.cgi/james/server/trunk/?root=Apache-SVN
+    </url>
+  </scm>
+
+  <mailingLists>
+    <mailingList>
+      <name>Apache James Developement</name>
+      <subscribe>[EMAIL PROTECTED]</subscribe>
+      <unsubscribe>
+        [EMAIL PROTECTED]
+      </unsubscribe>
+      <post>[email protected]</post>
+      <archive>
+        http://mail-archives.apache.org/mod_mbox/james-server-dev/
+      </archive>
+    </mailingList>
+  </mailingLists>
+
+</project>
\ No newline at end of file

Propchange: james/server/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/server/trunk/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/css/site.css?rev=424581&view=auto
==============================================================================
--- james/server/trunk/src/site/resources/css/site.css (added)
+++ james/server/trunk/src/site/resources/css/site.css Sat Jul 22 07:23:20 2006
@@ -0,0 +1,238 @@
+#apacheconbox {
+  margin: 20px 0px 0px 20px;
+  padding: 10px;
+  border: 1px solid #ccc;
+  background-color: white;
+  background-image: url(../images/button-top.gif);
+  background-repeat: repeat-x;
+}
+#apacheconspacer {
+  float: right;
+  margin: 0px 0px 10px 10px;
+  background-color: white;
+}
+#poweredBy {
+  display: none;
+}
+.xleft {
+  float: right;
+}
+.xright {
+  float: left;
+}
+#bannerLeft img {
+  margin-left: 20px;
+}
+#bannerRight img {
+  padding: 0px;
+  border: 0px;
+  margin-top: 20px;
+  margin-right: 20px;
+  margin-bottom: 0px;
+}
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, 
a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, 
a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+.section {
+margin-left: 10px;
+}
+.section p, .section table {
+margin-left: 10px;
+}
+h2 {
+  color: #904040;
+  background-color: white;
+  border: 0px;
+  border-bottom: 2px solid #525D76;
+  padding: 0px;
+  padding-left: 20px;
+  vertical-align: bottom;
+  font-weight:900;
+  font-size: large;
+  background: url(../images/h2feather.gif) left center no-repeat;
+  margin-bottom: 15px;
+}
+h3 {
+  border: thin solid #828DA6;
+  padding-bottom: 0px;
+  color: #525D76;
+  background-color: white;
+  padding: 2px 2px 2px 2px;
+  border: 0px; 
+  font-weight: bold;
+  font-size: 15px;
+  margin-top: 5px;
+  margin-bottom: 13px;
+  border-bottom: 1px dotted #525D76;
+}
+h4 {
+  padding: 2px 2px 2px 2px;
+  border: 0px;
+  background: url(../images/h4.jpg) 0% 70% no-repeat;
+  color: black;
+  margin-top: 5px;
+  padding-left: 12px;
+  background-color: #fff;
+  font-weight: bold;
+  font-size: small;
+  margin-left: 10px;
+}
+h5 {
+  padding: 2px px 2px 2px;
+  border: 0px;
+  border-bottom: 0px;
+  color: black;
+  background-color: #fff;
+  font-weight: bold;
+  font-size: small;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  background: url(../images/button-top.gif) left top repeat;
+  border-top: 0px solid #525D76;
+  border-bottom: 1px solid #ccc; /* #525D76;*/
+  border-top: 1px solid #ccc;
+  padding-top: 3px;
+  padding-bottom: 3px;
+  background-color: #eeeeee;
+  font-size: small;
+}
+#breadcrumbs a {
+  font-weight: bold;
+}
+#bodyColumn {
+}
+#leftColumn {
+  margin: 0px;
+  margin-top: -1px;
+  border: 0px;
+  padding: 0px;
+  padding-left: 20px;
+  background: none;
+}
+#leftColumn ul {
+  font-size: 15px;
+  padding-top: 4px;
+  padding-bottom: 10px;
+}
+#leftColumn li {
+  padding-left: 10px;
+  padding-bottom: 3px;
+}
+#navcolumn {
+  border: 1px solid #ccc; /* #525D76;i*/
+  background: url(../images/button-bottom.gif) left bottom no-repeat;
+  padding: 15px;
+  border-top: 0px solid white;
+  background-color: white;
+}
+#navcolumn h5 {
+  font-size: 12px;
+  border-bottom: 1px solid #eee;
+  padding-top: 3px;
+  padding-bottom: 2px;
+  margin-right: 10px;
+  color: #000;
+}
+table.bodyTable {
+  padding-right: 20px;
+}
+table.bodyTable th {
+  color: black;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+  border-top: 1px solid #ccc;
+  border-bottom: 1px solid #ccc; 
+  background-image: url(../images/button-top.gif);
+}
+#footer {
+  border-top: 1px solid #ccc;
+  margin-top: 30px;
+  padding: 10px;
+  background-image: url(../images/button-top.gif);
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px;
+  font-size: 1em;
+}
+table.bodyTable tr.a {
+  background-color: #fff;
+}
+table.bodyTable tr.a td {
+  border-bottom: 1px solid #eee;
+}
+table.bodyTable tr.b {
+  background-color: #fff;
+}
+table.bodyTable tr.b td {
+  border-bottom: 1px solid #ddd;
+}
+.source {
+  border: 1px solid #525D76;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner img {
+  padding: 10px;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}

Propchange: james/server/trunk/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/server/trunk/src/site/resources/images/asf-logo-reduced.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/asf-logo-reduced.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/asf-logo-reduced.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/button-bottom.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/button-bottom.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/button-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/button-top.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/button-top.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/button-top.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/collapsed.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/collapsed.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/expanded.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/expanded.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: james/server/trunk/src/site/resources/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: james/server/trunk/src/site/resources/images/h2feather.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/h2feather.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/h2feather.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/h4.jpg
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/h4.jpg?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/h4.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: james/server/trunk/src/site/resources/images/icon_error_sml.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/icon_error_sml.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/icon_info_sml.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/icon_info_sml.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/icon_success_sml.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/icon_success_sml.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/icon_warning_sml.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/icon_warning_sml.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/resources/images/james-server-logo.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/james-server-logo.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/james-server-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: 
james/server/trunk/src/site/resources/images/james_config_load_balance.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

Propchange: 
james/server/trunk/src/site/resources/images/james_config_secondary.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

Propchange: 
james/server/trunk/src/site/resources/images/james_config_smart_host.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

Propchange: james/server/trunk/src/site/resources/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: james/server/trunk/src/site/resources/images/void.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/resources/images/void.gif?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/resources/images/void.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=424581&view=auto
==============================================================================
--- james/server/trunk/src/site/site.xml (added)
+++ james/server/trunk/src/site/site.xml Sat Jul 22 07:23:20 2006
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="James Server">
+
+  <bannerLeft>
+    <name>James Server</name>
+    <src>images/james-server-logo.gif</src>
+    <href>http://james.apache.org/</href>
+  </bannerLeft>
+  
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <src>images/asf-logo-reduced.gif</src>
+    <href>http://www.apache.org/</href>
+  </bannerRight> 
+  
+  <body>
+  
+    <links>
+      <item name="James" href="http://james.apache.org/index.html"; />
+      <item name="Server" href="http://james.apache.org/server/index.html"; />
+      <item name="jSPF" href="http://james.apache.org/jspf/index.html"; />
+      <item name="Mime4J" href="http://james.apache.org/mime4j/index.html"; />
+      <item name="JSieve" href="http://james.apache.org/jsieve/index.html"; />
+      <item name="Postage" href="http://james.apache.org/postage/index.html"; 
/>  
+    </links>
+
+    <menu name="James">
+      <item name="Overview" href="/index.html"/>
+      <item name="James FAQ" href="/FAQ.html"/>
+      <item name="Mailing Lists" href="/mail.html"/>
+      <item name="Wiki" href="http://wiki.apache.org/james"/>
+    </menu>
+    
+    <menu name="Downloads">
+      <item name="Releases" 
href="http://james.apache.org/server/download.cgi"/>
+    </menu>
+    
+    <menu name="Documentation">
+      <item name="James" href="/documentation_2_1.html"/>
+      <item name="Design" href="/design_objectives.html"/>
+      <item name="Document Archive" href="/document_archive.html"/>
+    </menu>
+    
+    <menu name="Documentation 2.3B">
+      <item name="James" href="/documentation_2_3.html"/>
+      <item name="Design" href="/design_objectives_2_3.html"/>
+      <item name="James Javadocs" href="/javadocs/index.html"/>
+      <item name="Mailet Javadocs" href="/mailet/index.html"/>
+      <item name="Useful RFCs" href="/rfclist.html"/>
+    </menu>
+    
+    <menu name="Project">
+      <item name="Bug Database " 
href="http://issues.apache.org/jira/browse/JAMES"/>
+      <item name="Source Code" href="http://svn.apache.org/"/>
+      <!-- <item name="License" href="/license.html"/> -->
+      <item name="Changelog" href="/changelog.html"/>
+      <item name="TODO" href="/todo.html"/>
+    </menu>
+    
+  </body>
+</project>

Propchange: james/server/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/server/trunk/src/site/xdoc/changelog.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/changelog.xml?rev=424581&r1=424580&r2=424581&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/changelog.xml (original)
+++ james/server/trunk/src/site/xdoc/changelog.xml Sat Jul 22 07:23:20 2006
@@ -23,7 +23,7 @@
 <section name="Version 2.3.0b3">
 <p>Released 15 July 2006</p>
 <p>Detail</p>
-<h2>Bug</h2>
+<subsection name="Bug"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-554'>JAMES-554</a>] - 
Set the right svn property for excutable files</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-559'>JAMES-559</a>] - 
Message body get lost after call saveChanges() and move to other processor</li>
@@ -34,22 +34,22 @@
 <section name="Version 2.3.0b2">
 <p>Unreleased</p>
 <p>Detail</p>
-<h2>Bug</h2>
+<subsection name="Bug"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-527'>JAMES-527</a>] - 
data-source for default derby maildb is configured with a relative path</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-535'>JAMES-535</a>] - 
Denial of service (CPU consumption) via a long argument to the MAIL 
command.</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-538'>JAMES-538</a>] - 
Original headers are lost when trying to alter headers of a cloned message</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-540'>JAMES-540</a>] - 
catch lifecycle problems for handlers</li>
 </ul>
-<h2>Improvement</h2>
+<subsection name="Improvement"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-553'>JAMES-553</a>] - 
Upgrade to Derby 10.1.3.1</li>
 </ul>
-<h2>New Feature</h2>
+<subsection name="New Feature"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-537'>JAMES-537</a>] - 
Add ConfigOption to disable the RemoteManager</li>
 </ul>
-<h2>Task</h2>
+<subsection name="Task"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-496'>JAMES-496</a>] - 
Add a default hardcoded configuration for the SMTPHandlerChain</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-529'>JAMES-529</a>] - 
Add a GenericAddFooter for use in AddFooter and CommandListservFooter</li>
@@ -59,7 +59,7 @@
 <section name="Version 2.3.0b1">
 <p>Released 9 June 2006</p>
 <p>Details</p>
-<h2>Bug</h2>
+<subsection name="Bug"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-499'>JAMES-499</a>] - 
Inconsistent usage of the lastUpdated field for Mail objects</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-505'>JAMES-505</a>] - 
ClassCastException in UsersRepositoryAliasingForwarding using file based users 
store</li>
@@ -68,14 +68,14 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-524'>JAMES-524</a>] - 
James fails to create mysql tables with mysql-4.1.</li>
 </ul>
                 
-<h2>Task</h2>
+<subsection name="Task"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-513'>JAMES-513</a>] - 
Rename AddHeader and AddHeaderHandler</li>
 </ul>
 </section>
 <section name="Version 2.3.0a3">
 <p>Details</p>
-<h2>Bug</h2>
+<subsection name="Bug"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-456'>JAMES-456</a>] - 
AddFooter mailet javax.mail.internet.ParseException</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-474'>JAMES-474</a>] - 
NullPointerException and bodymessage lost with weird configurations in message 
spooling</li>
@@ -88,7 +88,7 @@
 </section>
 <section name="Version 2.3.0a2">
 <p>Details</p>
-<h2>Bug</h2>
+<subsection name="Bug"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-368'>JAMES-368</a>] - 
AddFooter couldn't process mails which MimeType is multipart/related</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-419'>JAMES-419</a>] - 
NPE during 8bit conversion of non-mime messages</li>
@@ -111,7 +111,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-482'>JAMES-482</a>] - 
incorrect state on duplicate mail (LinearProcessor)</li>
 </ul>
     
-<h2>Improvement</h2>
+<subsection name="Improvement"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-158'>JAMES-158</a>] - 
Stream body in JDBCMailRepository.store(Mail)</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-299'>JAMES-299</a>] - 
Support for SMTP auth to gateway server in RemoteDelivery mailet</li>
@@ -126,7 +126,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-478'>JAMES-478</a>] - 
Only check against RBL if the client is not allowed to relay</li>
 </ul>
     
-<h2>New Feature</h2>
+<subsection name="New Feature"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-427'>JAMES-427</a>] - 
[PATCH] Introduce Unit Testing</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-437'>JAMES-437</a>] - 
add failed recipient address to log when authorization fails</li>
@@ -135,12 +135,12 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-471'>JAMES-471</a>] - 
Tarpit support</li>
 </ul>
         
-<h2>Task</h2>
+<subsection name="Task"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-416'>JAMES-416</a>] - 
Upgrade to javamail-1.3.3</li>
 </ul>
         
-<h2>Wish</h2>
+<subsection name="Wish"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-451'>JAMES-451</a>] - 
Check for valid domain in HELO</li>
 </ul>
@@ -164,7 +164,7 @@
 </ul>
 </p>
 <p>Details</p>
-<h2>Bug</h2>
+<subsection name="Bug"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-138'>JAMES-138</a>] - 
Don't keep all mailboxes in-memory forever</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-152'>JAMES-152</a>] - 
When a Received header is invalid mail may be created with a null remote 
address and host name</li>
@@ -211,7 +211,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-436'>JAMES-436</a>] - 
James trunk cannot be built with jdk1.4</li>
 </ul>
     
-<h2>Improvement</h2>
+<subsection name="Improvement"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-270'>JAMES-270</a>] - 
Add MailAttributes to indicate when default values have been applied</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-303'>JAMES-303</a>] - 
AttachmentFileNameIs matcher should be able to analyze zip file attachments</li>
@@ -236,7 +236,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-414'>JAMES-414</a>] - 
Add more flexibility to LocalDelivery</li>
 </ul>
     
-<h2>New Feature</h2>
+<subsection name="New Feature"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-257'>JAMES-257</a>] - 
S/MIME Matchers/Mailets</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-258'>JAMES-258</a>] - 
Add Bayesian Filtering</li>
@@ -245,7 +245,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-423'>JAMES-423</a>] - 
Give the remote manager a service promt</li>
 </ul>
         
-<h2>Task</h2>
+<subsection name="Task"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-149'>JAMES-149</a>] - 
Add soft-fail to unresolved received from domains</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-190'>JAMES-190</a>] - 
Apache license 2.0</li>
@@ -280,7 +280,7 @@
 </p>
 <p>Details</p>
 
-<h2>Bug</h2>
+<subsection name="Bug"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-9'>JAMES-9</a>] - 
JamesSpoolManager doesn't shutdown gracefully</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-62'>JAMES-62</a>] - 
Spooler loops and add message many times</li>
@@ -345,7 +345,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-294'>JAMES-294</a>] - 
Database Pool becomes exhausted after a short time when heavily polled</li>
 </ul>
     
-<h2>Improvement</h2>
+<subsection name="Improvement"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-99'>JAMES-99</a>] - 
RFC1894 format notification</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-161'>JAMES-161</a>] - 
Quota framework</li>
@@ -381,7 +381,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-283'>JAMES-283</a>] - 
James should use default backLog value when creating a ServerSocket</li>
 </ul>
     
-<h2>New Feature</h2>
+<subsection name="New Feature"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-164'>JAMES-164</a>] - 
Matcher: AttachmentFileNameIs</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-165'>JAMES-165</a>] - 
Matcher: RecipientIs with regex support</li>
@@ -404,7 +404,7 @@
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-289'>JAMES-289</a>] - 
Ingres db repository support should be added</li>
 </ul>
         
-<h2>Task</h2>
+<subsection name="Task"></subsection>
 <ul>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-149'>JAMES-149</a>] - 
Add soft-fail to unresolved received from domains</li>
 <li>[<a href='http://issues.apache.org/jira/browse/JAMES-190'>JAMES-190</a>] - 
Apache license 2.0</li>

Added: james/server/trunk/src/site/xdoc/images/james-logo.jpg
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/images/james-logo.jpg?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/xdoc/images/james-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: james/server/trunk/src/site/xdoc/images/james_config_load_balance.png
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/images/james_config_load_balance.png?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
james/server/trunk/src/site/xdoc/images/james_config_load_balance.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: james/server/trunk/src/site/xdoc/images/james_config_secondary.png
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/images/james_config_secondary.png?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/xdoc/images/james_config_secondary.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: james/server/trunk/src/site/xdoc/images/james_config_smart_host.png
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/images/james_config_smart_host.png?rev=424581&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/src/site/xdoc/images/james_config_smart_host.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: james/server/trunk/src/site/xdoc/images/void.gif
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/images/void.gif?rev=424581&r1=424580&r2=424581&view=diff
==============================================================================
Binary files - no diff available.

Modified: james/server/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/index.xml?rev=424581&r1=424580&r2=424581&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/index.xml (original)
+++ james/server/trunk/src/site/xdoc/index.xml Sat Jul 22 07:23:20 2006
@@ -11,50 +11,19 @@
       <p>James is based upon the Apache Avalon application framework, formerly 
a product of the Apache Avalon project (see "news" below).</p>
       <p>James requires Java 1.4 (For further information you may want to 
search the web, our <a 
href="http://www.mail-archive.com/[email protected]/";>dev</a> and <a 
href="http://www.mail-archive.com/[email protected]/";>user</a> mail 
archives or our <a href="http://wiki.apache.org/james";>wiki</a>).</p>
     </section>
-    <section name="news">
-    <subsection name="2006">
-     <h3>James 2.3.0 on the way</h3>
-     <p>After a long time of development we released the first betas of James 
2.3.0. If nothing goes wrong the final will be out soon</p>
-    </subsection>
-    <subsection name="2005">
-     <h3>James PMC react to the closure of Apache Avalon.</h3>
-      <p>James PMC would like to reassure all of our users that James is alive 
and well. All of the James team have kept abreast of the Avalon developments 
culminating in the closure of the Avalon project and dispersal of its codebase. 
We are are keen to stress that this has little impact on our ability to support 
and develop James in both the short and long terms.<br/>Over the coming months 
we will be finalising and publishing a road map for James which will address 
all of the specific concerns raised by Avalon's closure, but rest assured 
James' future is safe, and we have enthusiasm and plans aplenty.<br/> In the 
meantime we would like to extend our best wishes to all our friends from 
Avalon, here's luck with your future projects guys!<br/> If you are at all 
concerned please subscribe to the server-user mailing list and raise your 
points there. - 05/Jan/2005</p>
-
-      <h3>James source has moved to "Subversion"</h3>
-      <p>Subversion is a version control system like CVS, but it has 
advantages over CVS for Apache Software Foundation (ASF) projects.<br/> In 
common with all other ASF projects we have reviewed our use of CVS and migrated 
our code to Subversion.<br/>
-Have a look at this <a href="FAQ.html#17">FAQ</a> for further details. - 
05/Jan/2005</p>
-      <p/>
-      </subsection>
-      <subsection name="2004">
-
-      <h3>James v2.2.0</h3>
-      <p><a href="#releases">James v2.2.0</a> is released.</p>
-      <h3>James featured on IBM developerWorks</h3>
-      <p>
-Claude Duguay has written two excellent articles on <a 
href="http://james.apache.org/";>James</a> for
-<a href="http://www.ibm.com/developerworks/";>IBM Developer works</a>
-        <br/>
-[<a 
href="http://www-106.ibm.com/developerworks/java/library/j-james1.html";>article1</a>]
-An introduction to Apache's James enterprise e-mail server.<br/>
-[<a 
href="http://www-106.ibm.com/developerworks/java/library/j-james2.html";>article2</a>]
-Build e-mail based applications with Matchers and Mailets.
-</p>
-</subsection>
-    </section>
-    
     <section name="releases">
       <p>
-        <b>Latest and Stable: James v2.3.0</b>
+        <b>Latest and Stable: James v2.2.0</b>
         <br/>
-James v2.3.0 is the current release, and the latest in the James v2 series.
+James v2.2.0 is the current release, and the latest in the James v2 series.
 Both <a href="http://james.apache.org/download.cgi";>binary and source</a> 
distributions are available.</p>
-      <p>James v2.3.0 is a major update to the James platform, with many new 
features, functional improvements, and bug fixes.
+      <p>James v2.2.0 is a major update to the James platform, with many new 
features, functional improvements, and bug fixes.
 See the <a href="changelog.html">Change Log</a> for a detailed list of 
changes.  <b>All
-users are urged to upgrade to v2.3.0 as soon as possible</b>.</p>
+users are urged to upgrade to v2.2.0 as soon as possible</b>.</p>
       <p>Any bugs found in James are dealt with promptly.  Please provide 
feedback on the james-user and james-dev mailing lists.</p>
       <p>
         <b>Get your hands on the latest versions..</b>
-        <br/>We put significant milestones, and potential release candidates 
in the <a href="http://cvs.apache.org/dist/james/";>download area.</a>
+        <br/>We put significant milestones, and potential release candidates 
in the <a href="http://people.apache.org/dist/james/";>download area.</a>
         <br/>Whilst the quality of these versions cannot be guaranteed they 
may contain important bug fixes and cool new features.<br/>
       </p>
     </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to