You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by rd...@apache.org on 2009/08/31 14:54:24 UTC

svn commit: r809563 [4/24] - in /james/site/trunk/www: ./ maven-skin/ maven-skin/css/ maven-skin/images/logos/ parent/ parent/css/ parent/images/logos/ server/ server/2.2.0/ server/2.2.0/css/ server/archive/

Modified: james/site/trunk/www/maven-skin/source-repository.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/maven-skin/source-repository.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/maven-skin/source-repository.html (original)
+++ james/site/trunk/www/maven-skin/source-repository.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Source Repository</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/maven-skin" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/maven-skin" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,14 +82,47 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>This project uses <a href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div><div class="section"><h2>Web Access</h2><p>The following is a link to the online source repository.</p><div class="source"><pre><a href="http://svn.apache.org/viewvc/james/project/tags/james-parent-1.2/maven-skin">http://svn.apache.org/viewvc/james/project/tags/james-parent-1.2/maven-skin</a></pre></div></div><div class="section"><h2>Anonymous access</h2><p>The source can be checked out anonymously from SVN with this command:</p><div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/maven-skin maven-skin</pre></div></div><div class="section"><h2>Developer access</h2><p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the 
 Subversion repository via HTTPS.</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/maven-skin maven-skin</pre></div><p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p><div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div><div class="section"><h2>Access from behind a firewall</h2><p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p><div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/maven-skin maven-skin</pre></div></div><div class="section"><h2>Access through a proxy</h2><p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration fi
 le to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p><p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p><p>Example: Edit the 'servers' file and add something like:</p><div class="source"><pre>[global]
+        <div class="section"><h2>Overview</h2>
+This project uses <a class="externalLink" href="http://subversion.tigris.org/">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a class="externalLink" href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</div>
+<div class="section"><h2>Web Access</h2>
+<p>The following is a link to the online source repository.</p>
+<div class="source"><pre><a class="externalLink" href="http://svn.apache.org/viewvc/james/project/tags/james-parent-1.2/maven-skin">http://svn.apache.org/viewvc/james/project/tags/james-parent-1.2/maven-skin</a></pre>
+</div>
+</div>
+<div class="section"><h2>Anonymous access</h2>
+<p>The source can be checked out anonymously from SVN with this command:</p>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/maven-skin maven-skin</pre>
+</div>
+</div>
+<div class="section"><h2>Developer access</h2>
+<p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/maven-skin maven-skin</pre>
+</div>
+<p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
+<div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
+</div>
+</div>
+<div class="section"><h2>Access from behind a firewall</h2>
+<p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.2/maven-skin maven-skin</pre>
+</div>
+</div>
+<div class="section"><h2>Access through a proxy</h2>
+<p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
+<p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
+<p>Example: Edit the 'servers' file and add something like:</p>
+<div class="source"><pre>[global]
 http-proxy-host = your.proxy.name
 http-proxy-port = 3128
-</pre></div></div>
+</pre>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -103,6 +140,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: james/site/trunk/www/maven-skin/team-list.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/maven-skin/team-list.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/maven-skin/team-list.html (original)
+++ james/site/trunk/www/maven-skin/team-list.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Team list</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/maven-skin" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/maven-skin" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,177 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>The Team</h2><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p><p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p><div class="section"><h3>Members</h3><p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p><table class="bodyTable"><tr class="a"><th>Id</th><th>Name</th><th>Email</th><th>Organization</th><th>Roles</th><th>Time Zone</th><th>Actual Time (GMT)</th><th>Properties</th></tr><tr class="b"><td><a name="bago
 "></a>bago</td><td>Stefano Bagnara</td><td>bago at apache.org</td><td>-</td><td>Developer</td><td>2</td><td><span id="developer-0">2</span></td><td>-</td></tr><tr class="a"><td><a name="norman"></a>norman</td><td>Norman Maurer</td><td>norman at apache.org</td><td>-</td><td>Developer</td><td>2</td><td><span id="developer-1">2</span></td><td>-</td></tr><tr class="b"><td><a name="serge"></a>serge</td><td>Serge Knystautas</td><td>sergek at lokitech.com</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-2">-</span></td><td>-</td></tr><tr class="a"><td><a name="benrdf"></a>benrdf</td><td>Bernd Fondermann</td><td>bf_jak at brainlounge.de</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-3">-</span></td><td>-</td></tr><tr class="b"><td><a name="sbrewin"></a>sbrewin</td><td>Steve Brewin</td><td>sbrewin at synsys.com</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-4">-</span></td><td>-</td></tr><tr class="a"><td><a name="hilmer"></a>hil
 mer</td><td>Soren Hilmer</td><td>sh at widetrail.dk</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-5">-</span></td><td>-</td></tr><tr class="b"><td><a name="noel"></a>noel</td><td>Noel J. Bergman</td><td>noel at devtech.com</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-6">-</span></td><td>-</td></tr><tr class="a"><td><a name="danny"></a>danny</td><td>Danny Angus</td><td>danny at apache.org</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-7">-</span></td><td>-</td></tr><tr class="b"><td><a name="adc"></a>adc</td><td>Alan D. Cabrera</td><td>list at toolazydogs.com</td><td>-</td><td>Developer</td><td>-8</td><td><span id="developer-8">-8</span></td><td>-</td></tr><tr class="a"><td><a name="vincenzo"></a>vincenzo</td><td>Vincenzo Gianferrari Pini</td><td>vincenzo.gianferraripini at praxis.it</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-9">-</span></td><td>-</td></tr><tr class="b"><td><a name="rdonkin"></
 a>rdonkin</td><td>Robert Burrell Donkin</td><td>rdonkin at apache.org</td><td>-</td><td>Developer</td><td>-</td><td><span id="developer-10">-</span></td><td>-</td></tr><tr class="a"><td><a name="niklas"></a>niklas</td><td>Niklas Therning</td><td>niklas(at)apache(dot)org</td><td>Trillian AB</td><td>-</td><td>-</td><td><span id="developer-11">-</span></td><td>-</td></tr><tr class="b"><td><a name="jcheng"></a>jcheng</td><td>Joe Cheng</td><td>joe(at)joecheng(dot)com</td><td>-</td><td>-</td><td>-</td><td><span id="developer-12">-</span></td><td>description=Former author to the mime4j product</td></tr><tr class="a"><td><a name="mwiederkehr"></a>mwiederkehr</td><td>Markus Wiederkehr</td><td>mwiederkehr at apache.org</td><td>-</td><td>PMC Member</td><td>-</td><td><span id="developer-13">-</span></td><td>-</td></tr><tr class="b"><td><a name="olegk"></a>olegk</td><td>Oleg Kalnichevski</td><td>olegk at apache.org</td><td>-</td><td>PMC Member</td><td>-</td><td><span id="developer-14">-<
 /span></td><td>-</td></tr></table></div><div class="section"><h3>Contributors</h3><p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p><table class="bodyTable"><tr class="a"><th>Name</th><th>Properties</th></tr><tr class="b"><td>Rob Oxspring</td><td>description=Contributed to the mime4j product</td></tr><tr class="a"><td>Roger Fullerton</td><td>description=Wrote spfjava, the first spf implementation in java</td></tr></table></div></div><script type="text/javascript">
