You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2016/08/31 08:59:05 UTC

svn commit: r1758554 [2/3] - in /jclouds/site-content: ./ blog/ blog/2009/05/11/jclouds-s3-beta-released/ blog/2009/05/13/catching-exceptions-with-less-keystrokes/ blog/2011/10/18/jclouds-1-2-released/ blog/2012/01/17/jclouds-training-and-jfokus-stockh...

Modified: jclouds/site-content/guides/openstack/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/openstack/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/guides/openstack/index.html (original)
+++ jclouds/site-content/guides/openstack/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/guides/profitbricks/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/profitbricks/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/guides/profitbricks/index.html (original)
+++ jclouds/site-content/guides/profitbricks/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>
@@ -200,16 +201,18 @@
 </ul>
 
 
-<pre><code class="java">    javac -version
-</code></pre>
+<p><code>java
+    javac -version
+</code></p>
 
 <ul>
 <li>Ensure you are using <a href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven version 3</a> or later. You can check this by running:</li>
 </ul>
 
 
-<pre><code class="java">    mvn -version
-</code></pre>
+<p><code>java
+    mvn -version
+</code></p>
 
 <p>Now that you have validated the pre-requisities, you will want to do the following:</p>
 

Modified: jclouds/site-content/guides/rackspace/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/rackspace/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/guides/rackspace/index.html (original)
+++ jclouds/site-content/guides/rackspace/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>
@@ -579,7 +580,6 @@ Create Cloud Load Balancer
 
 <ol>
 <li>The Rackspace compatible API for Cloud Databases is org.jclouds.openstack.trove.v1.TroveApi - All other APIs for working with Cloud Databases are accessible via the TroveApi.</li>
-<li>You can find these APIs in the latest <a href="http://javadocs-labs-openstack.jclouds.cloudbees.net/">Javadoc</a>.</li>
 </ol>
 
 
@@ -643,8 +643,7 @@ java -classpath ".:lib/*" org.jclouds.ex
 <p>You can access Cloud Auto Scale with the jclouds rackspace-autoscale API by specifying the Auto Scale provider "rackspace-autoscale-us". There is no -uk provider at this time.</p>
 
 <ol>
-<li>The Rackspace compatible API for Auto Scale is org.jclouds.rackspace.autoscale.v1.AutoscaleApi - All other APIs for working with Auto Scale are accessible via the <a href="http://javadocs-labs-openstack.jclouds.cloudbees.net/org/jclouds/rackspace/autoscale/v1/AutoscaleApi.html">AutoscaleApi</a>.</li>
-<li>You can find these APIs in the latest <a href="http://javadocs-labs-openstack.jclouds.cloudbees.net/">Javadoc</a>.</li>
+<li>The Rackspace compatible API for Auto Scale is org.jclouds.rackspace.autoscale.v1.AutoscaleApi - All other APIs for working with Auto Scale are accessible via the <a href="http://jclouds-javadocs.elasticbeanstalk.com/org/jclouds/rackspace/autoscale/v1/AutoscaleApi.html">AutoscaleApi</a>.</li>
 </ol>
 
 
@@ -710,7 +709,6 @@ java -classpath ".:lib/*" org.jclouds.ex
 
 <ol>
 <li>The OpenStack API for Cloud Queues is the org.jclouds.openstack.marconi.v1.MarconiApi. All other APIs for working with queues are accessible via the MarconiApi.</li>
-<li>You can find these APIs in the latest <a href="http://javadocs-labs-openstack.jclouds.cloudbees.net">Javadoc</a>.</li>
 </ol>
 
 

Modified: jclouds/site-content/guides/softlayer/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/softlayer/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/guides/softlayer/index.html (original)
+++ jclouds/site-content/guides/softlayer/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/index.html (original)
+++ jclouds/site-content/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>
@@ -195,14 +196,12 @@
 <div id="quicknews" class="alert alert-info">
 
 
-</div>
-
-
+    <p>
+    <span class="label label-primary"></span>
+    <a class="quicknew text-primary" href="/blog/2016/08/22/arbitrary-cpu-ram">Read about our <strong>GSoC 2016 project</strong>! Support for arbitrary CPU and RAM has been added to the Compute abstraction</a>
+    </p>
 
-
-<script type="text/javascript">
-    $('#quicknews').hide();
-</script>
+</div>
 
 
 

