You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/02/20 18:43:25 UTC

svn commit: r785764 - /websites/staging/chemistry/trunk/content/

Author: buildbot
Date: Sun Feb 20 17:43:24 2011
New Revision: 785764

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/banner.html
    websites/staging/chemistry/trunk/content/chemistry-and-opencmis-comparison.html
    websites/staging/chemistry/trunk/content/chemistry-and-opencmis-technical-comparison.html
    websites/staging/chemistry/trunk/content/chemistry-api-examples.html
    websites/staging/chemistry/trunk/content/chemistry-api.html
    websites/staging/chemistry/trunk/content/cmis-workbench.html
    websites/staging/chemistry/trunk/content/cmislib.html
    websites/staging/chemistry/trunk/content/currentprojectstatus.html
    websites/staging/chemistry/trunk/content/dotcmis.html
    websites/staging/chemistry/trunk/content/f2f-meeting-april-2010.html
    websites/staging/chemistry/trunk/content/getting-started-with-dotcmis.html
    websites/staging/chemistry/trunk/content/how-to-build-a-server.html
    websites/staging/chemistry/trunk/content/index.html
    websites/staging/chemistry/trunk/content/internal.html
    websites/staging/chemistry/trunk/content/navigation.html
    websites/staging/chemistry/trunk/content/opencmis-api-examples.html
    websites/staging/chemistry/trunk/content/opencmis-browser.html
    websites/staging/chemistry/trunk/content/opencmis-client-api.html
    websites/staging/chemistry/trunk/content/opencmis-client-bindings.html
    websites/staging/chemistry/trunk/content/opencmis-cookbook.html
    websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html
    websites/staging/chemistry/trunk/content/opencmis-how-to-build.html
    websites/staging/chemistry/trunk/content/opencmis-inmemory-repository.html
    websites/staging/chemistry/trunk/content/opencmis-maven-release-documentation.html
    websites/staging/chemistry/trunk/content/opencmis-modules.html
    websites/staging/chemistry/trunk/content/opencmis-release-documentation.html
    websites/staging/chemistry/trunk/content/opencmis-server-framework.html
    websites/staging/chemistry/trunk/content/opencmis-session-parameters.html
    websites/staging/chemistry/trunk/content/opencmis-swing-client.html
    websites/staging/chemistry/trunk/content/opencmis.html
    websites/staging/chemistry/trunk/content/phpclient.html
    websites/staging/chemistry/trunk/content/phpfunctioncoverage.html
    websites/staging/chemistry/trunk/content/projects-using-opencmis.html
    websites/staging/chemistry/trunk/content/queryintegration.html
    websites/staging/chemistry/trunk/content/quicklinks.html
    websites/staging/chemistry/trunk/content/site.html
    websites/staging/chemistry/trunk/content/sitemap.html
    websites/staging/chemistry/trunk/content/testsuitedescription.html

