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 ba...@apache.org on 2006/07/15 16:19:08 UTC

svn commit: r422230 - /james/site/trunk/www/

Author: bago
Date: Sat Jul 15 07:19:05 2006
New Revision: 422230

URL: http://svn.apache.org/viewvc?rev=422230&view=rev
Log:
Update full website to fix some 2.3.0<->2.2.0 issue and update apachecon banner.
1) "ant website" from james/server/trunk root.
2) replaced 2.3.0 with 2.2.0 in download.xml and partially in index.html
3) "mvn site" from james/jspf/trunk root.
4) copied jspf/target/site to site root/jspf

Modified:
    james/site/trunk/www/FAQ.html
    james/site/trunk/www/adding_users_2_1.html
    james/site/trunk/www/adding_users_2_3.html
    james/site/trunk/www/announcement_2_1.html
    james/site/trunk/www/announcement_2_3.html
    james/site/trunk/www/architecture_v1_2.html
    james/site/trunk/www/architecture_v2_0.html
    james/site/trunk/www/architecture_v2_3.html
    james/site/trunk/www/build_instructions_2_1.html
    james/site/trunk/www/build_instructions_2_3.html
    james/site/trunk/www/changelog.html
    james/site/trunk/www/code-standards.html
    james/site/trunk/www/configuration_v2_0.html
    james/site/trunk/www/contribute.html
    james/site/trunk/www/custom_mailet_2_1.html
    james/site/trunk/www/custom_mailet_2_3.html
    james/site/trunk/www/custom_matcher_2_1.html
    james/site/trunk/www/custom_matcher_2_3.html
    james/site/trunk/www/design_objectives.html
    james/site/trunk/www/design_objectives_2_3.html
    james/site/trunk/www/dns_configuration_2_1.html
    james/site/trunk/www/dns_configuration_2_3.html
    james/site/trunk/www/document_archive.html
    james/site/trunk/www/documentation_2_1.html
    james/site/trunk/www/documentation_2_3.html
    james/site/trunk/www/download.html
    james/site/trunk/www/fetchmail_configuration_2_2.html
    james/site/trunk/www/fetchmail_configuration_2_3.html
    james/site/trunk/www/fetchpop_configuration_2_1.html
    james/site/trunk/www/index.html
    james/site/trunk/www/install.html
    james/site/trunk/www/installation_instructions_2_1.html
    james/site/trunk/www/installation_instructions_2_3.html
    james/site/trunk/www/james_and_sendmail.html
    james/site/trunk/www/license.html
    james/site/trunk/www/mail.html
    james/site/trunk/www/mailet_api_2_1.html
    james/site/trunk/www/mailet_api_2_3.html
    james/site/trunk/www/mailing_lists_2_1.html
    james/site/trunk/www/mailing_lists_2_3.html
    james/site/trunk/www/migratingDatasource_v2.3.html
    james/site/trunk/www/nntp_configuration_2_1.html
    james/site/trunk/www/nntp_configuration_2_3.html
    james/site/trunk/www/pop3_configuration_2_1.html
    james/site/trunk/www/pop3_configuration_2_3.html
    james/site/trunk/www/provided_mailets_2_1.html
    james/site/trunk/www/provided_mailets_2_3.html
    james/site/trunk/www/provided_matchers_2_1.html
    james/site/trunk/www/provided_matchers_2_3.html
    james/site/trunk/www/remotemanager_configuration_2_1.html
    james/site/trunk/www/remotemanager_configuration_2_3.html
    james/site/trunk/www/repositories_2_1.html
    james/site/trunk/www/repositories_2_3.html
    james/site/trunk/www/rfclist.html
    james/site/trunk/www/serverwide_configuration_2_1.html
    james/site/trunk/www/serverwide_configuration_2_3.html
    james/site/trunk/www/smtp_auth_2_1.html
    james/site/trunk/www/smtp_auth_2_3.html
    james/site/trunk/www/smtp_configuration_2_1.html
    james/site/trunk/www/smtp_configuration_2_3.html
    james/site/trunk/www/spoolmanager_2_1.html
    james/site/trunk/www/spoolmanager_2_3.html
    james/site/trunk/www/spoolmanager_configuration_2_1.html
    james/site/trunk/www/spoolmanager_configuration_2_3.html
    james/site/trunk/www/summary_2_1.html
    james/site/trunk/www/summary_2_3.html
    james/site/trunk/www/todo.html
    james/site/trunk/www/usingJDBC_v2.0.html
    james/site/trunk/www/usingLDAP_v1_2.html
    james/site/trunk/www/usingTLS_2_1.html
    james/site/trunk/www/usingTLS_v1_2.html
    james/site/trunk/www/using_database_2_1.html
    james/site/trunk/www/using_database_2_3.html
    james/site/trunk/www/weare.html

