You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2011/02/22 13:46:57 UTC

svn commit: r785943 [2/2] - in /websites/production/chemistry: ./ content/ content/dotnet/ content/images/ content/java/ content/php/ content/python/

Modified: websites/production/chemistry/content/java/opencmis-session-parameters.html
==============================================================================
--- websites/production/chemistry/content/java/opencmis-session-parameters.html (original)
+++ websites/production/chemistry/content/java/opencmis-session-parameters.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - OpenCMIS Session Parameters
@@ -100,10 +100,11 @@ Apache Chemistry - OpenCMIS Session Para
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - OpenCMIS Session Para
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - OpenCMIS Session Para
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - OpenCMIS Session Para
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - OpenCMIS Session Para
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -175,158 +176,316 @@ Apache Chemistry - OpenCMIS Session Para
              <div class="wiki-content"><h1 id="opencmis_session_parameters">OpenCMIS Session Parameters</h1>
 <p><a name="OpenCMISSessionParameters-OpenCMISSessionParameters"></a></p>
 <table>
- <tr>
-  <th>Key</th>
-  <th>Constant</th>
-  <th>Description</th>
-  <th>Values</th>
-  <th>Required</th>
-  <th>Default</th>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.spi.type</td>
-  <td><code>BINDING_TYPE</code></td>
-  <td>Binding to use for the session</td>
-  <td>"atompub", "webservices", "local", "custom"</td>
-  <td>yes</td>
-  <td> </td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.locale.iso639</td>
-  <td><code>LOCALE_ISO639_LANGUAGE</code></td>
-  <td>Language code sent to server</td>
-  <td>ISO 639 code</td>
-  <td>no</td>
-  <td> </td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.locale.iso3166</td>
-  <td><code>LOCALE_ISO3166_COUNTRY</code></td>
-  <td>Country code sent to server if language code is set</td>
-  <td>ISO 3166 code</td>
-  <td>no</td>
-  <td> </td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.webservices.memoryThreshold</td>
-  <td><code>WEBSERVICES_MEMORY_THRESHOLD</code></td>
-  <td>Documents smaller than the threshold are kept in main memory, larger documents are written to a temporary file</td>
-  <td>size in bytes</td>
-  <td>no</td>
-  <td>4194304 (4MB)</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.auth.classname</td>
-  <td><code>AUTHENTICATION_PROVIDER_CLASS</code></td>
-  <td>Authentication Provider</td>
-  <td>class name</td>
-  <td>no</td>
-  <td>org.apache.chemistry.opencmis.client.bindings.spi.StandardAuthenticationProvider</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.auth.http.basic</td>
-  <td><code>AUTH_HTTP_BASIC</code></td>
-  <td>Switch to turn HTTP basic authentication on or off</td>
-  <td>"true", "false"</td>
-  <td>no</td>
-  <td>Depends on <code>BINDING_TYPE</code></td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.auth.soap.usernametoken</td>
-  <td><code>AUTH_SOAP_USERNAMETOKEN</code></td>
-  <td>Switch to turn UsernameTokens on or off</td>
-  <td>"true", "false"</td>
-  <td>no</td>
-  <td>Depends on <code>BINDING_TYPE</code></td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.compression</td>
-  <td><code>COMPRESSION</code></td>
-  <td>Switch to turn HTTP compression on or off</td>
-  <td>"true", "false"</td>
-  <td>no</td>
-  <td>false</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.cache.classname</td>
-  <td><code>CACHE_CLASS</code></td>
-  <td>Cache implementation</td>
-  <td>class name</td>
-  <td>no</td>
-  <td>org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.cache.objects.size</td>
-  <td><code>CACHE_SIZE_OBJECTS</code></td>
-  <td>Object cache size</td>
-  <td>number of objects</td>
-  <td>no</td>
-  <td>1000</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.cache.objects.ttl</td>
-  <td><code>CACHE_TTL_OBJECTS</code></td>
-  <td>Object cache time-to-live</td>
-  <td>time in milliseconds</td>
-  <td>no</td>
-  <td>7200000 (2 hours)</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.cache.pathtoid.size</td>
-  <td><code>CACHE_SIZE_PATHTOID</code></td>
-  <td>Path-to-id cache size</td>
-  <td>number of path to object links</td>
-  <td>no</td>
-  <td>1000</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.cache.pathtoid.ttl</td>
-  <td><code>CACHE_TTL_PATHTOID</code></td>
-  <td>Path-to-id cache time-to-live</td>
-  <td>time in milliseconds</td>
-  <td>no</td>
-  <td>1800000 (30 minutes)</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.cache.path.omit</td>
-  <td><code>CACHE_PATH_OMIT</code></td>
-  <td>Turn off path-to-id cache</td>
-  <td>"true", "false"</td>
-  <td>no</td>
-  <td>false</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.cache.repositories.size</td>
-  <td><code>CACHE_SIZE_REPOSITORIES</code></td>
-  <td>Repository info cache size</td>
-  <td>number of objects</td>
-  <td>no</td>
-  <td>10</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.cache.types.size</td>
-  <td><code>CACHE_SIZE_TYPES</code></td>
-  <td>Type definition cache size</td>
-  <td>number of objects</td>
-  <td>no</td>
-  <td>100</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.binding.cache.links.size</td>
-  <td><code>CACHE_SIZE_LINKS</code></td>
-  <td>AtomPub link cache size</td>
-  <td>number of objects</td>
-  <td>no</td>
-  <td>400</td>
- </tr>
- <tr>
-  <td>org.apache.chemistry.opencmis.objectfactory.classname</td>
-  <td><code>OBJECT_FACTORY_CLASS</code></td>
-  <td>Object factory implementation </td>
-  <td>class name</td>
-  <td>no</td>
-  <td>org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl</td>
- </tr>
+<thead>
+<tr>
+<th>Key</th>
+<th>Constant</th>
+<th>Description</th>
+<th>Values</th>
+<th>Required</th>
+<th>Default</th>
+<th />
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.spi.type</td>
+<td>BINDING_TYPE</td>
+<td>Binding to use for the session</td>
+<td>"atompub", "webservices", "local", "custom"</td>
+<td>yes</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.spi.classname</td>
+<td>BINDING_SPI_CLASS</td>
+<td>Binding implementation class</td>
+<td>class name</td>
+<td>Custom binding: yes\ other binding: no</td>
+<td>Depends on BINDING_TYPE</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.session.repository.id</td>
+<td>REPOSITORY_ID</td>
+<td>Repository id</td>
+<td>repository id</td>
+<td>createSession(): yes\getRepositories(): no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.user</td>
+<td>USER</td>
+<td>User name\(used by standard authentication provider)</td>
+<td>string</td>
+<td />
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.password</td>
+<td>PASSWORD</td>
+<td>Password\(used by standard authentication provider)</td>
+<td>string</td>
+<td />
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.locale.iso639</td>
+<td>LOCALE_ISO639_LANGUAGE</td>
+<td>Language code sent to server</td>
+<td>ISO 639 code</td>
+<td>no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.locale.iso3166</td>
+<td>LOCALE_ISO3166_COUNTRY</td>
+<td>Country code sent to server if language code is set</td>
+<td>ISO 3166 code</td>
+<td>no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.atompub.url</td>
+<td>ATOMPUB_URL</td>
+<td>AtomPub service document URL</td>
+<td>URL</td>
+<td>AtomPub binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.RepositoryService</td>
+<td>WEBSERVICES_REPOSITORY_SERVICE</td>
+<td>Repository Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.NavigationService</td>
+<td>WEBSERVICES_NAVIGATION_SERVICE</td>
+<td>Navigation Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.ObjectService</td>
+<td>WEBSERVICES_OBJECT_SERVICE</td>
+<td>Object Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.VersioningService</td>
+<td>WEBSERVICES_VERSIONING_SERVICE</td>
+<td>Versioning Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.DiscoveryService</td>
+<td>WEBSERVICES_DISCOVERY_SERVICE</td>
+<td>Discovery Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.RelationshipService</td>
+<td>WEBSERVICES_RELATIONSHIP_SERVICE</td>
+<td>Relationship Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.MultiFilingService</td>
+<td>WEBSERVICES_MULTIFILING_SERVICE</td>
+<td>Multifiling Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.PolicyService</td>
+<td>WEBSERVICES_POLICY_SERVICE</td>
+<td>Policy Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.ACLService</td>
+<td>WEBSERVICES_ACL_SERVICE</td>
+<td>ACL Service WSDL URL</td>
+<td>WSDL URL</td>
+<td>Web Services binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.webservices.memoryThreshold</td>
+<td>WEBSERVICES_MEMORY_THRESHOLD</td>
+<td>Documents smaller than the threshold are kept in main memory, larger documents are written to a temporary file</td>
+<td>size in bytes</td>
+<td>no</td>
+<td>4194304 (4MB)</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.local.classname</td>
+<td>LOCAL_FACTORY</td>
+<td>Class name of the local service factory (if client and server reside in the same JVM)</td>
+<td>class name</td>
+<td>Local binding: yes\other bindings: no</td>
+<td />
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.auth.classname</td>
+<td>AUTHENTICATION_PROVIDER_CLASS</td>
+<td>Authentication Provider</td>
+<td>class name</td>
+<td>no</td>
+<td>org.apache.chemistry.opencmis.client.bindings.spi.StandardAuthenticationProvider</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.auth.http.basic</td>
+<td>AUTH_HTTP_BASIC</td>
+<td>Switch to turn HTTP basic authentication on or off</td>
+<td>"true", "false"</td>
+<td>no</td>
+<td>Depends on BINDING_TYPE</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.auth.soap.usernametoken</td>
+<td>AUTH_SOAP_USERNAMETOKEN</td>
+<td>Switch to turn UsernameTokens on or off</td>
+<td>"true", "false"</td>
+<td>no</td>
+<td>Depends on BINDING_TYPE</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.compression</td>
+<td>COMPRESSION</td>
+<td>Switch to turn HTTP compression on or off</td>
+<td>"true", "false"</td>
+<td>no</td>
+<td>false</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.cache.classname</td>
+<td>CACHE_CLASS</td>
+<td>Cache implementation</td>
+<td>class name</td>
+<td>no</td>
+<td>org.apache.chemistry.opencmis.client.runtime.cache.CacheImpl</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.cache.objects.size</td>
+<td>CACHE_SIZE_OBJECTS</td>
+<td>Object cache size</td>
+<td>number of objects</td>
+<td>no</td>
+<td>1000</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.cache.objects.ttl</td>
+<td>CACHE_TTL_OBJECTS</td>
+<td>Object cache time-to-live</td>
+<td>time in milliseconds</td>
+<td>no</td>
+<td>7200000 (2 hours)</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.cache.pathtoid.size</td>
+<td>CACHE_SIZE_PATHTOID</td>
+<td>Path-to-id cache size</td>
+<td>number of path to object links</td>
+<td>no</td>
+<td>1000</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.cache.pathtoid.ttl</td>
+<td>CACHE_TTL_PATHTOID</td>
+<td>Path-to-id cache time-to-live</td>
+<td>time in milliseconds</td>
+<td>no</td>
+<td>1800000 (30 minutes)</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.cache.path.omit</td>
+<td>CACHE_PATH_OMIT</td>
+<td>Turn off path-to-id cache</td>
+<td>"true", "false"</td>
+<td>no</td>
+<td>false</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.cache.repositories.size</td>
+<td>CACHE_SIZE_REPOSITORIES</td>
+<td>Repository info cache size</td>
+<td>number of objects</td>
+<td>no</td>
+<td>10</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.cache.types.size</td>
+<td>CACHE_SIZE_TYPES</td>
+<td>Type definition cache size</td>
+<td>number of objects</td>
+<td>no</td>
+<td>100</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.binding.cache.links.size</td>
+<td>CACHE_SIZE_LINKS</td>
+<td>AtomPub link cache size</td>
+<td>number of objects</td>
+<td>no</td>
+<td>400</td>
+<td />
+</tr>
+<tr>
+<td>org.apache.chemistry.opencmis.objectfactory.classname</td>
+<td>OBJECT_FACTORY_CLASS</td>
+<td>Object factory implementation</td>
+<td>class name</td>
+<td>no</td>
+<td>org.apache.chemistry.opencmis.client.runtime.repository.ObjectFactoryImpl</td>
+<td />
+</tr>
+</tbody>
 </table></div>
              <!-- Content -->
            </td>