+        <div class="section"><h2>The Team</h2>
+<p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
+<p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
+<div class="section"><h3>Members</h3>
+<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
+<table class="bodyTable"><tr class="a"><th>Id</th>
+<th>Name</th>
+<th>Email</th>
+<th>Organization</th>
+<th>Roles</th>
+<th>Time Zone</th>
+<th>Actual Time (GMT)</th>
+<th>Properties</th>
+</tr>
+<tr class="b"><td><a name="bago"></a>bago</td>
+<td>Stefano Bagnara</td>
+<td>bago at apache.org</td>
+<td>-</td>
+<td>Developer</td>
+<td>2</td>
+<td><span id="developer-0">2</span></td>
+<td>-</td>
+</tr>
+<tr class="a"><td><a name="norman"></a>norman</td>
+<td>Norman Maurer</td>
+<td>norman at apache.org</td>
+<td>-</td>
+<td>Developer</td>
+<td>2</td>
+<td><span id="developer-1">2</span></td>
+<td>-</td>
+</tr>
+<tr class="b"><td><a name="serge"></a>serge</td>
+<td>Serge Knystautas</td>
+<td>sergek at lokitech.com</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-2">-</span></td>
+<td>-</td>
+</tr>
+<tr class="a"><td><a name="benrdf"></a>benrdf</td>
+<td>Bernd Fondermann</td>
+<td>bf_jak at brainlounge.de</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-3">-</span></td>
+<td>-</td>
+</tr>
+<tr class="b"><td><a name="sbrewin"></a>sbrewin</td>
+<td>Steve Brewin</td>
+<td>sbrewin at synsys.com</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-4">-</span></td>
+<td>-</td>
+</tr>
+<tr class="a"><td><a name="hilmer"></a>hilmer</td>
+<td>Soren Hilmer</td>
+<td>sh at widetrail.dk</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-5">-</span></td>
+<td>-</td>
+</tr>
+<tr class="b"><td><a name="noel"></a>noel</td>
+<td>Noel J. Bergman</td>
+<td>noel at devtech.com</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-6">-</span></td>
+<td>-</td>
+</tr>
+<tr class="a"><td><a name="danny"></a>danny</td>
+<td>Danny Angus</td>
+<td>danny at apache.org</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-7">-</span></td>
+<td>-</td>
+</tr>
+<tr class="b"><td><a name="adc"></a>adc</td>
+<td>Alan D. Cabrera</td>
+<td>list at toolazydogs.com</td>
+<td>-</td>
+<td>Developer</td>
+<td>-8</td>
+<td><span id="developer-8">-8</span></td>
+<td>-</td>
+</tr>
+<tr class="a"><td><a name="vincenzo"></a>vincenzo</td>
+<td>Vincenzo Gianferrari Pini</td>
+<td>vincenzo.gianferraripini at praxis.it</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-9">-</span></td>
+<td>-</td>
+</tr>
+<tr class="b"><td><a name="rdonkin"></a>rdonkin</td>
+<td>Robert Burrell Donkin</td>
+<td>rdonkin at apache.org</td>
+<td>-</td>
+<td>Developer</td>
+<td>-</td>
+<td><span id="developer-10">-</span></td>
+<td>-</td>
+</tr>
+<tr class="a"><td><a name="niklas"></a>niklas</td>
+<td>Niklas Therning</td>
+<td>niklas(at)apache(dot)org</td>
+<td>Trillian AB</td>
+<td>-</td>
+<td>-</td>
+<td><span id="developer-11">-</span></td>
+<td>-</td>
+</tr>
+<tr class="b"><td><a name="jcheng"></a>jcheng</td>
+<td>Joe Cheng</td>
+<td>joe(at)joecheng(dot)com</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td><span id="developer-12">-</span></td>
+<td>description=Former author to the mime4j product</td>
+</tr>
+<tr class="a"><td><a name="mwiederkehr"></a>mwiederkehr</td>
+<td>Markus Wiederkehr</td>
+<td>mwiederkehr at apache.org</td>
+<td>-</td>
+<td>PMC Member</td>
+<td>-</td>
+<td><span id="developer-13">-</span></td>
+<td>-</td>
+</tr>
+<tr class="b"><td><a name="olegk"></a>olegk</td>
+<td>Oleg Kalnichevski</td>
+<td>olegk at apache.org</td>
+<td>-</td>
+<td>PMC Member</td>
+<td>-</td>
+<td><span id="developer-14">-</span></td>
+<td>-</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3>Contributors</h3>
+<p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Properties</th>
+</tr>
+<tr class="b"><td>Rob Oxspring</td>
+<td>description=Contributed to the mime4j product</td>
+</tr>
+<tr class="a"><td>Roger Fullerton</td>
+<td>description=Wrote spfjava, the first spf implementation in java</td>
+</tr>
+</table>
+</div>
+</div>
+<script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();
     var nowTime = now.getTime();
@@ -118,6 +288,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: james/site/trunk/www/newsarchive.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/newsarchive.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/newsarchive.html (original)
+++ james/site/trunk/www/newsarchive.html Mon Aug 31 12:54:19 2009
@@ -11,28 +11,26 @@
 
 <html>
   <head>
-    <title>James Project - 
-    News Archive</title>
+    <title>James Project - News Archive</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-          <meta name="author" content="
-    JAMES Project Web Team" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+          <meta name="author" content="JAMES Project Web Team" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org" alt="" />
     
             </a>
             <div class="clear">
@@ -48,25 +46,25 @@
   
   
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 08/31/2009
                       </div>
-            <div class="xright">      <a href="index.html">JAMES Project</a>
+            <div class="xright">      <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">JAMES Project</a>
           |
-          <a href="imap/index.html">IMAP</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">IMAP</a>
           |
-          <a href="jsieve/index.html">JSieve</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">JSieve</a>
           |
-          <a href="jspf/index.html">jSPF</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">jSPF</a>
           |
-          <a href="mime4j/index.html">Mime4J</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Mime4J</a>
           |
-          <a href="mailet/index.html">Mailets</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Mailets</a>
           |
-          <a href="mpt/index.html">MPT</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">MPT</a>
           |
-          <a href="server/index.html">Server</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Server</a>
           |
