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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Reading the Root Folder - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Reading the Root Folder</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Reading the Root Fold <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Reading the Root Fold <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Reading the Root Fold <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Reading the Root Fold <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Reading the Root Fold <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -256,9 +254,9 @@ h2:hover > .headerlink, h3:hover > .head Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -273,5 +271,6 @@ h2:hover > .headerlink, h3:hover > .head <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html>
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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Example code for OpenCMIS clients - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Example code for OpenCMIS clients</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Example code for Open <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Example code for Open <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Example code for Open <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Example code for Open <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Example code for Open <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -252,9 +250,9 @@ h2:hover > .headerlink, h3:hover > .head Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -269,5 +267,6 @@ h2:hover > .headerlink, h3:hover > .head <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Adding CMIS extensions - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Adding CMIS extensions</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Adding CMIS extension <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Adding CMIS extension <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Adding CMIS extension <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Adding CMIS extension <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Adding CMIS extension <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -272,9 +270,9 @@ example how to add extensions to an inst Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -289,5 +287,6 @@ example how to add extensions to an inst <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - OpenCMIS how-to-build - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - OpenCMIS how-to-build</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - OpenCMIS how-to-build <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - OpenCMIS how-to-build <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - OpenCMIS how-to-build <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - OpenCMIS how-to-build <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - OpenCMIS how-to-build <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -287,9 +285,9 @@ and available <a href="http://chemistry. Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -304,5 +302,6 @@ and available <a href="http://chemistry. <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Connecting to a repository - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Connecting to a repository</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Connecting to a repos <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Connecting to a repos <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Connecting to a repos <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Connecting to a repos <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Connecting to a repos <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -250,9 +248,9 @@ See <a href="http://java.sun.com/docs/bo Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -267,5 +265,6 @@ See <a href="http://java.sun.com/docs/bo <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - How To Build A Server - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - How To Build A Server</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - How To Build A Server <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - How To Build A Server <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - How To Build A Server <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - How To Build A Server <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - How To Build A Server <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -782,9 +780,9 @@ biB6dW0gRW50evxja2VuIGdhciE= Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -799,5 +797,6 @@ biB6dW0gRW50evxja2VuIGdhciE= <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Using Spring Framework (Server) - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Using Spring Framework (Server)</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Using Spring Framewor <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Using Spring Framewor <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Using Spring Framewor <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Using Spring Framewor <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Using Spring Framewor <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -285,9 +283,9 @@ bean like this instead:</p> Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -302,5 +300,6 @@ bean like this instead:</p> <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Query Integration - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Query Integration</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Query Integration <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Query Integration <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Query Integration <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Query Integration <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Query Integration <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -425,9 +423,9 @@ future version</p></div> Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -442,5 +440,6 @@ future version</p></div> <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Tuning the performance - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Tuning the performance</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Tuning the performanc <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Tuning the performanc <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Tuning the performanc <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Tuning the performanc <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Tuning the performanc <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -282,9 +280,9 @@ If this is the case, it returns the obje Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -299,5 +297,6 @@ If this is the case, it returns the obje <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - OpenCMIS HowTos - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - OpenCMIS HowTos</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - OpenCMIS HowTos <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - OpenCMIS HowTos <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - OpenCMIS HowTos <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - OpenCMIS HowTos <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - OpenCMIS HowTos <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -252,9 +250,9 @@ h2:hover > .headerlink, h3:hover > .head Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -269,5 +267,6 @@ h2:hover > .headerlink, h3:hover > .head <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - OpenCMIS Overview - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - OpenCMIS Overview</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - OpenCMIS Overview <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - OpenCMIS Overview <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - OpenCMIS Overview <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - OpenCMIS Overview <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - OpenCMIS Overview <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -401,9 +399,9 @@ repository developers and client applica Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -418,5 +416,6 @@ repository developers and client applica <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - Apache Chemistry Parts - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - Apache Chemistry Parts</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - Apache Chemistry Part <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - Apache Chemistry Part <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - Apache Chemistry Part <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - Apache Chemistry Part <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - Apache Chemistry Part <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -246,9 +244,9 @@ The development source code can be found Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -263,5 +261,6 @@ The development source code can be found <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html> 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 Sun Jun 19 18:57:37 2016 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -17,16 +17,16 @@ limitations under the License. --> -<html> +<html lang="en"> <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <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, cmislib, DotCMIS, ObjectiveCMIS" /> + <meta name="keywords" content="CMIS, Content Management Interoperability Service, ECM, Enterprise Content Management, OASIS, integration standards, Chemistry, OpenCMIS, cmislib, DotCMIS, PortCMIS, ObjectiveCMIS" /> <meta name="description" content="Apache Chemistry, CMIS Implementation" /> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title> -Apache Chemistry - ObjectiveCMIS - </title> + <link rel="shortcut icon" href="/favicon.ico"> + <title>Apache Chemistry - ObjectiveCMIS</title> </head> <body onload="init()"> <table width="100%" cellpadding="0" cellspacing="0"> @@ -44,12 +44,12 @@ Apache Chemistry - ObjectiveCMIS <TABLE border="0" cellpadding="0" cellspacing="0" width="100%"> <TR> <TD align="left" class="topbardiv" nowrap=""> - <A href="http://chemistry.apache.org/" title="Apache Chemistry"> + <A href="https://chemistry.apache.org/" title="Apache Chemistry"> <IMG border="0" src="/images/chemistry_tm_logo_small.png"/> </A> </TD> <TD align="right" nowrap=""> - <A href="http://www.apache.org/" title="The Apache Software Foundation"> + <A href="https://www.apache.org/" title="The Apache Software Foundation"> <IMG border="0" src="/images/asf-logo.png"/> </A> </TD> @@ -72,11 +72,9 @@ Apache Chemistry - ObjectiveCMIS <div align="right"> <!-- Quicklinks --> <P> -<A href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</A> +<A href="https://www.apache.org/" class="external-link" rel="nofollow">Apache</A> | -<A href="http://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> -| -<A href="/sitemap.html" title="SiteMap">Site Map</A> +<A href="https://www.apache.org/licenses/LICENSE-2.0.html" class="external-link" rel="nofollow">License</A> </P> <!-- Quicklinks --> </div> @@ -102,18 +100,18 @@ Apache Chemistry - ObjectiveCMIS <UL class="alternate" type="square"> <LI><A href="/project/cmis.html" title="What's CMIS">What is CMIS?</A></LI> - <LI><A href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> + <LI><A href="https://www.apache.org/licenses/" class="external-link" rel="nofollow">License</A></LI> <LI><A href="/project/community.html" title="Community">Community</A></LI> - <LI><A href="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" class="external-link" rel="nofollow">Mailing List</A></LI> + <LI><A href="https://lists.apache.org/[email protected]" 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> + <LI><A href="https://www.apache.org/security/" class="external-link" rel="nofollow">Security</A></LI> </UL> <H3><A name="Navigation-Search"></A>Search</H3> <DIV style="padding: 0px 0px 0px 20px;"> -<FORM action="http://www.google.com/search" method="get" style="font-size: 10px;"> +<FORM action="https://www.google.com/search" method="get" style="font-size: 10px;"> <INPUT name="ie" type="hidden" value="UTF-8"></INPUT> <INPUT name="oe" type="hidden" value="UTF-8"></INPUT> <INPUT maxlength="255" name="q" size="12" type="text" value=""></INPUT> @@ -141,7 +139,7 @@ Apache Chemistry - ObjectiveCMIS <UL class="alternate" type="square"> <LI><A href="/python/cmislib.html" title="cmislib">cmislib</A></LI> - <LI><A href="http://chemistry.apache.org/python/docs/" rel="nofollow">cmislib Documentation</A></LI> + <LI><A href="/python/docs/" 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> </UL> @@ -182,8 +180,8 @@ Apache Chemistry - ObjectiveCMIS <H3><A name="Navigation-Sponsorship"></A>Sponsorship</H3> <UL class="alternate" type="square"> - <LI><A href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> - <LI><A href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> + <LI><A href="https://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</A></LI> + <LI><A href="https://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsoring Apache</A></LI> </UL> @@ -346,9 +344,9 @@ However, as the base library is built on Apache Chemistry, Apache, the Apache feather logo, and the Apache Chemistry project logo are trademarks of The Apache Software Foundation. - <BR /> + <br> Content Management Interoperability Services (CMIS) is an - <a href="http://www.oasis-open.org/committees/cmis/">OASIS</a> + <a href="https://www.oasis-open.org/committees/cmis/">OASIS</a> specification. </div> @@ -363,5 +361,6 @@ However, as the base library is built on <td id="cell-4-2"> </td> </tr> </table> + <script type="text/javascript" src="/resources/retina.min.js"></script> </body> </html>