Modified: websites/production/chemistry/content/java/opencmis.html
==============================================================================
--- websites/production/chemistry/content/java/opencmis.html (original)
+++ websites/production/chemistry/content/java/opencmis.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - OpenCMIS
@@ -100,10 +100,11 @@ Apache Chemistry - OpenCMIS
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - OpenCMIS
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - OpenCMIS
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - OpenCMIS
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - OpenCMIS
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/java/projects-using-opencmis.html
==============================================================================
--- websites/production/chemistry/content/java/projects-using-opencmis.html (original)
+++ websites/production/chemistry/content/java/projects-using-opencmis.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - Projects using OpenCMIS
@@ -100,10 +100,11 @@ Apache Chemistry - Projects using OpenCM
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - Projects using OpenCM
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - Projects using OpenCM
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - Projects using OpenCM
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - Projects using OpenCM
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/java/queryintegration.html
==============================================================================
--- websites/production/chemistry/content/java/queryintegration.html (original)
+++ websites/production/chemistry/content/java/queryintegration.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - QueryIntegration
@@ -100,10 +100,11 @@ Apache Chemistry - QueryIntegration
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - QueryIntegration
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - QueryIntegration
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - QueryIntegration
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - QueryIntegration
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/php/currentprojectstatus.html
==============================================================================
--- websites/production/chemistry/content/php/currentprojectstatus.html (original)
+++ websites/production/chemistry/content/php/currentprojectstatus.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - CurrentProjectStatus
@@ -100,10 +100,11 @@ Apache Chemistry - CurrentProjectStatus
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - CurrentProjectStatus
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - CurrentProjectStatus
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - CurrentProjectStatus
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - CurrentProjectStatus
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/php/phpclient.html
==============================================================================
--- websites/production/chemistry/content/php/phpclient.html (original)
+++ websites/production/chemistry/content/php/phpclient.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - phpclient
@@ -100,10 +100,11 @@ Apache Chemistry - phpclient
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - phpclient
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - phpclient
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - phpclient
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - phpclient
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/php/phpfunctioncoverage.html
==============================================================================
--- websites/production/chemistry/content/php/phpfunctioncoverage.html (original)
+++ websites/production/chemistry/content/php/phpfunctioncoverage.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - PHPFunctionCoverage
@@ -100,10 +100,11 @@ Apache Chemistry - PHPFunctionCoverage
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - PHPFunctionCoverage
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - PHPFunctionCoverage
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - PHPFunctionCoverage
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - PHPFunctionCoverage
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/php/testsuitedescription.html
==============================================================================
--- websites/production/chemistry/content/php/testsuitedescription.html (original)
+++ websites/production/chemistry/content/php/testsuitedescription.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - TestSuiteDescription
@@ -100,10 +100,11 @@ Apache Chemistry - TestSuiteDescription
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - TestSuiteDescription
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - TestSuiteDescription
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - TestSuiteDescription
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - TestSuiteDescription
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/python/cmislib.html
==============================================================================
--- websites/production/chemistry/content/python/cmislib.html (original)
+++ websites/production/chemistry/content/python/cmislib.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - cmislib
@@ -100,10 +100,11 @@ Apache Chemistry - cmislib
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - cmislib
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - cmislib
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - cmislib
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - cmislib
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -186,23 +187,26 @@ Documentum, and any other content reposi
 <p><a name="cmislib-0.4FullDownloadpage"></a></p>
 <h4 id="04_full_download_pagehttpwwwapacheorgdynclosercgiincubatorchemistrycmislib04-incubating">0.4 <a href="http://www.apache.org/dyn/closer.cgi/incubator/chemistry/cmislib/0.4-incubating/">Full Download page</a></h4>
 <table>