-          <a href="postage/index.html">Postage</a>
+          <a href="../../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Postage</a>
           
   
 
@@ -96,7 +94,7 @@
         </li>
               
     <li class="none">
-              <a href="download.cgi">Releases</a>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Releases</a>
         </li>
               
     <li class="none">
@@ -111,23 +109,23 @@
         <ul>
               
     <li class="none">
-              <a href="index.html">Overview</a>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Overview</a>
         </li>
               
     <li class="none">
-              <strong>News</strong>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">News</a>
         </li>
               
     <li class="none">
-              <a href="mail.html">Mailing Lists</a>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Mailing Lists</a>
         </li>
               
     <li class="none">
-              <a href="contribute.html">Contributing</a>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Contributing</a>
         </li>
               
     <li class="none">
-              <a href="guidelines.html">Project Guidelines</a>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Project Guidelines</a>
         </li>
               
     <li class="none">
@@ -135,11 +133,11 @@
         </li>
               
     <li class="none">
-              <a href="weare.html">Who We Are</a>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">Who We Are</a>
         </li>
               
     <li class="none">
-              <a href="license.html">License</a>
+              <a href="../opt/development/workspace/james-project/../../../people.apache.org/www/james.apache.org">License</a>
         </li>
           </ul>
           <h5>Apache Software Foundation</h5>
@@ -179,157 +177,163 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        
-  
-  
-    <a name="News"></a><div class="section"><h2>News</h2>
-        <div id="apacheconspacer">
-          <div id="apacheconbox">
-            <iframe src="http://www.apache.org/ads/bannerbar.html" style="border-width:0;" frameborder="0" scrolling="no" width="250" height="150"></iframe>
-          </div>
-        </div>
-    <a name="2009"></a><div class="section"><h3>2009</h3>
-        <a name="02072009"><h4>Jul/2009 - Apache MPT 0.1 released</h4></a>
-        <p>The Apache JAMES project is pleased to announced that the first release of
-        <a href="http://james.apache.org/mpt">Apache MPT</a> - a functional testing
+        <div class="section"><h2><a name="News"></a>News</h2>
+<div id="apacheconspacer"><div id="apacheconbox"><iframe src="http://www.apache.org/ads/bannerbar.html" style="border-width:0;" frameborder="0" scrolling="no" width="250" height="150"></iframe></div></div><div class="section"><h3><a name="a2009"></a>2009</h3>
+<a name="a31082009"><h4>Aug/2009 - Apache James 2.3.2 Released</h4>
+</a><p>
+        The Apache JAMES project is pleased to announce that Apache James 2.3.2 
+        is now 
+        <a href="download.cgi#Apache%20James%20Server">available</a>.
+        This is a minor bug fix release.
+        See the 
+        <a class="externalLink" href="http://james.apache.org/server/2.3.2/release-notes.html">Release Notes</a> 
+        for more details. Upgrading is recommended for users of previous 2.x releases.
+        </p>
+<a name="a02072009"><h4>Jul/2009 - Apache MPT 0.1 released</h4>
+</a><p>The Apache JAMES project is pleased to announced that the first release of
+        <a class="externalLink" href="http://james.apache.org/mpt">Apache MPT</a> - a functional testing
         library particularly suitable for line protocols based on ASCII - is now
         <a href="download.cgi#Apache%20MPT">available</a>. These
         protocols are common in mail but the library may be useful more widely.
-        See the <a href="http://james.apache.org/mpt/0.1/release-notes.html">release notes</a>
+        See the <a class="externalLink" href="http://james.apache.org/mpt/0.1/release-notes.html">release notes</a>
         for more details.
         </p>
-        <a name="25062009"><h4>Jun/2009 - Apache jSPF 0.9.7 released</h4></a>
-        <p>The Apache JAMES Project is pleased to announce a new  
-        <a href="http://james.apache.org/jspf">Apache jSPF</a> release which included some critical bug fixes.
-        </p> 
-        <a name="18062009"><h4>Jun/2009 - Apache JSieve 0.3 released</h4></a>
-        <p>The Apache JAMES Project is pleased to announce that the third release of
-        <a href="http://james.apache.org/jsieve">Apache JSieve</a> - an implementation of the
-        <a href="http://www.ietf.org/rfc/rfc3028.txt">Sieve</a> mail filtering language - 
+<a name="a25062009"><h4>Jun/2009 - Apache jSPF 0.9.7 released</h4>
+</a><p>The Apache JAMES Project is pleased to announce a new  
+        <a class="externalLink" href="http://james.apache.org/jspf">Apache jSPF</a> release which included some critical bug fixes.
+        </p>
+<a name="a18062009"><h4>Jun/2009 - Apache JSieve 0.3 released</h4>
+</a><p>The Apache JAMES Project is pleased to announce that the third release of
+        <a class="externalLink" href="http://james.apache.org/jsieve">Apache JSieve</a> - an implementation of the
+        <a class="externalLink" href="http://www.ietf.org/rfc/rfc3028.txt">Sieve</a> mail filtering language - 
         is now available for <a href="download.cgi#Apache%20JSieve">download</a>. This is the first
-        modular release and includes a filtering <a href="http://james.apache.org/mailet">mailet</a>.
-        See the <a href="http://james.apache.org/jsieve/0.3/release-notes.html">release notes</a>
+        modular release and includes a filtering <a class="externalLink" href="http://james.apache.org/mailet">mailet</a>.
+        See the <a class="externalLink" href="http://james.apache.org/jsieve/0.3/release-notes.html">release notes</a>
         for more details.
-        </p> 
-        <a name="14052009"><h4>May/2009 - Apache Crypto Mailets 1.0 released</h4></a>
-        <p>The Apache JAMES Project is pleased to announce the first independent release of
-        <a href="http://james.apache.org/mailet/crypto">Apache Cryptographic Mailets</a> (previous versions 
+        </p>
+<a name="a14052009"><h4>May/2009 - Apache Crypto Mailets 1.0 released</h4>
+</a><p>The Apache JAMES Project is pleased to announce the first independent release of
+        <a class="externalLink" href="http://james.apache.org/mailet/crypto">Apache Cryptographic Mailets</a> (previous versions 
         were released as part of the 
-        <a href="http://james.apache.org/server">Apache James Server</a>). 
+        <a class="externalLink" href="http://james.apache.org/server">Apache James Server</a>). 
         This package contains mailets which encode, decode, sign and verify mail plus cryptology utilities.