Modified: james/site/trunk/www/FAQ.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/FAQ.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/FAQ.html (original)
+++ james/site/trunk/www/FAQ.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -582,6 +582,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/adding_users_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/adding_users_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/adding_users_2_1.html (original)
+++ james/site/trunk/www/adding_users_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -192,6 +192,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/adding_users_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/adding_users_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/adding_users_2_3.html (original)
+++ james/site/trunk/www/adding_users_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -192,6 +192,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/announcement_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/announcement_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/announcement_2_1.html (original)
+++ james/site/trunk/www/announcement_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -183,6 +183,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/announcement_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/announcement_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/announcement_2_3.html (original)
+++ james/site/trunk/www/announcement_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -184,6 +184,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/architecture_v1_2.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/architecture_v1_2.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/architecture_v1_2.html (original)
+++ james/site/trunk/www/architecture_v1_2.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -174,6 +174,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/architecture_v2_0.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/architecture_v2_0.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/architecture_v2_0.html (original)
+++ james/site/trunk/www/architecture_v2_0.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -178,6 +178,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/architecture_v2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/architecture_v2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/architecture_v2_3.html (original)
+++ james/site/trunk/www/architecture_v2_3.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -181,6 +181,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/build_instructions_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/build_instructions_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/build_instructions_2_1.html (original)
+++ james/site/trunk/www/build_instructions_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -216,6 +216,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/build_instructions_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/build_instructions_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/build_instructions_2_3.html (original)
+++ james/site/trunk/www/build_instructions_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -213,6 +213,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/changelog.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/changelog.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/changelog.html (original)
+++ james/site/trunk/www/changelog.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -992,6 +992,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/code-standards.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/code-standards.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/code-standards.html (original)
+++ james/site/trunk/www/code-standards.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -220,6 +220,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/configuration_v2_0.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/configuration_v2_0.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/configuration_v2_0.html (original)
+++ james/site/trunk/www/configuration_v2_0.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -1213,6 +1213,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/contribute.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/contribute.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/contribute.html (original)
+++ james/site/trunk/www/contribute.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -274,6 +274,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/custom_mailet_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/custom_mailet_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/custom_mailet_2_1.html (original)
+++ james/site/trunk/www/custom_mailet_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -299,6 +299,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/custom_mailet_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/custom_mailet_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/custom_mailet_2_3.html (original)
+++ james/site/trunk/www/custom_mailet_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -321,6 +321,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/custom_matcher_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/custom_matcher_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/custom_matcher_2_1.html (original)
+++ james/site/trunk/www/custom_matcher_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -310,6 +310,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/custom_matcher_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/custom_matcher_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/custom_matcher_2_3.html (original)
+++ james/site/trunk/www/custom_matcher_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -332,6 +332,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/design_objectives.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/design_objectives.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/design_objectives.html (original)
+++ james/site/trunk/www/design_objectives.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -263,6 +263,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/design_objectives_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/design_objectives_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/design_objectives_2_3.html (original)
+++ james/site/trunk/www/design_objectives_2_3.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -263,6 +263,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/dns_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/dns_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/dns_configuration_2_1.html (original)
+++ james/site/trunk/www/dns_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -187,6 +187,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/dns_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/dns_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/dns_configuration_2_3.html (original)
+++ james/site/trunk/www/dns_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -187,6 +187,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/document_archive.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/document_archive.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/document_archive.html (original)
+++ james/site/trunk/www/document_archive.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -205,6 +205,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/documentation_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/documentation_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/documentation_2_1.html (original)
+++ james/site/trunk/www/documentation_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -290,6 +290,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/documentation_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/documentation_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/documentation_2_3.html (original)
+++ james/site/trunk/www/documentation_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -181,7 +181,7 @@
 <a href="fetchmail_configuration_2_3.html">fetchMail Configuration</a>
 </li>
 <li>
-<a href="remotemanager_configuration_2_1.html">RemoteManager Configuration</a>
+<a href="remotemanager_configuration_2_3.html">RemoteManager Configuration</a>
 </li>
 <li>
 <a href="repositories_2_3.html">Repository Configuration</a>