+<thead>
 <tr>
- <th> Package </th>
- <th> egg </th>
- <th> zip </th>
- <th> tar.gz </th>
+<th>Package</th>
+<th>egg</th>
+<th>zip</th>
+<th>tar.gz</th>
 </tr>
+</thead>
+<tbody>
 <tr>
- <td> cmislib client </td>
- <td> <a href=http://www.apache.org/dyn/closer.cgi/incubator/chemistry/cmislib/0.4-incubating/cmislib-0.4-incubating-py2.6.egg">Download</a> </td>
- <td> <a href=http://www.apache.org/dyn/closer.cgi/incubator/chemistry/cmislib/0.4-incubating/cmislib-0.4-incubating.zip">Download</a> </td>
- <td> <a href=http://www.apache.org/dyn/closer.cgi/incubator/chemistry/cmislib/0.4-incubating/cmislib-0.4-incubating.tar.gz">Download</a> </td>
+<td>cmislib client</td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/incubator/chemistry/cmislib/0.4-incubating/cmislib-0.4-incubating-py2.6.egg">Download</a></td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/incubator/chemistry/cmislib/0.4-incubating/cmislib-0.4-incubating.zip">Download</a></td>
+<td><a href="http://www.apache.org/dyn/closer.cgi/incubator/chemistry/cmislib/0.4-incubating/cmislib-0.4-incubating.tar.gz">Download</a></td>
 </tr>