-        </p> 
-        <a name="01042009"><h4>Apr/2009 - Apache Mailet Base 1.0 released</h4></a>
-        <p>The Apache JAMES Project is pleased to announce the first independent release of
-        <a href="http://james.apache.org/mailet/base">Apache Mailet Base</a> (previous versions 
+        </p>
+<a name="a01042009"><h4>Apr/2009 - Apache Mailet Base 1.0 released</h4>
+</a><p>The Apache JAMES Project is pleased to announce the first independent release of
+        <a class="externalLink" href="http://james.apache.org/mailet/base">Apache Mailet Base</a> (previous versions 
         were released as part of the 
-        <a href="http://james.apache.org/server">Apache James Server</a>). The Basic Mailet Toolkit
+        <a class="externalLink" href="http://james.apache.org/server">Apache James Server</a>). The Basic Mailet Toolkit
         contains lightweight frameworks and utilities likely to be of interest to 
-        <a href="http://james.apache.org/mailet/api">Mailet</a> developers.
-        </p>   
-        <a name="08032009"><h4>Mar/2009 - Mime4j 0.6 released</h4></a>
-        <p>We are proud to announce the <a href="../download.cgi">availability</a> of Apache 
+        <a class="externalLink" href="http://james.apache.org/mailet/api">Mailet</a> developers.
+        </p>
+<a name="a08032009"><h4>Mar/2009 - Mime4j 0.6 released</h4>
+</a><p>We are proud to announce the <a href="../download.cgi">availability</a> of Apache 
         Mime4j-0.6. This release brings another round of API enhancements and performance 
         optimizations. There has been a number of notable improvements in the DOM support. MIME 
         stream parser is expected to be 50% faster when line counting is disabled. Please also note 
         that as of this release Mime4j requires a Java 1.5 compatible runtime</p>
-        <a name="21022009"><h4>Feb/2009 - MailetDocs Maven Plugin 0.1 released</h4></a>
-        <p>The Apache JAMES Project is pleased to announce the first release of the
-        <a href="http://james.apache.org/mailet/maven-mailetdocs-plugin/">MailetDocs</a> 
-        plugin for <a href="http://maven.apache.org">Maven</a>. The plugin catalogs mailet
-        (for <a href="http://james.apache.org/mailet/standard/mailet-report.html">example</a>). 
+<a name="a21022009"><h4>Feb/2009 - MailetDocs Maven Plugin 0.1 released</h4>
+</a><p>The Apache JAMES Project is pleased to announce the first release of the
+        <a class="externalLink" href="http://james.apache.org/mailet/maven-mailetdocs-plugin/">MailetDocs</a> 
+        plugin for <a class="externalLink" href="http://maven.apache.org">Maven</a>. The plugin catalogs mailet
+        (for <a class="externalLink" href="http://james.apache.org/mailet/standard/mailet-report.html">example</a>). 
         For more information, see the 
-        <a href="http://james.apache.org/mailet/maven-mailetdocs-plugin/release-notes.html">release notes</a>.
-        </p>  
-        <a name="01052009"><h4>Jan/2009 - Apache Mailet 2.4 released</h4></a>
-        <p>The Apache JAMES Project is pleased to announce the first independent release of
-        <a href="http://james.apache.org/mailet/api">Apache Mailet</a> (previous versions 
+        <a class="externalLink" href="http://james.apache.org/mailet/maven-mailetdocs-plugin/release-notes.html">release notes</a>.
+        </p>
+<a name="a01052009"><h4>Jan/2009 - Apache Mailet 2.4 released</h4>
+</a><p>The Apache JAMES Project is pleased to announce the first independent release of
+        <a class="externalLink" href="http://james.apache.org/mailet/api">Apache Mailet</a> (previous versions 
         were released as part of the 
-        <a href="http://james.apache.org/server">Apache James Server</a>). The Mailet API
+        <a class="externalLink" href="http://james.apache.org/server">Apache James Server</a>). The Mailet API
         defines a standard approach to enterprise mail processing.
-        </p>   
-    </div>
-    <a name="2008"></a><div class="section"><h3>2008</h3>
-        <a name="10162008"><h4>October/2008 - Mime4j 0.5 released</h4></a>
-        <p>We are proud to announce the <a href="../download.cgi">availability</a> of APACHE Mime4j-0.5. This release addresses a number of important issues discovered since 0.4. In particular, it improves Mime4j ability to deal with malformed data streams including those intentionally crafted to cause excessive CPU and memory utilization that can lead to DoS condition</p>
-        <p>This release also fixes a serious bug that can prevent Mime4j from correctly processing binary content</p>
-        <a name="08262008"><h4>Aug/2008 - Apache JSieve 0.2 released</h4></a>
-        <p>The Apache JAMES Project is pleased to announce the first public release of 
-        <a href="http://james.apache.org/jsieve">Apache JSieve</a> an implementation
-        of <a href="http://www.faqs.org/rfcs/rfc3028.html">RFC3028 - Sieve: A Mail Filtering Language</a>
+        </p>
+</div>
+<div class="section"><h3><a name="a2008"></a>2008</h3>
+<a name="a10162008"><h4>October/2008 - Mime4j 0.5 released</h4>
+</a><p>We are proud to announce the <a href="../download.cgi">availability</a> of APACHE Mime4j-0.5. This release addresses a number of important issues discovered since 0.4. In particular, it improves Mime4j ability to deal with malformed data streams including those intentionally crafted to cause excessive CPU and memory utilization that can lead to DoS condition</p>
+<p>This release also fixes a serious bug that can prevent Mime4j from correctly processing binary content</p>
+<a name="a08262008"><h4>Aug/2008 - Apache JSieve 0.2 released</h4>
+</a><p>The Apache JAMES Project is pleased to announce the first public release of 
+        <a class="externalLink" href="http://james.apache.org/jsieve">Apache JSieve</a> an implementation
+        of <a class="externalLink" href="http://www.faqs.org/rfcs/rfc3028.html">RFC3028 - Sieve: A Mail Filtering Language</a>
         for Java.
         </p>
