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 2016/06/24 10:34:45 UTC

svn commit: r991308 [13/14] - in /websites/staging/chemistry/trunk/content: ./ docs/ docs/cmis-samples/ docs/cmis-samples/about/ docs/cmis-samples/css/ docs/cmis-samples/fonts/ docs/cmis-samples/img/ docs/cmis-samples/js/ docs/cmis-samples/mkdocs/ docs...

Modified: websites/staging/chemistry/trunk/content/java/developing/tools/dev-tools-workbench.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/tools/dev-tools-workbench.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/tools/dev-tools-workbench.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/developing/tools/index.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/tools/index.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/tools/index.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/download.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/download.html (original)
+++ websites/staging/chemistry/trunk/content/java/download.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-connect-dotnet.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-connect-dotnet.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-connect-dotnet.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-create-session.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-create-session.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-create-session.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-create-type.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-create-type.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-create-type.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-create-update.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-create-update.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-create-update.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-get-extension.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-get-extension.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-get-extension.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-get-id-from-path.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-get-id-from-path.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-get-id-from-path.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-list-folder.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-list-folder.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-list-folder.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-osgi.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-osgi.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-osgi.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-process-query-results.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-process-query-results.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-process-query-results.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-read-meta-content.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-read-meta-content.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-read-meta-content.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/example-read-root.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/example-read-root.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/example-read-root.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/examples/index.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/examples/index.html (original)
+++ websites/staging/chemistry/trunk/content/java/examples/index.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/how-to-add-extension.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/how-to-add-extension.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/how-to-add-extension.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/how-to-build.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/how-to-build.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/how-to-build.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/how-to-connect.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/how-to-connect.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/how-to-connect.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/how-to-create-server.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/how-to-create-server.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/how-to-create-server.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/how-to-integrate-spring.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/how-to-integrate-spring.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/how-to-integrate-spring.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/how-to-process-query.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/how-to-process-query.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/how-to-process-query.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/how-to-tune-perfomance.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/how-to-tune-perfomance.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/how-to-tune-perfomance.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/how-to/index.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/how-to/index.html (original)
+++ websites/staging/chemistry/trunk/content/java/how-to/index.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/java/opencmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/opencmis.html (original)
+++ websites/staging/chemistry/trunk/content/java/opencmis.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 
@@ -341,11 +330,8 @@ repository developers and client applica
 <h1 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h1>
 <p>The OpenCMIS documentation is divided into the following sections:</p>
 <ul>
-<li><a href="developing/guide.html">OpenCMIS Client API Developer's Guide</a></li>
-<li><a href="developing/index.html">Developing with OpenCMIS</a></li>
-<li><a href="examples/index.html">Example Code</a></li>
-<li><a href="how-to/index.html">OpenCMIS HowTos</a></li>
-<li><a href="https://github.com/cmisdocs/ServerDevelopmentGuide">Service wrapper documentation</a></li>
+<li><a href="/docs/cmis-samples">Apache Chemistry Code Samples page</a></li>
+<li><a href="https://github.com/cmisdocs/ServerDevelopmentGuideV2/blob/master/docs/OpenCMIS%20Server%20Development%20Guide%20-%202nd%20Edition.pdf?raw=true">OpenCMIS Server Development Guide</a></li>
 </ul>
 <h1 id="projects-using-opencmis">Projects using OpenCMIS<a class="headerlink" href="#projects-using-opencmis" title="Permanent link">&para;</a></h1>
 <p>If your project or product makes use of OpenCMIS, please <a href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/">let us know</a>.</p>

Modified: websites/staging/chemistry/trunk/content/javascript/parts.html
==============================================================================
--- websites/staging/chemistry/trunk/content/javascript/parts.html (original)
+++ websites/staging/chemistry/trunk/content/javascript/parts.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/objective-c/objectivecmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/objective-c/objectivecmis.html (original)
+++ websites/staging/chemistry/trunk/content/objective-c/objectivecmis.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/opencmis.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis.html Fri Jun 24 10:34:43 2016
@@ -1,9 +1,9 @@
 <html>
   <head>
     <title>OpenCMIS Redirect</title>
-    <meta http-equiv="Refresh" content="0; URL=http://chemistry.apache.org/java/opencmis.html">
+    <meta http-equiv="Refresh" content="0; URL=https://chemistry.apache.org/java/opencmis.html">
   </head>
   <body>
-    Go to <a href="http://chemistry.apache.org/java/opencmis.html">OpenCMIS page</a>.
+    Go to <a href="https://chemistry.apache.org/java/opencmis.html">OpenCMIS page</a>.
   </body>
 </html>

Modified: websites/staging/chemistry/trunk/content/php/currentprojectstatus.html
==============================================================================
--- websites/staging/chemistry/trunk/content/php/currentprojectstatus.html (original)
+++ websites/staging/chemistry/trunk/content/php/currentprojectstatus.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/php/phpclient.html
==============================================================================
--- websites/staging/chemistry/trunk/content/php/phpclient.html (original)
+++ websites/staging/chemistry/trunk/content/php/phpclient.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/php/phpfunctioncoverage.html
==============================================================================
--- websites/staging/chemistry/trunk/content/php/phpfunctioncoverage.html (original)
+++ websites/staging/chemistry/trunk/content/php/phpfunctioncoverage.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>
 
 

Modified: websites/staging/chemistry/trunk/content/php/testsuitedescription.html
==============================================================================
--- websites/staging/chemistry/trunk/content/php/testsuitedescription.html (original)
+++ websites/staging/chemistry/trunk/content/php/testsuitedescription.html Fri Jun 24 10:34:43 2016
@@ -38,25 +38,15 @@
     <tr width="100%">
       <td id="cell-1-0">&nbsp;</td>
       <td id="cell-1-1">
-        <div style="padding: 0px;">
-          <div id="banner">
+        <div id="banner" style="padding: 0px;">
           <!-- Banner -->
-<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
-<TR>
-<TD align="left" class="topbardiv" nowrap="">
-  <A href="https://chemistry.apache.org/" title="Apache Chemistry">
-    <IMG border="0" src="/images/chemistry_tm_logo.png"/>
-  </A>
-</TD>
-<TD align="right" nowrap="">
-  <A href="https://www.apache.org/" title="The Apache Software Foundation">
-    <IMG border="0" src="/images/asf-logo.png"/>
-  </A>
-</TD>
-</TR>
-</TABLE>
+          <A href="https://chemistry.apache.org/" title="Apache Chemistry">
+            <IMG src="/images/chemistry_tm_logo.png" style="float:left; border:0px;"/>
+          </A>
+          <A href="https://www.apache.org/" title="The Apache Software Foundation">
+            <IMG src="/images/asf-logo.png"  style="float:right; border:0px;"/>
+           </A>
           <!-- Banner -->
-          </div>
         </div>
         <div id="top-menu">
           <table border="0" cellpadding="1" cellspacing="0" width="100%">
@@ -127,9 +117,7 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/opencmis.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/developing/index.html" title="Developing">Developing with OpenCMIS</A></LI>
-  <LI><A href="/java/examples/index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/how-to/index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
   <LI><A href="/java/0.14.0/maven/apidocs/" 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>
@@ -159,6 +147,7 @@
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk/" class="external-link" rel="nofollow">DotCMIS Source Code</A></LI>
   <LI><A href="/dotnet/portcmis.html" title="PortCMIS">PortCMIS</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/portcmis/trunk/" class="external-link" rel="nofollow">PortCMIS Source Code</A></LI>
+  <LI><A href="/docs/cmis-samples/" title="Downloads">Code Samples</A></LI>
 </UL>