+</tbody>
 </table>
-
 <p><a name="cmislib-SOURCE"></a></p>
 <h2 id="source">SOURCE</h2>
-<p>The source code for this project lives at <a href="https://svn.apache.org/repos/asf/chemistry/cmislib">https://svn.apache.org/repos/asf/chemistry/cmislib</a>.</p>
+<p>The source code for this project lives at <a href="https://svn.apache.org/repos/asf/chemistry/cmislib/">https://svn.apache.org/repos/asf/chemistry/cmislib/</a>.</p>
 <p><a name="cmislib-TESTS"></a></p>
 <h2 id="tests">TESTS</h2>
 <p>There are unit tests available in the tests directory.

Modified: websites/production/chemistry/content/site.html
==============================================================================
--- websites/production/chemistry/content/site.html (original)
+++ websites/production/chemistry/content/site.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - Site
@@ -100,10 +100,11 @@ Apache Chemistry - Site
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - Site
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - Site
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - Site
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - Site
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 

Modified: websites/production/chemistry/content/sitemap.html
==============================================================================
--- websites/production/chemistry/content/sitemap.html (original)
+++ websites/production/chemistry/content/sitemap.html Tue Feb 22 12:46:56 2011
@@ -19,9 +19,9 @@
 -->
 <html>
   <head>