-        <a name="08222008"><h4>Aug/2008 - Mime4j 0.4 released</h4></a>
-        <p>We are proud to announce the <a href="../download.cgi">availability</a> of APACHE Mime4j-0.4. This release brings a number of significant improvements in terms of supported capabilities, flexibility and performance:</p>
-        <ul>
-          <li>Revised and improved public API with support for pull parsing</li>
-          <li>Support for parsing of 'headless' messages transmitted using non SMTP transports such as HTTP</li>
-          <li>Reduced external dependencies. Mime4j is no longer directly dependent on log4j and commons-io</li>
-          <li>Improved parsing performance (up to 10x for large messages)</li>
-          <li>More comprehensive header parsing including support for RFC1864, RFC2045, RFC2183, RFC2557 and RFC3066</li>
-          <li>Revised packaging and exception hierarchy. MimeException now extends IOException</li>
-        </ul>
-        <a name="04082008"><h4>Apr/2008 - jSPF-0.9.6 released</h4></a>
-        We are proud to announce the <a href="../download.cgi">availability</a> release of APACHE jSPF-0.9.6. This release fix two possible NullPointerExceptions and handle the &quot;exp=&quot; modifier correctly.
-    
-        <a name="03192008"><h4>Mar/2008 - James publishes project ideas for Google Summer of Code '08</h4></a>
-        The James Team are delighted to announce that we're proposing two project ideas for <a href="http://code.google.com/soc/2008/">Google Summer of Code (GSOC) 2008</a>. The project Ideas are set out on the Apache GSOC wiki <a href="http://wiki.apache.org/general/SummerOfCode2008#james">here</a>.
-        In brief they are:<br></br>
+<a name="a08222008"><h4>Aug/2008 - Mime4j 0.4 released</h4>
+</a><p>We are proud to announce the <a href="../download.cgi">availability</a> of APACHE Mime4j-0.4. This release brings a number of significant improvements in terms of supported capabilities, flexibility and performance:</p>
+<ul><li>Revised and improved public API with support for pull parsing</li>
+<li>Support for parsing of 'headless' messages transmitted using non SMTP transports such as HTTP</li>
+<li>Reduced external dependencies. Mime4j is no longer directly dependent on log4j and commons-io</li>
+<li>Improved parsing performance (up to 10x for large messages)</li>
+<li>More comprehensive header parsing including support for RFC1864, RFC2045, RFC2183, RFC2557 and RFC3066</li>
+<li>Revised packaging and exception hierarchy. MimeException now extends IOException</li>
+</ul>
+<a name="a04082008"><h4>Apr/2008 - jSPF-0.9.6 released</h4>
+</a><p>We are proud to announce the <a href="../download.cgi">availability</a> release of APACHE jSPF-0.9.6. This release fix two possible NullPointerExceptions and handle the &quot;exp=&quot; modifier correctly.</p>
+<a name="a03192008"><h4>Mar/2008 - James publishes project ideas for Google Summer of Code '08</h4>
+</a><p>The James Team are delighted to announce that we're proposing two project ideas for <a class="externalLink" href="http://code.google.com/soc/2008/">Google Summer of Code (GSOC) 2008</a>. The project Ideas are set out on the Apache GSOC wiki <a class="externalLink" href="http://wiki.apache.org/general/SummerOfCode2008#james">here</a>.</p>
+<p>In brief they are:<br />
+
         1) Develop a VERP Mailet to allow James to write VERP modified return addresses on outbound messages, and an inbound mailet/matcher to identify VERP bounces and invoke configurable &quot;do something&quot; code.
-        <br></br>
-        And <br></br>
-        2) James' provided mailing list manager is fine for small closed groups, but lacks the functionality of a more robust MLM, the project is to add some all or more of the following features subscriber and message moderation, double opt-in and bounce handling.
-    </div>
-    
-    <a name="2007"></a><div class="section"><h3>2007</h3>
-        <a name="09252007"><h4>Sept/2007 - jSPF-0.9.5 released</h4></a>
-        We are proud to announce the <a href="download.cgi">availability</a> of APACHE jSPF-0.9.5. This release brings initial support for asynchronous processing and is fully RFC4408 compliant. 
-        <a name="05302007"><h4>May/2007 - Apache Mime4J 0.3 Final Released</h4></a>
-        After almost 2 years the Apache JAMES team is proud to announce the <a href="download.cgi">availability</a> of Apache Mime4J 0.3. This is the first release under the ASF umbrella.
-        <a name="05052007"><h4>May/2007 - Mailet API sub-project lives</h4></a>
-        Following a decision taken by the James PMC a few months ago, the Apache Mailet API project is now independent of JAMES Server and has its own <a href="mailet/index.html">webpage</a> and its own source repository.
-        <a name="04029007"></a><h4>Apr/2007 - JAMES Server 2.3.1 Final Released</h4>
-        <p>James PMC is proud to announce the <a href="download.cgi">availability</a> of the final release of JAMES Server 2.3.1. More informations on what has been fixed since the 2.3.0 release can be found in the <a href="/server/2.3.1/changelog.html">changelog</a>.</p>
-        <a name="04192007"><h4>Apr/2007 - JAMES Server 2.3.1 RC1 released</h4></a>
-        <p>James PMC is proud to announce the <a href="http://www.apache.org/dist/james/server/rc">availability</a> of the first release candidate of JAMES Server 2.3.1. This release is maintenance release. See the <a href="http://issues.apache.org/jira/browse/JAMES?report=com.atlassian.jira.plugin.system.project:changelog-panel"> changelog </a> for more detail.</p>
-        <a name="04162007"><h4>Apr/2007 - Apache JAMES Project Guidelines published</h4></a>
-        <p>The James PMC has approved - for the first time - a set of <a href="guidelines.html">guidelines</a> for the project. These guidelines are intended to reflect and summarize well-known practices in our community. They include &quot;... definitions of how conflict is resolved by voting, who is able to vote, and the procedures to follow for proposing and making changes to the Apache JAMES products.&quot; </p>
-        <a name="02092007"><h4>Feb/2007 - jSPF-0.9b4 released</h4></a>
-        <p>James PMC is proud to announce the <a href="http://www.apache.org/dist/james/jspf/beta">availability</a> of the fourth beta of jspf 0.9. This version pass all tests in the last official release of the <a href="http://www.openspf.org/svn/project/test-suite/rfc4408-tests-2007.01.yml">spf testsuite</a>.</p>
-        <a name="02012007"><h4>Feb/2007 - Feathercast features James</h4></a>
-        <p>James PMC member and commiter <a href="http://people.apache.org/list_A.html">Danny Angus</a> was interviewed about James by David Reid for Feathercast episode 24. You can download the podcast from <a href="http://feathercast.org/?p=39">here</a>.</p>
-        <a name="01012007"><h4>Jan/2007 - Mailet API to become a sub-project</h4></a>
-        <p>The James commiters have voted to promote the Mailet API to its own James sub-project.<br></br>
+        <br />
+
+        And <br />
+
+        2) James' provided mailing list manager is fine for small closed groups, but lacks the functionality of a more robust MLM, the project is to add some all or more of the following features subscriber and message moderation, double opt-in and bounce handling.</p>
+</div>
+<div class="section"><h3><a name="a2007"></a>2007</h3>
+<a name="a09252007"><h4>Sept/2007 - jSPF-0.9.5 released</h4>
+</a><p>We are proud to announce the <a href="#download.cgi">availability</a> of APACHE jSPF-0.9.5. This release brings initial support for asynchronous processing and is fully RFC4408 compliant.</p>
+<a name="a05302007"><h4>May/2007 - Apache Mime4J 0.3 Final Released</h4>
+</a><p>After almost 2 years the Apache JAMES team is proud to announce the <a href="#download.cgi">availability</a> of Apache Mime4J 0.3. This is the first release under the ASF umbrella.</p>
+<a name="a05052007"><h4>May/2007 - Mailet API sub-project lives</h4>
+</a><p>Following a decision taken by the James PMC a few months ago, the Apache Mailet API project is now independent of JAMES Server and has its own <a href="mailet/index.html">webpage</a> and its own source repository.</p>
+<a name="a04029007"></a><h4>Apr/2007 - JAMES Server 2.3.1 Final Released</h4>
+<p>James PMC is proud to announce the <a href="#download.cgi">availability</a> of the final release of JAMES Server 2.3.1. More informations on what has been fixed since the 2.3.0 release can be found in the <a href="/server/2.3.1/changelog.html">changelog</a>.</p>
+<a name="a04192007"><h4>Apr/2007 - JAMES Server 2.3.1 RC1 released</h4>
+</a><p>James PMC is proud to announce the <a class="externalLink" href="http://www.apache.org/dist/james/server/rc">availability</a> of the first release candidate of JAMES Server 2.3.1. This release is maintenance release. See the <a class="externalLink" href="http://issues.apache.org/jira/browse/JAMES?report=com.atlassian.jira.plugin.system.project:changelog-panel"> changelog </a> for more detail.</p>
+<a name="a04162007"><h4>Apr/2007 - Apache JAMES Project Guidelines published</h4>
+</a><p>The James PMC has approved - for the first time - a set of <a href="guidelines.html">guidelines</a> for the project. These guidelines are intended to reflect and summarize well-known practices in our community. They include &quot;... definitions of how conflict is resolved by voting, who is able to vote, and the procedures to follow for proposing and making changes to the Apache JAMES products.&quot; </p>
+<a name="a02092007"><h4>Feb/2007 - jSPF-0.9b4 released</h4>
+</a><p>James PMC is proud to announce the <a class="externalLink" href="http://www.apache.org/dist/james/jspf/beta">availability</a> of the fourth beta of jspf 0.9. This version pass all tests in the last official release of the <a class="externalLink" href="http://www.openspf.org/svn/project/test-suite/rfc4408-tests-2007.01.yml">spf testsuite</a>.</p>
+<a name="a02012007"><h4>Feb/2007 - Feathercast features James</h4>
+</a><p>James PMC member and commiter <a class="externalLink" href="http://people.apache.org/list_A.html">Danny Angus</a> was interviewed about James by David Reid for Feathercast episode 24. You can download the podcast from <a class="externalLink" href="http://feathercast.org/?p=39">here</a>.</p>
+<a name="a01012007"><h4>Jan/2007 - Mailet API to become a sub-project</h4>
+</a><p>The James commiters have voted to promote the Mailet API to its own James sub-project.<br />
+
         This move will provide a clearer division between development of the API and development of James server, and we hope this will encourage more participation from external projects.</p>