Modified: websites/staging/chemistry/trunk/content/banner.html
==============================================================================
--- websites/staging/chemistry/trunk/content/banner.html (original)
+++ websites/staging/chemistry/trunk/content/banner.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Banner
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/chemistry-and-opencmis-comparison.html
==============================================================================
--- websites/staging/chemistry/trunk/content/chemistry-and-opencmis-comparison.html (original)
+++ websites/staging/chemistry/trunk/content/chemistry-and-opencmis-comparison.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Chemistry and OpenCMI
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/chemistry-and-opencmis-technical-comparison.html
==============================================================================
--- websites/staging/chemistry/trunk/content/chemistry-and-opencmis-technical-comparison.html (original)
+++ websites/staging/chemistry/trunk/content/chemistry-and-opencmis-technical-comparison.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Chemistry and OpenCMI
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/chemistry-api-examples.html
==============================================================================
--- websites/staging/chemistry/trunk/content/chemistry-api-examples.html (original)
+++ websites/staging/chemistry/trunk/content/chemistry-api-examples.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Chemistry API Example
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/chemistry-api.html
==============================================================================
--- websites/staging/chemistry/trunk/content/chemistry-api.html (original)
+++ websites/staging/chemistry/trunk/content/chemistry-api.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Chemistry API
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/cmis-workbench.html
==============================================================================
--- websites/staging/chemistry/trunk/content/cmis-workbench.html (original)
+++ websites/staging/chemistry/trunk/content/cmis-workbench.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - CMIS Workbench
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/cmislib.html
==============================================================================
--- websites/staging/chemistry/trunk/content/cmislib.html (original)
+++ websites/staging/chemistry/trunk/content/cmislib.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - cmislib
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/currentprojectstatus.html
==============================================================================
--- websites/staging/chemistry/trunk/content/currentprojectstatus.html (original)
+++ websites/staging/chemistry/trunk/content/currentprojectstatus.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - CurrentProjectStatus
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/dotcmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/dotcmis.html (original)
+++ websites/staging/chemistry/trunk/content/dotcmis.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - DotCMIS
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/f2f-meeting-april-2010.html
==============================================================================
--- websites/staging/chemistry/trunk/content/f2f-meeting-april-2010.html (original)
+++ websites/staging/chemistry/trunk/content/f2f-meeting-april-2010.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - F2F Meeting April 201
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/getting-started-with-dotcmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/getting-started-with-dotcmis.html (original)
+++ websites/staging/chemistry/trunk/content/getting-started-with-dotcmis.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Getting started with 
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/how-to-build-a-server.html
==============================================================================
--- websites/staging/chemistry/trunk/content/how-to-build-a-server.html (original)
+++ websites/staging/chemistry/trunk/content/how-to-build-a-server.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - How To Build A Server
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/index.html
==============================================================================
--- websites/staging/chemistry/trunk/content/index.html (original)
+++ websites/staging/chemistry/trunk/content/index.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Index
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/internal.html
==============================================================================
--- websites/staging/chemistry/trunk/content/internal.html (original)
+++ websites/staging/chemistry/trunk/content/internal.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Internal
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/navigation.html
==============================================================================
--- websites/staging/chemistry/trunk/content/navigation.html (original)
+++ websites/staging/chemistry/trunk/content/navigation.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Navigation
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-api-examples.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-api-examples.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-api-examples.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS API Examples
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-browser.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-browser.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-browser.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Browser
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-client-api.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-client-api.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-client-api.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Client API
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-client-bindings.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-client-bindings.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-client-bindings.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Client Bindi
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-cookbook.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-cookbook.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-cookbook.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Cookbook
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-fileshare-repository.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS FileShare Re
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-how-to-build.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-how-to-build.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-how-to-build.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS how-to-build
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-inmemory-repository.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-inmemory-repository.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-inmemory-repository.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS InMemory Rep
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-maven-release-documentation.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-maven-release-documentation.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-maven-release-documentation.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Maven Releas
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-modules.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-modules.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-modules.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Modules
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-release-documentation.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-release-documentation.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-release-documentation.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Release Docu
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-server-framework.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-server-framework.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-server-framework.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Server Frame
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-session-parameters.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-session-parameters.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-session-parameters.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Session Para
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis-swing-client.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-swing-client.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-swing-client.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS Swing Client
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/opencmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - OpenCMIS
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/phpclient.html
==============================================================================
--- websites/staging/chemistry/trunk/content/phpclient.html (original)
+++ websites/staging/chemistry/trunk/content/phpclient.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - phpclient
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/phpfunctioncoverage.html
==============================================================================
--- websites/staging/chemistry/trunk/content/phpfunctioncoverage.html (original)
+++ websites/staging/chemistry/trunk/content/phpfunctioncoverage.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - PHPFunctionCoverage
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/projects-using-opencmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/projects-using-opencmis.html (original)
+++ websites/staging/chemistry/trunk/content/projects-using-opencmis.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Projects using OpenCM
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/queryintegration.html
==============================================================================
--- websites/staging/chemistry/trunk/content/queryintegration.html (original)
+++ websites/staging/chemistry/trunk/content/queryintegration.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - QueryIntegration
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/quicklinks.html
==============================================================================
--- websites/staging/chemistry/trunk/content/quicklinks.html (original)
+++ websites/staging/chemistry/trunk/content/quicklinks.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - QuickLinks
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/site.html
==============================================================================
--- websites/staging/chemistry/trunk/content/site.html (original)
+++ websites/staging/chemistry/trunk/content/site.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - Site
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/sitemap.html
==============================================================================
--- websites/staging/chemistry/trunk/content/sitemap.html (original)
+++ websites/staging/chemistry/trunk/content/sitemap.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - SiteMap
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>

Modified: websites/staging/chemistry/trunk/content/testsuitedescription.html
==============================================================================
--- websites/staging/chemistry/trunk/content/testsuitedescription.html (original)
+++ websites/staging/chemistry/trunk/content/testsuitedescription.html Sun Feb 20 17:43:24 2011
@@ -15,11 +15,12 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+
 -->
 <html>
   <head>
     <link type="text/css" rel="stylesheet" href="http://incubator.apache.org/chemistry/resources/site.css"></link>
-    <script src="http://incubator.apache.org/chemistry/resources/space.js" type="text/javascript"></script>
+    <script src="resources/space.js" type="text/javascript"></script>
     <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS"/>
     <meta name="description" content"Apache Chemistry, CMIS Implementation" />
     <title>
@@ -42,9 +43,14 @@ Apache Chemistry - TestSuiteDescription
 <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
 <TR>
 <TD align="left" class="topbardiv" nowrap="">
-<A href="http://incubator.apache.org/chemistry" title="Apache Chemistry">
-<IMG border="0" src="http://incubator.apache.org/chemistry/images/chemistry_logo_small.png"/>
-</A>
+  <A href="http://chemistry.apache.org/" title="Apache Chemistry">
+    <IMG border="0" src="images/chemistry_tm_logo_small.png"/>
+  </A>
+</TD>
+<TD align="right" nowrap="">
+  <A href="http://www.apache.org/" title="The Apache Software Foundation">
+    <IMG border="0" src="images/asf-logo.png"/>
+  </A>
 </TD>
 </TR>
 </TABLE>