-    <link type="text/css" rel="stylesheet" href="/resources/site.css"></link>
+    <link type="text/css" rel="stylesheet" href="/resources/site.css" />
     <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="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS" />
     <meta name="description" content="Apache Chemistry, CMIS Implementation" />
     <title>
 Apache Chemistry - SiteMap
@@ -100,10 +100,11 @@ Apache Chemistry - SiteMap
                     <H3><A name="Navigation-Overview"></A>Overview</H3>
 
 <UL class="alternate" type="square">
-   <LI><A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A></LI>
+   <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI>
    <LI><A href="sitemap.html" title="SiteMap">Site Map</A></LI>
    <LI><A href="http://mail-archives.apache.org/mod_mbox/incubator-chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI>
    <LI><A href="https://issues.apache.org/jira/browse/CMIS" class="external-link" rel="nofollow">Issue Tracking</A></LI>
+   <LI><A href="http://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI>
 </UL>
 
 
@@ -127,8 +128,8 @@ Apache Chemistry - SiteMap
   <LI><A href="/java/opencmis.html" title="OpenCMIS">OpenCMIS</A></LI>
   <LI><A href="/java/opencmis-modules.html" title="OpenCMIS Modules">Overview</A></LI>
   <LI><A href="/java/opencmis-client-api.html" title="OpenCMIS Client API">Client API</A></LI>
-  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -137,7 +138,7 @@ Apache Chemistry - SiteMap
 <UL class="alternate" type="square">
   <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI>
    <LI><A href="http://incubator.apache.org/chemistry/cmislib-doc/" class="external-link" rel="nofollow">cmislib Documentation</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/cmislib/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -145,7 +146,7 @@ Apache Chemistry - SiteMap
 
 <UL class="alternate" type="square">
   <LI><A href="/php/phpclient.html" title="phpclient">CMIS PHP Client</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/phpclient/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>
 
 
@@ -153,7 +154,7 @@ Apache Chemistry - SiteMap
 
 <UL class="alternate" type="square">
   <LI><A href="/dotnet/dotcmis.html" title="DotCMIS">DotCMIS</A></LI>
-   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk" class="external-link" rel="nofollow">Source Code</A></LI>
+  <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>