-        <p>The effort will start small, by releasing the current version, and move on to look at the enhancements we've been discussing over on <a href="http://james.apache.org/mail.html">the mailet api list</a> where we will extend a warm welcome to anyone who has something to contribute.</p>
-        <p>Eventually we hope to extend the scope of the sub-project to include things like a Reference Implementation independent of James Server and suitable for embedding, an SDK, and possibly a TCK.
+<p>The effort will start small, by releasing the current version, and move on to look at the enhancements we've been discussing over on <a class="externalLink" href="http://james.apache.org/mail.html">the mailet api list</a> where we will extend a warm welcome to anyone who has something to contribute.</p>
+<p>Eventually we hope to extend the scope of the sub-project to include things like a Reference Implementation independent of James Server and suitable for embedding, an SDK, and possibly a TCK.
         </p>
-    </div>
-    <a name="2006"></a><div class="section"><h3>2006</h3>
-     <a name="00102006"></a><h4>Oct/2006 - JAMES Server 2.3.0 Final Released</h4>
-     <p>James PMC is proud to announce the <a href="download.cgi">availability</a> of the long awaited final release of JAMES Server 2.3.0. More informations on what's new can be found in the <a href="/server/2.3.0/changelog.html">changelog</a>.</p>
-     <a name="00092006"></a><h4>Sep/2006 - jSPF 0.9 b3 Released</h4>
-     <p>James PMC is proud to announce the <a href="http://people.apache.org/dist/james/jspf/">availability</a> of the third beta of jspf 0.9. This version has start to use the official spf testsuite to fix all rfc issues.</p>
-     <a name="01082006"></a><h4>Aug/2006 - JAMES Server 2.3.0 RC3 Released</h4>
-     <p>James PMC is proud to announce the <a href="http://people.apache.org/dist/james/server/">availability</a> of the third, and hopefully last, release candidate of JAMES Server 2.3.0. More informations on what's new can be found in the <a href="/server/2.3.0/changelog.html">changelog</a>.</p>
-     <p>New development roadmaps are being discussed right now, so stay tuned for 2.3.0 final and for the following news. - Sep/2006</p>
-     <a name="00082006"></a><h4>Aug/2006 - JAMES Products website revamped</h4>
-     <p>We just finished a major update of james products to be able to publish each product specific site under this new website structure</p>
-     <a name="01072006"></a><h4>Jul/2006 - JAMES Server 2.3.0 on the way</h4>
-     <p>After a long time of development we have released the first <a href="http://people.apache.org/dist/james/server/">release candidate</a> of JAMES Server 2.3.0. After a period of user testing version 2.3.0 will be released.</p>
-     <a name="00072006"></a><h4>Jul/2006 - New project JAMES jSPF</h4>
-     <p>JAMES PMC is happy to announce that we are working on a Java implementation of the SPF specification. The first <a href="http://people.apache.org/dist/james/jspf/">betas</a> are already available for download.</p>
-    </div>
-    <a name="2005"></a><div class="section"><h3>2005</h3>
-     <h4>JAMES PMC react to the closure of Apache Avalon.</h4>
-      <p>JAMES PMC would like to reassure all of our users that JAMES Server 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 Server in both the short and long terms.<br></br>Over the coming months we will be finalising and publishing a road map for JAMES Server which will address all of the specific concerns raised by Avalon's closure, but rest assured JAMES Server' future is safe, and we have enthusiasm and plans aplenty.<br></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></br> If you are at all concerned please subscribe to the server-user mailing list and raise your points there. - 05/Jan/2005</p>
+</div>
+<div class="section"><h3><a name="a2006"></a>2006</h3>
+<a name="a00102006"></a><h4>Oct/2006 - JAMES Server 2.3.0 Final Released</h4>
+<p>James PMC is proud to announce the <a href="#download.cgi">availability</a> of the long awaited final release of JAMES Server 2.3.0. More informations on what's new can be found in the <a href="/server/2.3.0/changelog.html">changelog</a>.</p>
+<a name="a00092006"></a><h4>Sep/2006 - jSPF 0.9 b3 Released</h4>
+<p>James PMC is proud to announce the <a class="externalLink" href="http://people.apache.org/dist/james/jspf/">availability</a> of the third beta of jspf 0.9. This version has start to use the official spf testsuite to fix all rfc issues.</p>
+<a name="a01082006"></a><h4>Aug/2006 - JAMES Server 2.3.0 RC3 Released</h4>
+<p>James PMC is proud to announce the <a class="externalLink" href="http://people.apache.org/dist/james/server/">availability</a> of the third, and hopefully last, release candidate of JAMES Server 2.3.0. More informations on what's new can be found in the <a href="/server/2.3.0/changelog.html">changelog</a>.</p>
+<p>New development roadmaps are being discussed right now, so stay tuned for 2.3.0 final and for the following news. - Sep/2006</p>
+<a name="a00082006"></a><h4>Aug/2006 - JAMES Products website revamped</h4>
+<p>We just finished a major update of james products to be able to publish each product specific site under this new website structure</p>
+<a name="a01072006"></a><h4>Jul/2006 - JAMES Server 2.3.0 on the way</h4>
+<p>After a long time of development we have released the first <a class="externalLink" href="http://people.apache.org/dist/james/server/">release candidate</a> of JAMES Server 2.3.0. After a period of user testing version 2.3.0 will be released.</p>
+<a name="a00072006"></a><h4>Jul/2006 - New project JAMES jSPF</h4>
+<p>JAMES PMC is happy to announce that we are working on a Java implementation of the SPF specification. The first <a class="externalLink" href="http://people.apache.org/dist/james/jspf/">betas</a> are already available for download.</p>
+</div>
+<div class="section"><h3><a name="a2005"></a>2005</h3>
+<h4>JAMES PMC react to the closure of Apache Avalon.</h4>
+<p>JAMES PMC would like to reassure all of our users that JAMES Server 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 Server in both the short and long terms.<br />
+Over the coming months we will be finalising and publishing a road map for JAMES Server which will address all of the specific concerns raised by Avalon's closure, but rest assured JAMES Server' 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>
+<h4>JAMES product sources have moved to &quot;Subversion&quot;</h4>
+<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 />
 
