Author: astieger Date: Mon Aug 31 11:27:46 2015 New Revision: 1700232 URL: http://svn.apache.org/r1700232 Log: Do not downgrade TLS for apache.org links
* publish/includes/footer.html, publish/includes/navbar.html: Use protocol relative hrefs for *.apache.org sites * publish/index.html, same, and use HTTPS links for previous site Modified: serf/site/publish/includes/footer.html serf/site/publish/includes/navbar.html serf/site/publish/index.html Modified: serf/site/publish/includes/footer.html URL: http://svn.apache.org/viewvc/serf/site/publish/includes/footer.html?rev=1700232&r1=1700231&r2=1700232&view=diff ============================================================================== --- serf/site/publish/includes/footer.html (original) +++ serf/site/publish/includes/footer.html Mon Aug 31 11:27:46 2015 @@ -6,7 +6,7 @@ <div class="media-body"> <p class="text"> Copyright © 2015 - <a href="https://www.apache.org/">The Apache Software Foundation</a> + <a href="//www.apache.org/">The Apache Software Foundation</a> </p> <p class="text"> Apache Serf, Serf, Apache, the Apache feather logo, and the Apache @@ -16,9 +16,9 @@ </p> </div> <div class="media-right"> - <a href="http://www.apache.org"> + <a href="//www.apache.org"> <img alt="Apache Software Foundatian" - src="http://www.apache.org/images/asf_logo.gif" /> + src="//www.apache.org/images/asf_logo.gif" /> </a> </div> </div> Modified: serf/site/publish/includes/navbar.html URL: http://svn.apache.org/viewvc/serf/site/publish/includes/navbar.html?rev=1700232&r1=1700231&r2=1700232&view=diff ============================================================================== --- serf/site/publish/includes/navbar.html (original) +++ serf/site/publish/includes/navbar.html Mon Aug 31 11:27:46 2015 @@ -14,19 +14,19 @@ </a> <ul class="dropdown-menu"> <li> - <a href="http://www.apache.org/">Apache Home</a> + <a href="//www.apache.org/">Apache Home</a> </li> <li> - <a href="http://www.apache.org/licenses/">Apache License v2.0</a> + <a href="//www.apache.org/licenses/">Apache License v2.0</a> </li> <li> - <a href="http://www.apache.org/foundation/sponsorship.html">Donate</a> + <a href="//www.apache.org/foundation/sponsorship.html">Donate</a> </li> <li> - <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> + <a href="//www.apache.org/foundation/thanks.html">Thanks</a> </li> <li> - <a href="http://www.apache.org/security/">Security</a> + <a href="//www.apache.org/security/">Security</a> </li> </ul> </li> Modified: serf/site/publish/index.html URL: http://svn.apache.org/viewvc/serf/site/publish/index.html?rev=1700232&r1=1700231&r2=1700232&view=diff ============================================================================== --- serf/site/publish/index.html (original) +++ serf/site/publish/index.html Mon Aug 31 11:27:46 2015 @@ -14,7 +14,7 @@ <h2>Apache Serf</h2> <p>The serf library is a high performance C-based HTTP client library built - upon the <a href="http://apr.apache.org">Apache Portable Runtime</a> (APR) + upon the <a href="//apr.apache.org">Apache Portable Runtime</a> (APR) library. It is permissively licensed under the Apache License, v2.</p> <p>Key features: </p> @@ -27,8 +27,8 @@ </ul> <p>Serf is the default client library of - <a href="http://subversion.apache.org/">Apache Subversion</a> and - <a href="http://openoffice.apache.org/">Apache OpenOffice</a> + <a href="//subversion.apache.org/">Apache Subversion</a> and + <a href="//openoffice.apache.org/">Apache OpenOffice</a> </p> <h2 id="download">Download</h2> @@ -36,10 +36,10 @@ <strong>The latest (pre-ASF) 1.3.8 release source tarballs can be found here:</strong> </p> - <p>Windows package: <a href="http://serf.googlecode.com/svn/src_releases/serf-1.3.8.zip" rel="nofollow">serf-1.3.8.zip</a> + <p>Windows package: <a href="https://serf.googlecode.com/svn/src_releases/serf-1.3.8.zip" rel="nofollow">serf-1.3.8.zip</a> <blockquote>SHA1: bbbd63336f28c6ee7af516c8560e3a35f084a4bb</blockquote></p> - <p>Other platforms: <a href="http://serf.googlecode.com/svn/src_releases/serf-1.3.8.tar.bz2" rel="nofollow">serf-1.3.8.tar.bz2</a> + <p>Other platforms: <a href="https://serf.googlecode.com/svn/src_releases/serf-1.3.8.tar.bz2" rel="nofollow">serf-1.3.8.tar.bz2</a> <blockquote>SHA1: 1d45425ca324336ce2f4ae7d7b4cfbc5567c5446</blockquote></p> <p>Older versions can be downloaded from the Downloads page. </p>