@@ -286,6 +286,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/download.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/download.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/download.html (original)
+++ james/site/trunk/www/download.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -316,6 +316,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/fetchmail_configuration_2_2.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/fetchmail_configuration_2_2.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/fetchmail_configuration_2_2.html (original)
+++ james/site/trunk/www/fetchmail_configuration_2_2.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -1448,6 +1448,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/fetchmail_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/fetchmail_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/fetchmail_configuration_2_3.html (original)
+++ james/site/trunk/www/fetchmail_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -1448,6 +1448,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/fetchpop_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/fetchpop_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/fetchpop_configuration_2_1.html (original)
+++ james/site/trunk/www/fetchpop_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -271,6 +271,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/index.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/index.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/index.html (original)
+++ james/site/trunk/www/index.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -130,13 +130,10 @@
 </a>
 </div>
 <div class="subsection-body">
-
      <h3>James 2.3.0 on the way</h3>
-      <p>After a long time of development we released the first beta ( 2.3.0b1 ) now. If nothing goes wrong the final will be out soon</p>
- 
+     <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>
     </div>
 </div>
-
     <div class="subsection">
 <div class="subsection-header">
 <a name="2005">
@@ -144,7 +141,6 @@
 </a>
 </div>
 <div class="subsection-body">
-
      <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>
 
@@ -189,13 +185,13 @@
 <p>
 <div class="section-body">
       <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>