Modified: jclouds/site-content/news/gsoc2014/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/news/gsoc2014/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/news/gsoc2014/index.html (original)
+++ jclouds/site-content/news/gsoc2014/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/reference/configuration/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/configuration/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/reference/configuration/index.html (original)
+++ jclouds/site-content/reference/configuration/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/reference/javadoc/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/javadoc/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/reference/javadoc/index.html (original)
+++ jclouds/site-content/reference/javadoc/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/reference/logging/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/logging/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/reference/logging/index.html (original)
+++ jclouds/site-content/reference/logging/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/reference/providers/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/providers/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/reference/providers/index.html (original)
+++ jclouds/site-content/reference/providers/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/reference/report-a-bug/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/report-a-bug/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/reference/report-a-bug/index.html (original)
+++ jclouds/site-content/reference/report-a-bug/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/reference/troubleshooting/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/troubleshooting/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/reference/troubleshooting/index.html (original)
+++ jclouds/site-content/reference/troubleshooting/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.1.0/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.1.0/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.1.0/index.html (original)
+++ jclouds/site-content/releasenotes/1.1.0/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.1.1/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.1.1/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.1.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.1.1/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.2.2/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.2.2/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.2.2/index.html (original)
+++ jclouds/site-content/releasenotes/1.2.2/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.2/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.2/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.2/index.html (original)
+++ jclouds/site-content/releasenotes/1.2/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.3.1/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.3.1/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.3.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.3.1/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.4.1/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.4.1/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.4.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.4.1/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.5-tests/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.5-tests/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.5-tests/index.html (original)
+++ jclouds/site-content/releasenotes/1.5-tests/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.5/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.5/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.5/index.html (original)
+++ jclouds/site-content/releasenotes/1.5/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.6-tests/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6-tests/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6-tests/index.html (original)
+++ jclouds/site-content/releasenotes/1.6-tests/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.6.1/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.1/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.1/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.6.2-tests/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2-tests/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.2-tests/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.2-tests/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.6.2/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.2/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.2/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.6.3/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.3/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6.3/index.html (original)
+++ jclouds/site-content/releasenotes/1.6.3/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.6/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.6/index.html (original)
+++ jclouds/site-content/releasenotes/1.6/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.7.0/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.0/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.7.0/index.html (original)
+++ jclouds/site-content/releasenotes/1.7.0/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.7.1/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.1/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.7.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.7.1/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.7.2/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.2/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.7.2/index.html (original)
+++ jclouds/site-content/releasenotes/1.7.2/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.7.3/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.3/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.7.3/index.html (original)
+++ jclouds/site-content/releasenotes/1.7.3/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.8.0/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.0/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.8.0/index.html (original)
+++ jclouds/site-content/releasenotes/1.8.0/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.8.1/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.1/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.8.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.8.1/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.9.0/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.0/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.9.0/index.html (original)
+++ jclouds/site-content/releasenotes/1.9.0/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.9.1/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.1/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.9.1/index.html (original)
+++ jclouds/site-content/releasenotes/1.9.1/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/1.9.2/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.2/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/1.9.2/index.html (original)
+++ jclouds/site-content/releasenotes/1.9.2/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/atom.xml
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/atom.xml?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/atom.xml (original)
+++ jclouds/site-content/releasenotes/atom.xml Wed Aug 31 08:59:04 2016
@@ -261,62 +261,80 @@
     <title type="html"><![CDATA[Release Notes for Version 1.8.1]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.8.1/"/>
     <updated>2014-10-24T00:00:00Z</updated>
-    <content type="html"><![CDATA[1. [Introduction](#intro)
-1. [Highlights](#highlights)
-1. [API Changes](#api)
-1. [Known Issues](#issues)
-1. [Credits](#credits)
-1. [Test Results](#test)
+    <content type="html"><![CDATA[<ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#highlights">Highlights</a></li>
+<li><a href="#api">API Changes</a></li>
+<li><a href="#issues">Known Issues</a></li>
+<li><a href="#credits">Credits</a></li>
+<li><a href="#test">Test Results</a></li>
+</ol>
 
-## <a id="intro"></a>Introduction
 
-You can read the official announcement at [Apache jclouds 1.8.1 released](http://apache.markmail.org/thread/xjefzppq7jmgbcca). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327548&styleName=Html&projectId=12314430).
+<h2><a id="intro"></a>Introduction</h2>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+<p>You can read the official announcement at <a href="http://apache.markmail.org/thread/xjefzppq7jmgbcca">Apache jclouds 1.8.1 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12327548&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-## <a id="highlights"></a>Highlights
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
 
-* Support for Google Cloud Storage
-* Graduation of OpenStack Swift. The group ID changes
+<h2><a id="highlights"></a>Highlights</h2>
+
+<ul>
+<li>Support for Google Cloud Storage</li>
+<li>Graduation of OpenStack Swift. The group ID changes</li>
+</ul>
 
-from
-{% highlight xml %}
-<dependency>
-  <groupId>org.apache.jclouds.labs</groupId>
-  <artifactId>openstack-swift</artifactId>
-  <version>1.8.0</version>
-</dependency>
-{% endhighlight %}
-to
-{% highlight xml %}
-<dependency>
-  <groupId>org.apache.jclouds.apis</groupId>
-  <artifactId>openstack-swift</artifactId>
-  <version>1.8.1</version>
-</dependency>
-{% endhighlight %}
 
+<p>from</p>
 
-## <a id="api"></a>API Changes
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>openstack-swift<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.8.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</code></pre></div>
 
-* [openstack-swift API changes from 1.8.0 to 1.8.1](api-changes/openstack-swift/)
 
-## <a id="issues"></a>Known Issues
+<p>to</p>
+
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.apis<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>openstack-swift<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.8.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</code></pre></div>
+
+
+<h2><a id="api"></a>API Changes</h2>
+
+<ul>
+<li><a href="api-changes/openstack-swift/">openstack-swift API changes from 1.8.0 to 1.8.1</a></li>
+</ul>
+
+
+<h2><a id="issues"></a>Known Issues</h2>
+
+<ul>
+<li>Unfortunately <code>openstack-neutron</code> was broken in this release. If you depend on it, please skip this version.</li>
+</ul>
+
 
-* Unfortunately `openstack-neutron` was broken in this release. If you depend on it, please skip this version.
+<h2><a id="credits"></a>Credits</h2>
 
-## <a id="credits"></a>Credits
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<ul>
+<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li>
+<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&amp;sort=latest_commit">Open Hub</a>.</li>
+</ul>
 
-* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
-* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
 
-## <a id="test"></a>Test Results
+<h2><a id="test"></a>Test Results</h2>
 
-Please see the [discussion thread](http://markmail.org/thread/lertwftpifagoor3) and the [vote thread](http://markmail.org/thread/lertwftpifagoor3) for test results for 1.8.1.
+<p>Please see the <a href="http://markmail.org/thread/lertwftpifagoor3">discussion thread</a> and the <a href="http://markmail.org/thread/lertwftpifagoor3">vote thread</a> for test results for 1.8.1.</p>
 
-See [this blog post](/blog/2014/10/25/poodle-and-jclouds/) for more information on POODLE and jclouds.]]></content>
+<p>See <a href="/blog/2014/10/25/poodle-and-jclouds/">this blog post</a> for more information on POODLE and jclouds.</p>
+]]></content>
   </entry>
   
   <entry>
@@ -324,51 +342,67 @@ See [this blog post](/blog/2014/10/25/po
     <title type="html"><![CDATA[Release Notes for Version 1.8.0]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.8.0/"/>
     <updated>2014-08-05T00:00:00Z</updated>
-    <content type="html"><![CDATA[1. [Introduction](#intro)
-1. [Highlights](#highlights)
-1. [API Changes](#api)
-1. [Known Issues](#issues)
-1. [Reminder](#reminder)
-1. [Credits](#credits)
-1. [Test Results](#test)
+    <content type="html"><![CDATA[<ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#highlights">Highlights</a></li>
+<li><a href="#api">API Changes</a></li>
+<li><a href="#issues">Known Issues</a></li>
+<li><a href="#reminder">Reminder</a></li>
+<li><a href="#credits">Credits</a></li>
+<li><a href="#test">Test Results</a></li>
+</ol>
 
-## <a id="intro"></a>Introduction
 
-You can read the official announcement at [Apache jclouds 1.8.0 released](http://markmail.org/message/plk6wedjeh3vanc6). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12325587&styleName=Html&projectId=12314430).
+<h2><a id="intro"></a>Introduction</h2>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
+<p>You can read the official announcement at <a href="http://markmail.org/message/plk6wedjeh3vanc6">Apache jclouds 1.8.0 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12325587&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-## <a id="highlights"></a>Highlights
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
 
-* jclouds 1.8.0 introduces initial support for [Amazon Glacier](http://aws.amazon.com/glacier), sponsored by [Google Summer of Code](/blog/2014/04/23/gsoc/) and written by Roman Coedo.  This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval.
-* Support for [Docker](/guides/docker/).
-* Refactored Code supporting OpenStack Neutron.
-* New Rackspace Auto Scale UK Provider and updated US region support.
-* This release requires Guava 17.0 and transitions most uses of `InputSupplier` to `ByteSource`.
+<h2><a id="highlights"></a>Highlights</h2>
 
-## <a id="api"></a>API Changes
+<ul>
+<li>jclouds 1.8.0 introduces initial support for <a href="http://aws.amazon.com/glacier">Amazon Glacier</a>, sponsored by <a href="/blog/2014/04/23/gsoc/">Google Summer of Code</a> and written by Roman Coedo.  This blobstore provider includes support for the portable abstraction but has vastly different semantics for blob naming and retrieval.</li>
+<li>Support for <a href="/guides/docker/">Docker</a>.</li>
+<li>Refactored Code supporting OpenStack Neutron.</li>
+<li>New Rackspace Auto Scale UK Provider and updated US region support.</li>
+<li>This release requires Guava 17.0 and transitions most uses of <code>InputSupplier</code> to <code>ByteSource</code>.</li>
+</ul>
 
-* This release removes or deprecates most uses of Guava `InputSupplier`, including `Strings2.toString`.  Callers should instead use `ByteSource`, `ByteStreams2.toByteArrayAndClose`, or `Strings2.toStringAndClose`.  These changes ensure compatibility with future Guava releases.
-* `BlobStore` introduces a `deleteContainerIfEmpty` method which more accurately matches the semantics of some providers.  Some providers like Azure have better performance with the existing `delete` method.
-* The `resumeNodesMatching`, `suspendNodesMatching` and `rebootNodesMatching` of the `ComputeService` now return the affected nodes.
-* Deprecates Neutron v2_0. Superseded by [v2](https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2). Moves the code away from map-binders and parsers. Multiple interface changes.
-* `RegionScopedBlobStoreContext` deprecates `configuredRegions()`, `blobStoreInRegion(String regionId)`, `signerInRegion(String regionId)`, and `asyncBlobStoreInRegion(String regionId)`.
 
-## <a id="issues"></a>Known Issues
+<h2><a id="api"></a>API Changes</h2>
 
-* Starting with 1.8.0, the HP Cloud Object Storage provider requires the `region` attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the [provider guide](/guides/hpcloud/) for an example of how to specify the region.
-* 1.8.0 includes an [incomplete artifact](http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar) for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact.
+<ul>
+<li>This release removes or deprecates most uses of Guava <code>InputSupplier</code>, including <code>Strings2.toString</code>.  Callers should instead use <code>ByteSource</code>, <code>ByteStreams2.toByteArrayAndClose</code>, or <code>Strings2.toStringAndClose</code>.  These changes ensure compatibility with future Guava releases.</li>
+<li><code>BlobStore</code> introduces a <code>deleteContainerIfEmpty</code> method which more accurately matches the semantics of some providers.  Some providers like Azure have better performance with the existing <code>delete</code> method.</li>
+<li>The <code>resumeNodesMatching</code>, <code>suspendNodesMatching</code> and <code>rebootNodesMatching</code> of the <code>ComputeService</code> now return the affected nodes.</li>
+<li>Deprecates Neutron v2_0. Superseded by <a href="https://github.com/jclouds/jclouds-labs-openstack/tree/master/openstack-neutron/src/main/java/org/jclouds/openstack/neutron/v2">v2</a>. Moves the code away from map-binders and parsers. Multiple interface changes.</li>
+<li><code>RegionScopedBlobStoreContext</code> deprecates <code>configuredRegions()</code>, <code>blobStoreInRegion(String regionId)</code>, <code>signerInRegion(String regionId)</code>, and <code>asyncBlobStoreInRegion(String regionId)</code>.</li>
+</ul>
 
-## <a id="credits"></a>Credits
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<h2><a id="issues"></a>Known Issues</h2>
 
-* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
-* Check out who has been busy on [Open Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
+<ul>
+<li>Starting with 1.8.0, the HP Cloud Object Storage provider requires the <code>region</code> attribute to be specified explicitly. This attribute is now used to select the appropriate endpoint. If the region is not explicitly set, an arbitrary endpoint will be selected, which may differ from the endpoint chosen when using previous versions of jclouds. See the <a href="/guides/hpcloud/">provider guide</a> for an example of how to specify the region.</li>
+<li>1.8.0 includes an <a href="http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.labs%7Cgoogle-cloud-storage%7C1.8.0%7Cjar">incomplete artifact</a> for Google Cloud Storage. The jclouds team does not recommend its use and 1.8.1 will either complete support or remove this artifact.</li>
+</ul>
 
-## <a id="test"></a>Test Results
 
-Please see the [discussion thread](http://markmail.org/thread/2ppvzd7dtjvqfqkk) and the [vote thread](http://markmail.org/thread/7ixght2jgfbu73ok) for test results for 1.8.0.]]></content>
+<h2><a id="credits"></a>Credits</h2>
+
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
+
+<ul>
+<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li>
+<li>Check out who has been busy on <a href="https://www.openhub.net/p/jclouds/contributors?query=&amp;sort=latest_commit">Open Hub</a>.</li>
+</ul>
+
+
+<h2><a id="test"></a>Test Results</h2>
+
+<p>Please see the <a href="http://markmail.org/thread/2ppvzd7dtjvqfqkk">discussion thread</a> and the <a href="http://markmail.org/thread/7ixght2jgfbu73ok">vote thread</a> for test results for 1.8.0.</p>
+]]></content>
   </entry>
   
   <entry>
@@ -376,78 +410,92 @@ Please see the [discussion thread](http:
     <title type="html"><![CDATA[Release Notes for Version 1.7.3]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.7.3/"/>
     <updated>2014-05-30T00:00:00Z</updated>
-    <content type="html"><![CDATA[1. [Introduction](#intro)
-1. [Highlights](#highlights)
-1. [Known Issues](#issues)
-1. [Reminder](#reminder)
-1. [Credits](#credits)
-1. [Test Results](#test)
-
-## <a id="intro"></a>Introduction
-
-You can read the official announcement at [Apache jclouds 1.7.3 released](http://jclouds.markmail.org/message/6ormro7calbt5tjn). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.3).
-
-To get jclouds, please see the [jclouds installation guide](/start/install/).
-
-## <a id="highlights"></a>Highlights
-
-* ElasticStack is back. The elasticstack API has been fixed and the elastichosts-* Providers are in good working condition again.
-* The swift API and cloudfiles-us & cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.
-* They will be replaced with the openstack-swift API and rackspace-cloudfiles-us & rackspace-cloudfiles-uk & hpcloud-objectstorage Providers in jclouds 2.0.
-* The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us [feedback](/community/). Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.
-* You can get the new Swift and Cloud Files dependencies with:
-
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>openstack-swift</artifactId>
-    <version>1.7.3</version>
-  </dependency>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>rackspace-cloudfiles-us</artifactId>
-    <version>1.7.3</version>
-  </dependency>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>rackspace-cloudfiles-uk</artifactId>
-    <version>1.7.3</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
-
-* Here is the [Javadoc](/reference/javadoc/1.7.x/) for the new Swift and Cloud Files classes.
-
-## <a id="issues"></a>Known Issues
-
-* jclouds 1.7.3 is incompatible with [Guava](https://code.google.com/p/guava-libraries/) 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.
-
-## <a id="reminder"></a>Reminder
-
-The jclouds Maven group ID for versions since [1.6.1-incubating](../1.6.1) is `org.apache.jclouds` rather than `org.jclouds`, so a pom.xml dependency would now look like:
-
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.7.3</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
-
-## <a id="credits"></a>Credits
+    <content type="html"><![CDATA[<ol>
+<li><a href="#intro">Introduction</a></li>
+<li><a href="#highlights">Highlights</a></li>
+<li><a href="#issues">Known Issues</a></li>
+<li><a href="#reminder">Reminder</a></li>
+<li><a href="#credits">Credits</a></li>
+<li><a href="#test">Test Results</a></li>
+</ol>
+
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<h2><a id="intro"></a>Introduction</h2>
 
-* Apache jclouds [PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and community for verifying the release.
-* Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<p>You can read the official announcement at <a href="http://jclouds.markmail.org/message/6ormro7calbt5tjn">Apache jclouds 1.7.3 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20JCLOUDS%20AND%20fixVersion%20%3D%201.7.3">JIRA Release Notes</a>.</p>
 
-## <a id="test"></a>Test Results
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
+
+<h2><a id="highlights"></a>Highlights</h2>
+
+<ul>
+<li>ElasticStack is back. The elasticstack API has been fixed and the elastichosts-* Providers are in good working condition again.</li>
+<li>The swift API and cloudfiles-us &amp; cloudfiles-uk Providers have been deprecated as of jclouds 1.7.2.</li>
+<li>They will be replaced with the openstack-swift API and rackspace-cloudfiles-us &amp; rackspace-cloudfiles-uk &amp; hpcloud-objectstorage Providers in jclouds 2.0.</li>
+<li>The new APIs and providers have been updated to the current jclouds interface style and are fully region aware. These APIs are new to jclouds and hence are in Beta. That means we need people to use it and give us <a href="/community/">feedback</a>. Based on that feedback, minor changes to the interfaces may happen. This code will replace org.jclouds.openstack.swift.SwiftClient in jclouds 2.0 and it is recommended you adopt it sooner than later.</li>
+<li>You can get the new Swift and Cloud Files dependencies with:</li>
+</ul>
+
+
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>openstack-swift<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.3<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>rackspace-cloudfiles-us<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.3<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>rackspace-cloudfiles-uk<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.3<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
+
+
+<ul>
+<li>Here is the <a href="/reference/javadoc/1.7.x/">Javadoc</a> for the new Swift and Cloud Files classes.</li>
+</ul>
 
-Please see the [discussion thread](http://jclouds.markmail.org/message/smznp6474kpojqeb) and the [vote thread](http://jclouds.markmail.org/message/ydekpm36pwaqpvbf) for test results for 1.7.3.
 
+<h2><a id="issues"></a>Known Issues</h2>
+
+<ul>
+<li>jclouds 1.7.3 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16 and 17. Please switch to Guava 15.0 or earlier, or wait for jclouds 1.8.</li>
+</ul>
+
+
+<h2><a id="reminder"></a>Reminder</h2>
+
+<p>The jclouds Maven group ID for versions since <a href="../1.6.1">1.6.1-incubating</a> is <code>org.apache.jclouds</code> rather than <code>org.jclouds</code>, so a pom.xml dependency would now look like:</p>
+
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.3<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
+
+
+<h2><a id="credits"></a>Credits</h2>
+
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
+
+<ul>
+<li>Apache jclouds <a href="http://people.apache.org/committers-by-project.html#jclouds-pmc">PMC</a> and community for verifying the release.</li>
+<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit">here</a>.</li>
+</ul>
+
+
+<h2><a id="test"></a>Test Results</h2>
+
+<p>Please see the <a href="http://jclouds.markmail.org/message/smznp6474kpojqeb">discussion thread</a> and the <a href="http://jclouds.markmail.org/message/ydekpm36pwaqpvbf">vote thread</a> for test results for 1.7.3.</p>
 ]]></content>
   </entry>
   
@@ -551,64 +599,77 @@ Please see the [discussion thread](http:
     <title type="html"><![CDATA[Release Notes for Version 1.7.1]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.7.1/"/>
     <updated>2014-02-11T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
+
+<p>jclouds version 1.7.1 is the third release of jclouds as an Apache TLP.</p>
+
+<p>You can read the official announcement at <a href="http://markmail.org/message/wvskzm356n2mraif">Apache jclouds 1.7.1 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588">JIRA Release Notes</a>.</p>
+
+<p>To get jclouds, please see the <a href="/start/install/">jclouds installation guide</a>.</p>
+
+<h2>Notable updates</h2>
+
+<ul>
+<li>A workaround for <a href="https://issues.apache.org/jira/browse/JCLOUDS-427">JCLOUDS-427</a> is provided to make jclouds compatible with JRE 1.7.0_51-b13.</li>
+<li>Added the <a href="https://www.digitalocean.com">DigitalOcean</a> compute provider. It is available in labs under the following Maven coordinates:</li>
+</ul>
 
-jclouds version 1.7.1 is the third release of jclouds as an Apache TLP.
 
-You can read the official announcement at [Apache jclouds 1.7.1 released](http://markmail.org/message/wvskzm356n2mraif). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/browse/JCLOUDS/fixforversion/12325588).
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds.labs<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>digitalocean<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-To get jclouds, please see the [jclouds installation guide](/start/install/).
 
-## Notable updates
+<ul>
+<li>Upgraded Bouncycastle to version 1.49.</li>
+<li>Added an HTTP driver based on the <a href="http://square.github.io/okhttp/">OkHttp</a> library for efficient HTTP connections.</li>
+<li>Added support for PATCH methods that have a body.</li>
+<li>Allow configuring of networks to which the nodes will be attached directly from the portable <a href="/start/compute">Compute</a> interface.</li>
+</ul>
+
+
+<h2>Notes</h2>
 
-* A workaround for [JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427) is provided to make jclouds compatible with JRE 1.7.0\_51-b13.
-* Added the [DigitalOcean](https://www.digitalocean.com) compute provider. It is available in labs under the following Maven coordinates:
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds.labs</groupId>
-    <artifactId>digitalocean</artifactId>
-    <version>1.7.1</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
-* Upgraded Bouncycastle to version 1.49.
-* Added an HTTP driver based on the [OkHttp](http://square.github.io/okhttp/) library for efficient HTTP connections.
-* Added support for PATCH methods that have a body.
-* Allow configuring of networks to which the nodes will be attached directly from the portable [Compute](/start/compute) interface.
+<ul>
+<li>jclouds 1.7.1 is incompatible with <a href="https://code.google.com/p/guava-libraries/">Guava</a> 16. Please switch to
+Guava 15.0 or earlier, or wait for jclouds 1.8.</li>
+</ul>
 
-## Notes
 
-* jclouds 1.7.1 is incompatible with [Guava](https://code.google.com/p/guava-libraries/) 16. Please switch to
-Guava 15.0 or earlier, or wait for jclouds 1.8.
+<h2>Reminder</h2>
 
-## Reminder
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</p>
 
-As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.7.1</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
 
-## Credits
+<h2>Credits</h2>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-  * Ignasi Barrera for managing the release.
-  * Andrew Phillips for his quick and diligent fixes for [JCLOUDS-427](https://issues.apache.org/jira/browse/JCLOUDS-427).
-  * Apache jclouds PMC for verifying.
-  * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<ul>
+<li>Ignasi Barrera for managing the release.</li>
+<li>Andrew Phillips for his quick and diligent fixes for <a href="https://issues.apache.org/jira/browse/JCLOUDS-427">JCLOUDS-427</a>.</li>
+<li>Apache jclouds PMC for verifying.</li>
+<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit">here</a>.</li>
+</ul>
 
-## Test Results
 
-Please see the [release discussion thread](http://markmail.org/message/dpfrnkcwvtf5scb7) for test results for 1.7.1.
+<h2>Test Results</h2>
 
+<p>Please see the <a href="http://markmail.org/message/dpfrnkcwvtf5scb7">release discussion thread</a> for test results for 1.7.1.</p>
 ]]></content>
   </entry>
   
@@ -669,40 +730,42 @@ Guava 15.0 or earlier, or wait for jclou
     <title type="html"><![CDATA[Release Notes for Version 1.6.3]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.3/"/>
     <updated>2013-11-30T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
 
-jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, after two releases as part of the Apache Incubator.
+<p>jclouds version 1.6.3 is the first release of jclouds as an Apache TLP, after two releases as part of the Apache Incubator.</p>
 
-You can read the official announcement at [Apache jclouds 1.6.3 released](http://apache.markmail.org/thread/4ppbqyu6ydmacrb3). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324789&styleName=Html&projectId=12314430).
+<p>You can read the official announcement at <a href="http://apache.markmail.org/thread/4ppbqyu6ydmacrb3">Apache jclouds 1.6.3 released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324789&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-To get jclouds, please see the [jclouds installation guide](/start/install).
+<p>To get jclouds, please see the <a href="/start/install">jclouds installation guide</a>.</p>
 
-## Reminder
+<h2>Reminder</h2>
 
-As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:
+<p>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</p>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.6.3</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.3<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-## Credits
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<h2>Credits</h2>
 
-  * Andrew Gaul for managing the release.
-  * Apache jclouds PMC for verifying.
-  * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
+
+<ul>
+<li>Andrew Gaul for managing the release.</li>
+<li>Apache jclouds PMC for verifying.</li>
+<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit">here</a>.</li>
+</ul>
 
-## Test Results
 
-Please see the [release discussion thread](http://markmail.org/thread/gkqw7uidfnnze4lv) for test results for 1.6.3
+<h2>Test Results</h2>
 
+<p>Please see the <a href="http://markmail.org/thread/gkqw7uidfnnze4lv">release discussion thread</a> for test results for 1.6.3</p>
 ]]></content>
   </entry>
   
@@ -711,40 +774,45 @@ Please see the [release discussion threa
     <title type="html"><![CDATA[Release Notes for Version 1.6.2]]></title>
     <link href="http://jclouds.apache.org/releasenotes/1.6.2/"/>
     <updated>2013-08-27T00:00:00Z</updated>
-    <content type="html"><![CDATA[## Introduction
+    <content type="html"><![CDATA[<h2>Introduction</h2>
+
+<p>jclouds version 1.6.2-incubating is the second release of jclouds in the Apache Incubator.</p>
+
+<p>You can read the official announcement at <a href="http://markmail.org/message/ttznfvr3pqfs2cxm">Apache jclouds 1.6.2-incubating released</a>. You can read the details of the specific JIRA issues addressed in this release at the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&amp;styleName=Html&amp;projectId=12314430">JIRA Release Notes</a>.</p>
 
-jclouds version 1.6.2-incubating is the second release of jclouds in the Apache Incubator.
+<p>To get jclouds, please see the <a href="/start/install">jclouds installation guide</a>.</p>
 
-You can read the official announcement at [Apache jclouds 1.6.2-incubating released](http://markmail.org/message/ttznfvr3pqfs2cxm). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324574&styleName=Html&projectId=12314430).
+<h2>Reminder</h2>
 
-To get jclouds, please see the [jclouds installation guide](/start/install).
+<ul>
+<li>As per <a href="../1.6.1">1.6.1-incubating</a>, the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:</li>
+</ul>
 
-## Reminder
 
- * As per [1.6.1-incubating](../1.6.1), the jclouds Maven group ID has changed from org.jclouds to org.apache.jclouds so a pom.xml dependency would now look like:
+<div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependencies&gt;</span>
+  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jclouds<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jclouds-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.6.2-incubating<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;/dependencies&gt;</span>
+</code></pre></div>
 
-{% highlight xml %}
-<dependencies>
-  <dependency>
-    <groupId>org.apache.jclouds</groupId>
-    <artifactId>jclouds-all</artifactId>
-    <version>1.6.2-incubating</version>
-  </dependency>
-</dependencies>
-{% endhighlight %}
 
-## Credits
+<h2>Credits</h2>
 
-jclouds would like to thank everyone who contributed time and effort in order to make this release happen:
+<p>jclouds would like to thank everyone who contributed time and effort in order to make this release happen:</p>
 
-  * Andrew Bayer for assisting on the release charge.
-  * Our Apache mentors for verifying.
-  * Check out who has been busy [here](http://www.ohloh.net/p/jclouds/contributors?query=&sort=latest_commit).
+<ul>
+<li>Andrew Bayer for assisting on the release charge.</li>
+<li>Our Apache mentors for verifying.</li>
+<li>Check out who has been busy <a href="http://www.ohloh.net/p/jclouds/contributors?query=&amp;sort=latest_commit">here</a>.</li>
+</ul>
 
-## Test Results
 
-Please see the [test results](/releasenotes/1.6.2-tests) for test failures for 1.6.2.
+<h2>Test Results</h2>
 
+<p>Please see the <a href="/releasenotes/1.6.2-tests">test results</a> for test failures for 1.6.2.</p>
 ]]></content>
   </entry>
   

Modified: jclouds/site-content/releasenotes/beta7.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta7.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/beta7.html (original)
+++ jclouds/site-content/releasenotes/beta7.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/beta8.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/beta8.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/beta8.html (original)
+++ jclouds/site-content/releasenotes/beta8.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/releasenotes/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/releasenotes/index.html (original)
+++ jclouds/site-content/releasenotes/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/start/blobstore/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/blobstore/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/start/blobstore/index.html (original)
+++ jclouds/site-content/start/blobstore/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>
@@ -313,7 +314,7 @@ unsupported by the provider. Everything
 
 
 <p>There are many options available for creating a <code>Context</code>.  Please see the
-<a href="http://javadocs.jclouds.cloudbees.net/org/jclouds/ContextBuilder.html">ContextBuilder</a> Javadocs for
+<a href="http://jclouds-javadocs.elasticbeanstalk.com/org/jclouds/ContextBuilder.html">ContextBuilder</a> Javadocs for
 a detailed description.</p>
 
 <h3>BlobStore API</h3>

Modified: jclouds/site-content/start/compute/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/compute/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/start/compute/index.html (original)
+++ jclouds/site-content/start/compute/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/start/concepts/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/concepts/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/start/concepts/index.html (original)
+++ jclouds/site-content/start/concepts/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>

Modified: jclouds/site-content/start/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/start/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff
==============================================================================
--- jclouds/site-content/start/index.html (original)
+++ jclouds/site-content/start/index.html Wed Aug 31 08:59:04 2016
@@ -118,6 +118,7 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a>
                     <ul class="dropdown-menu">
                         <li><a href="http://www.apache.org">The Apache Software Foundation</a></li>
+                        <li><a href="http://www.apache.org/licenses/">License</a></li>
                         <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>