-      <h4>JAMES product sources have moved to &quot;Subversion&quot;</h4>
-      <p>Subversion is a version control system like CVS, but it has advantages over CVS for Apache Software Foundation (ASF) projects.<br></br> In common with all other ASF projects we have reviewed our use of CVS and migrated our code to Subversion.<br></br>
 Have a look at this <a href="server/FAQ.html#17">FAQ</a> for further details. - 05/Jan/2005</p>
-      <p></p>
-      </div>
-    </div>
-  
+<p></p>
+</div>
+</div>
 
       </div>
     </div>

Modified: james/site/trunk/www/parent/css/maven-base.css
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/css/maven-base.css?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/css/maven-base.css (original)
+++ james/site/trunk/www/parent/css/maven-base.css Mon Aug 31 12:54:19 2009
@@ -35,11 +35,9 @@
 }
 .xleft, #bannerLeft img {
   float:left;
-  text-shadow: #7CFC00;
 }
-.xright, #bannerRight img {
+.xright, #bannerRight {
   float:right;
-  text-shadow: #7CFC00;
 }
 #banner {
   padding: 0px;
@@ -101,9 +99,6 @@
 #poweredBy img {
   display:block;
   margin: 20px 0 20px 17px;
-  border: 1px solid black;
-  width: 90px;
-  height: 30px;
 }
 #search img {
     margin: 0px;

Added: james/site/trunk/www/parent/css/site.css
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/css/site.css?rev=809563&view=auto
==============================================================================
--- james/site/trunk/www/parent/css/site.css (added)
+++ james/site/trunk/www/parent/css/site.css Mon Aug 31 12:54:19 2009
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

Propchange: james/site/trunk/www/parent/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/parent/dependencies.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/dependencies.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/dependencies.html (original)
+++ james/site/trunk/www/parent/dependencies.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Project Dependencies</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,15 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <a name="Project_Dependencies"></a><div class="section"><h2>Project Dependencies</h2><p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div>
+        <a name="Project_Dependencies"></a><div class="section"><h2>Project Dependencies</h2>
+<p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -100,6 +108,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: james/site/trunk/www/parent/dependency-convergence.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/dependency-convergence.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/dependency-convergence.html (original)
+++ james/site/trunk/www/parent/dependency-convergence.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Reactor Dependency Convergence</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,46 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Reactor Dependency Convergence</h2><table class="bodyTable"><caption><b>Legend:</b></caption><tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td><td>All projects share one version of the dependency.</td></tr><tr class="b"><td><img alt="error" src="images/icon_error_sml.gif" /></td><td>At least one project has a differing version of the dependency.</td></tr></table><br /><table class="bodyTable"><caption><b>Statistics:</b></caption><tr class="a"><th>Number of sub-projects:</th><td>5</td></tr><tr class="b"><th>Number of dependencies (NOD):</th><td>0</td></tr><tr class="a"><th>Number of unique artifacts (NOA):</th><td>0</td></tr><tr class="b"><th>Number of SNAPSHOT artifacts (NOS):</th><td>0</td></tr><tr class="a"><th>Convergence (NOD/NOA):</th><td><img alt="error" src="images/icon_error_sml.gif" />&#160;<b>0%</b></td></tr><tr class="b"><th>Ready for Release (100% Convergence and no SNAPSHOTS):</th><td><img alt="error" 
 src="images/icon_error_sml.gif" />&#160;<b>Error</b><br />You do not have 100% convergence.</td></tr></table></div><div class="section"><h3>Dependencies used in sub-projects</h3></div>