@@ -408,6 +404,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/install.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/install.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/install.html (original)
+++ james/site/trunk/www/install.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -266,6 +266,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/installation_instructions_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/installation_instructions_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/installation_instructions_2_1.html (original)
+++ james/site/trunk/www/installation_instructions_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -284,6 +284,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/installation_instructions_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/installation_instructions_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/installation_instructions_2_3.html (original)
+++ james/site/trunk/www/installation_instructions_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -279,6 +279,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/james_and_sendmail.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/james_and_sendmail.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/james_and_sendmail.html (original)
+++ james/site/trunk/www/james_and_sendmail.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -299,6 +299,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/license.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/license.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/license.html (original)
+++ james/site/trunk/www/license.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -356,6 +356,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/mail.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mail.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/mail.html (original)
+++ james/site/trunk/www/mail.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -421,6 +421,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/mailet_api_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet_api_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/mailet_api_2_1.html (original)
+++ james/site/trunk/www/mailet_api_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -173,6 +173,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/mailet_api_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet_api_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/mailet_api_2_3.html (original)
+++ james/site/trunk/www/mailet_api_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -173,6 +173,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/mailing_lists_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailing_lists_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/mailing_lists_2_1.html (original)
+++ james/site/trunk/www/mailing_lists_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -250,6 +250,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/mailing_lists_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailing_lists_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/mailing_lists_2_3.html (original)
+++ james/site/trunk/www/mailing_lists_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -250,6 +250,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/migratingDatasource_v2.3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/migratingDatasource_v2.3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/migratingDatasource_v2.3.html (original)
+++ james/site/trunk/www/migratingDatasource_v2.3.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -192,6 +192,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/nntp_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/nntp_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/nntp_configuration_2_1.html (original)
+++ james/site/trunk/www/nntp_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -252,6 +252,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/nntp_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/nntp_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/nntp_configuration_2_3.html (original)
+++ james/site/trunk/www/nntp_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -252,6 +252,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/pop3_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/pop3_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/pop3_configuration_2_1.html (original)
+++ james/site/trunk/www/pop3_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -207,6 +207,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/pop3_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/pop3_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/pop3_configuration_2_3.html (original)
+++ james/site/trunk/www/pop3_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -207,6 +207,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/provided_mailets_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/provided_mailets_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/provided_mailets_2_1.html (original)
+++ james/site/trunk/www/provided_mailets_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -546,6 +546,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/provided_mailets_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/provided_mailets_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/provided_mailets_2_3.html (original)
+++ james/site/trunk/www/provided_mailets_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -765,6 +765,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/provided_matchers_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/provided_matchers_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/provided_matchers_2_1.html (original)
+++ james/site/trunk/www/provided_matchers_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -497,6 +497,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/provided_matchers_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/provided_matchers_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/provided_matchers_2_3.html (original)
+++ james/site/trunk/www/provided_matchers_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -794,6 +794,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/remotemanager_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/remotemanager_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/remotemanager_configuration_2_1.html (original)
+++ james/site/trunk/www/remotemanager_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -212,6 +212,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/remotemanager_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/remotemanager_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/remotemanager_configuration_2_3.html (original)
+++ james/site/trunk/www/remotemanager_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -212,6 +212,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/repositories_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/repositories_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/repositories_2_1.html (original)
+++ james/site/trunk/www/repositories_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -240,6 +240,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/repositories_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/repositories_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/repositories_2_3.html (original)
+++ james/site/trunk/www/repositories_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -240,6 +240,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/rfclist.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/rfclist.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/rfclist.html (original)
+++ james/site/trunk/www/rfclist.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -308,6 +308,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/serverwide_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/serverwide_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/serverwide_configuration_2_1.html (original)
+++ james/site/trunk/www/serverwide_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -267,6 +267,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/serverwide_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/serverwide_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/serverwide_configuration_2_3.html (original)
+++ james/site/trunk/www/serverwide_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -267,6 +267,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/smtp_auth_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/smtp_auth_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/smtp_auth_2_1.html (original)
+++ james/site/trunk/www/smtp_auth_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -208,6 +208,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/smtp_auth_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/smtp_auth_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/smtp_auth_2_3.html (original)
+++ james/site/trunk/www/smtp_auth_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -208,6 +208,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/smtp_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/smtp_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/smtp_configuration_2_1.html (original)
+++ james/site/trunk/www/smtp_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -221,6 +221,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/smtp_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/smtp_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/smtp_configuration_2_3.html (original)
+++ james/site/trunk/www/smtp_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -221,6 +221,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/spoolmanager_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/spoolmanager_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/spoolmanager_2_1.html (original)
+++ james/site/trunk/www/spoolmanager_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -209,6 +209,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/spoolmanager_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/spoolmanager_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/spoolmanager_2_3.html (original)
+++ james/site/trunk/www/spoolmanager_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -209,6 +209,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/spoolmanager_configuration_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/spoolmanager_configuration_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/spoolmanager_configuration_2_1.html (original)
+++ james/site/trunk/www/spoolmanager_configuration_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -240,6 +240,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/spoolmanager_configuration_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/spoolmanager_configuration_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/spoolmanager_configuration_2_3.html (original)
+++ james/site/trunk/www/spoolmanager_configuration_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -244,6 +244,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/summary_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/summary_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/summary_2_1.html (original)
+++ james/site/trunk/www/summary_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -302,6 +302,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/summary_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/summary_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/summary_2_3.html (original)
+++ james/site/trunk/www/summary_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -302,6 +302,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/todo.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/todo.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/todo.html (original)
+++ james/site/trunk/www/todo.html Sat Jul 15 07:19:05 2006
@@ -35,7 +35,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -332,6 +332,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/usingJDBC_v2.0.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/usingJDBC_v2.0.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/usingJDBC_v2.0.html (original)
+++ james/site/trunk/www/usingJDBC_v2.0.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -338,6 +338,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/usingLDAP_v1_2.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/usingLDAP_v1_2.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/usingLDAP_v1_2.html (original)
+++ james/site/trunk/www/usingLDAP_v1_2.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -359,6 +359,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/usingTLS_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/usingTLS_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/usingTLS_2_1.html (original)
+++ james/site/trunk/www/usingTLS_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -246,6 +246,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/usingTLS_v1_2.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/usingTLS_v1_2.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/usingTLS_v1_2.html (original)
+++ james/site/trunk/www/usingTLS_v1_2.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -243,6 +243,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/using_database_2_1.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/using_database_2_1.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/using_database_2_1.html (original)
+++ james/site/trunk/www/using_database_2_1.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -307,6 +307,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/using_database_2_3.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/using_database_2_3.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/using_database_2_3.html (original)
+++ james/site/trunk/www/using_database_2_3.html Sat Jul 15 07:19:05 2006
@@ -29,7 +29,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -307,6 +307,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>

Modified: james/site/trunk/www/weare.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/weare.html?rev=422230&r1=422229&r2=422230&view=diff
==============================================================================
--- james/site/trunk/www/weare.html (original)
+++ james/site/trunk/www/weare.html Sat Jul 15 07:19:05 2006
@@ -31,7 +31,7 @@
 <tr>
 <td>
 <a href="http://apachecon.com">
-<img border="0" alt="ApacheCon Promotion" align="left" src="http://apache.org/images/ac2005us_white_184x80.jpg"/>
+<img border="0" alt="ApacheCon Promotion" align="left" src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif"/>
 </a>
 </td>
 </tr>
@@ -317,6 +317,9 @@
 <strong>Related Projects</strong>
 </p>
 <ul>
+<li>
+<a href="http://james.apache.org/jspf/index.html">jSPF</a>
+</li>
 <li>
 <a href="http://jakarta.apache.org/index.html">Jakarta</a>
 </li>