+        <div class="section"><h2>Reactor Dependency Convergence</h2>
+<table class="bodyTable"><caption><b>Legend:</b></caption>
+<tr class="a"><td><img alt="success" src="images/icon_success_sml.gif" /></td>
+<td>All projects share one version of the dependency.</td>
+</tr>
+<tr class="b"><td><img alt="error" src="images/icon_error_sml.gif" /></td>
+<td>At least one project has a differing version of the dependency.</td>
+</tr>
+</table>
+<br />
+<table class="bodyTable"><caption><b>Statistics:</b></caption>
+<tr class="a"><th>Number of sub-projects:</th>
+<td>5</td>
+</tr>
+<tr class="b"><th>Number of dependencies (NOD):</th>
+<td>0</td>
+</tr>
+<tr class="a"><th>Number of unique artifacts (NOA):</th>
+<td>0</td>
+</tr>
+<tr class="b"><th>Number of SNAPSHOT artifacts (NOS):</th>
+<td>0</td>
+</tr>
+<tr class="a"><th>Convergence (NOD/NOA):</th>
+<td><img alt="error" src="images/icon_error_sml.gif" />&#160;<b>0%</b></td>
+</tr>
+<tr class="b"><th>Ready for Release (100% Convergence and no SNAPSHOTS):</th>
+<td><img alt="error" src="images/icon_error_sml.gif" />&#160;<b>Error</b><br />
+You do not have 100% convergence.</td>
+</tr>
+</table>
+</div>
+<div class="section"><h3>Dependencies used in sub-projects</h3>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -100,6 +139,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Added: james/site/trunk/www/parent/images/logos/build-by-maven-black.png
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/images/logos/build-by-maven-black.png?rev=809563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/www/parent/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: james/site/trunk/www/parent/images/logos/build-by-maven-white.png
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/images/logos/build-by-maven-white.png?rev=809563&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/www/parent/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: james/site/trunk/www/parent/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/images/logos/maven-feather.png?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
Binary files - no diff available.

Modified: james/site/trunk/www/parent/index.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/index.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/index.html (original)
+++ james/site/trunk/www/parent/index.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - About</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,15 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>About Apache JAMES Parent POM</h2><p>The Apache JAMES Parent POM</p></div>
+        <div class="section"><h2>About Apache JAMES Parent POM</h2>
+<p>The Apache JAMES Parent POM</p>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -100,6 +108,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: james/site/trunk/www/parent/integration.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/integration.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/integration.html (original)
+++ james/site/trunk/www/parent/integration.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Continuous Integration</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,22 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>This project uses <a href="https://hudson.dev.java.net/">Hudson</a>.</div><div class="section"><h2>Access</h2><p>The following is a link to the continuous integration system used by the project.</p><div class="source"><pre><a href="http://hudson.zones.apache.org/hudson/view/James/">http://hudson.zones.apache.org/hudson/view/James/</a></pre></div></div><div class="section"><h2>Notifiers</h2><p>No notifiers is defined. Please check back at a later date.</p></div>
+        <div class="section"><h2>Overview</h2>
+This project uses <a class="externalLink" href="https://hudson.dev.java.net/">Hudson</a>.</div>
+<div class="section"><h2>Access</h2>
+<p>The following is a link to the continuous integration system used by the project.</p>
+<div class="source"><pre><a class="externalLink" href="http://hudson.zones.apache.org/hudson/view/James/">http://hudson.zones.apache.org/hudson/view/James/</a></pre>
+</div>
+</div>
+<div class="section"><h2>Notifiers</h2>
+<p>No notifiers is defined. Please check back at a later date.</p>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -100,6 +115,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: james/site/trunk/www/parent/issue-tracking.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/issue-tracking.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/issue-tracking.html (original)
+++ james/site/trunk/www/parent/issue-tracking.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Issue Tracking</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,19 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>This project uses <a href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</div><div class="section"><h2>Issue Tracking</h2><p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p><div class="source"><pre><a href="http://issues.apache.org/jira/browse/JAMES">http://issues.apache.org/jira/browse/JAMES</a></pre></div></div>
+        <div class="section"><h2>Overview</h2>
+This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
+<div class="section"><h2>Issue Tracking</h2>
+<p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
+<div class="source"><pre><a class="externalLink" href="http://issues.apache.org/jira/browse/JAMES">http://issues.apache.org/jira/browse/JAMES</a></pre>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -100,6 +112,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: james/site/trunk/www/parent/license.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/license.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/license.html (original)
+++ james/site/trunk/www/parent/license.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Project License</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,18 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>Apache License, Version 2.0</h3><a href="http://www.apache.org/licenses/LICENSE-2.0.html">[Original text]</a><p>Copy of the license follows.</p>
+        <div class="section"><h2>Overview</h2>
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
+</div>
+<div class="section"><h2>Project License</h2>
+<div class="section"><h3>Apache License, Version 2.0</h3>
+<a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">[Original text]</a><p>Copy of the license follows.</p>
+
     <div class="navigation">
         <ul>
             <li><a href="http://www.apache.org/licenses/../" title="Foundation Home">Home</a></li>
@@ -501,7 +512,9 @@
       </div>
     </div>
   </div>
-</div></div>
+</div>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -519,6 +532,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>

Modified: james/site/trunk/www/parent/mail-lists.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/parent/mail-lists.html?rev=809563&r1=809562&r2=809563&view=diff
==============================================================================
--- james/site/trunk/www/parent/mail-lists.html (original)
+++ james/site/trunk/www/parent/mail-lists.html Mon Aug 31 12:54:19 2009
@@ -9,8 +9,10 @@
 
 
 
-<html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>James Parent POM - Project Mailing Lists</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
@@ -18,18 +20,17 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-      </head>
+          </head>
   <body class="composite">
     <div id="banner">
                   <a href="http://james.apache.org/index.html" id="bannerLeft">
     
-                                            <img src="images/james-project-logo.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
                         <a href="http://www.apache.org/index.html" id="bannerRight">
     
-                                            <img src="images/asf-logo-reduced.gif" alt="" />
+                                            <img src="../../opt/development/workspace/james-project/../../../../people.apache.org/www/james.apache.org/parent" alt="" />
     
             </a>
             <div class="clear">
@@ -44,8 +45,9 @@
     
   
   
+    
             <div class="xleft">
-        Last Published: 08/03/2009
+        Last Published: 2009-08-31
                       </div>
             <div class="xright">      
   
@@ -54,6 +56,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>
@@ -68,7 +71,8 @@
     
   
   
-                                                <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy">
+    
+                                                <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
             <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
           </a>
                        
@@ -78,11 +82,28 @@
     
   
   
+    
         </div>
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists</h2><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>Apache Announce List</td><td><a href="mailto:announce-subscribe@apache.org">Subscribe</a></td><td><a href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td><td><a href="mailto:announce@apache.org">Post</a></td><td><a href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td></tr></table></div>
+        <div class="section"><h2>Project Mailing Lists</h2>
+<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Subscribe</th>
+<th>Unsubscribe</th>
+<th>Post</th>
+<th>Archive</th>
+</tr>
+<tr class="b"><td>Apache Announce List</td>
+<td><a class="externalLink" href="mailto:announce-subscribe@apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:announce@apache.org">Post</a></td>
+<td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
+</tr>
+</table>
+</div>
+
       </div>
     </div>
     <div class="clear">
@@ -100,6 +121,7 @@
     
   
   
+    
   </div>
       <div class="clear">
         <hr/>