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 2013/09/13 16:05:18 UTC

svn commit: r1522939 [3/7] - in /incubator/jclouds/site-content: ./ documentation/ documentation/community/ documentation/devguides/ documentation/devguides/continuous-integration/ documentation/devguides/contributing-to-documentation/ documentation/de...

Modified: incubator/jclouds/site-content/documentation/reference/osgi/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/osgi/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/osgi/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/osgi/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Deploying jclouds to Apache Fleix OSGi container</title>
+  <title>Apache jclouds&reg; :: Deploying to Apache Fleix OSGi container</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -49,7 +49,7 @@
     </div>
     <div id="content">
       <div id="column2">
-		<h1>Deploying jclouds to Apache Fleix OSGi container</h1>
+		<h1>Deploying Apache jclouds&reg; to Apache Fleix OSGi container</h1>
 
 <h2>Introduction</h2>
 
@@ -85,7 +85,8 @@ snakeyaml-1.6.jar \
 swank-clojure-1.2.1.jar
 
 for f in *bar ; do mv $f `basename $f bar`jar; done
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -101,11 +102,11 @@ for f in *bar ; do mv $f `basename $f ba
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/reference/pool-design/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/pool-design/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/pool-design/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/pool-design/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Discussion of a Pool provider Design</title>
+  <title>Apache jclouds&reg; :: Discussion of a Pool provider Design</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -117,7 +117,8 @@ request to extend limits: http://express
 simple scale/customer: 20 servers launched in 3 minutes
 optimized scale/customer: same
 optimization strategy: n/a
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>This information will go into a public wiki and become inputs to our design of how to start pools that
@@ -268,8 +269,10 @@ Latest word is that we don't need durabi
 
 <ul>
 <li>For starters, we can filter all nodes that are in Running state and not in the map above, placing these into a blocking queue.
-      If the createNodes request is more than the size of the queue, we can start by throwing an exception.<br/>
-      Later, we can add hooks to grow, if the backing computeservice supports growth (for example, byon does not).</li>
+
+<pre><code>  If the createNodes request is more than the size of the queue, we can start by throwing an exception.  
+  Later, we can add hooks to grow, if the backing computeservice supports growth (for example, byon does not).
+</code></pre></li>
 </ul>
 
 
@@ -345,11 +348,11 @@ blobstoremetadata under path reserved (r
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/reference/rationale-design/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/rationale-design/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/rationale-design/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/rationale-design/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Rationale & Design</title>
+  <title>Apache jclouds&reg; :: Rationale & Design</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -81,7 +81,8 @@ This allows you to do the dishes while w
 <span class="n">Future</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">md5HashFuture</span> <span class="o">=</span> <span class="n">connection</span><span class="o">.</span><span class="na">addObject</span><span class="o">(</span><span class="n">s3Bucket</span><span class="o">,</span><span class="n">s3Object</span><span class="o">);</span>
 <span class="c1">//do productive work.. why wait?</span>
 <span class="n">String</span>  <span class="n">md5Hash</span> <span class="o">=</span>  <span class="n">md5HashFuture</span><span class="o">.</span><span class="na">get</span><span class="o">();</span>  <span class="c1">// ok. I&#39;m ready</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Under the scenes, <code>S3Connection</code> creates a <code>FutureCommand</code> for the <code>addObject()</code> operation.
@@ -152,7 +153,8 @@ This uses their low-level <code>URLFetch
 API and does not spawn threads. Here's an example of how to create an S3 context inside GAE:</p>
 
 <div class="highlight"><pre><code class="java">        <span class="n">S3Context</span> <span class="n">context</span> <span class="o">=</span> <span class="n">S3ContextFactory</span><span class="o">.</span><span class="na">createS3Context</span><span class="o">(</span><span class="n">accesskeyid</span><span class="o">,</span><span class="n">secretkey</span><span class="o">,</span> <span class="k">new</span> <span class="n">URLFetchServiceClientModule</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>JCE on GAE</h3>
@@ -164,11 +166,11 @@ API and does not spawn threads. Here's a
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/reference/runscript-design/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/runscript-design/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/runscript-design/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/runscript-design/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>jclouds - Run a Script on SSH - Implementation</title>
+  <title>Apache jclouds&reg; :: Run a Script on SSH - Implementation</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -53,8 +53,9 @@
 
 <p>When runScript/submitScript are used, the execution currently follows the following path</p>
 
-<pre><code>  RunScriptOnNode.Factory .runScript → create submit → submit
-</code></pre>
+<p><code>
+  RunScriptOnNode.Factory .runScript → create submit → submit
+</code></p>
 
 <p>The <code>RunScripOnNode.Factory</code> is responsible for making the <em>real</em> script from what the user supplied behind the scenes.</p>
 
@@ -71,11 +72,11 @@ The name of the script will be set as sp
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/reference/supported-providers/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/supported-providers/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/supported-providers/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/supported-providers/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>jclouds - supported providers</title>
+  <title>Apache jclouds&reg; :: Supported Providers</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -49,7 +49,7 @@
     </div>
     <div id="content">
       <div id="column2">
-		<h1>jclouds : supported providers</h1>
+		<h1>Apache jclouds&reg; supported providers</h1>
 
 <p>The following is the list of providers that are supported by the jclouds API.</p>
 
@@ -57,7 +57,7 @@
 
 <h3>Supported Providers</h3>
 
-<p>The Maven Group ID for all supported providers below is <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jclouds.provider%22">org.jclouds.provider</a></p>
+<p>The Maven Group ID for all supported providers below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a></p>
 
 <table>
     <thead>
@@ -196,7 +196,7 @@
 
 <p>You can also set the context property <code>[Artifact ID].endpoint</code> to use the following APIs for your private cloud.</p>
 
-<p>The Maven Group ID for all supported APIs below is <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jclouds.api%22">org.jclouds.api</a></p>
+<p>The Maven Group ID for all supported APIs below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.api">org.apache.jclouds.api</a></p>
 
 <table>
     <thead>
@@ -246,7 +246,7 @@
 
 <h3>Supported Providers</h3>
 
-<p>The Maven Group ID for all supported providers below is <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jclouds.provider%22">org.jclouds.provider</a></p>
+<p>The Maven Group ID for all supported providers below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.provider">org.apache.jclouds.provider</a></p>
 
 <table>
     <thead>
@@ -296,7 +296,7 @@
 
 <p>You can also set the context property <code>[Artifact ID].endpoint</code> to use the following APIs for your private cloud.</p>
 
-<p>The Maven Group ID for all supported APIs below is <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.jclouds.api%22">org.jclouds.api</a></p>
+<p>The Maven Group ID for all supported APIs below is <a href="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.jclouds.api">org.apache.jclouds.api</a></p>
 
 <table>
     <thead>
@@ -335,11 +335,11 @@
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/reference/using-provider-metadata/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/using-provider-metadata/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/using-provider-metadata/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/using-provider-metadata/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Using Provider Metadata</title>
+  <title>Apache jclouds&reg; :: Using Provider Metadata</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -65,7 +65,8 @@ To find an exact [Provider Meta Data|Pro
 <span class="c1">// Retrieves the Amazon Elastic Compute Cloud (EC2) ProviderMetadata by its id</span>
 <span class="n">ProviderMetadata</span> <span class="n">awsEC2</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">withId</span><span class="o">(</span><span class="s">&quot;aws-ec2&quot;</span><span class="o">);</span>
 <span class="o">...</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Pretty simple stuff.  What if you wanted a list of all compute types?<br/>
@@ -82,7 +83,8 @@ Below is a code sample with both usage e
 <span class="c1">// Retrieve ProviderMetadata for all compute providers (helper way)                                                                         </span>
 <span class="n">Iterable</span><span class="o">&lt;</span><span class="n">ProviderMetadata</span> <span class="n">hcProviders</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">allCompute</span><span class="o">()</span>                                                                              
 <span class="o">...</span>                                                                                                                                         
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>As you can easy, [Provider Meta Data|ProviderMetadata] has made things pretty simple when it comes to findings providers based on a       <br/>
@@ -99,7 +101,8 @@ The first example is easy, give me all p
 <span class="o">...</span>                                                                                                                                         
 <span class="n">Iterable</span><span class="o">&lt;</span><span class="n">ProviderMetadata</span><span class="o">&gt;</span> <span class="n">usCAProviders</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">boundedByIso3166Code</span><span class="o">(</span><span class="s">&quot;US-CA&quot;</span><span class="o">);</span>                                                         
 <span class="o">...</span>                                                                                                                                         
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Oh?  You only wanted blobstore providers in US-CA?  Here you go:</p>
@@ -108,7 +111,8 @@ The first example is easy, give me all p
 <span class="o">...</span>                                                                                                                                         
 <span class="n">Iterable</span><span class="o">&lt;</span><span class="n">ProviderMetadata</span><span class="o">&gt;</span> <span class="n">usCABlobStoreProviders</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">boundedByIso3166Code</span><span class="o">(</span><span class="s">&quot;US-CA&quot;</span><span class="o">,</span> <span class="n">ProviderMetadata</span><span class="o">.</span><span class="na">BLOBSTORE_TYPE</span><span class="o">);</span>               
 <span class="o">...</span>                                                                                                                                         
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Ah, that's better.  Now, what if you wanted to find all US providers?                                                                     <br/>
@@ -118,7 +122,8 @@ Don't worry, you don't have to maintain 
 <span class="o">...</span>                                                                                                                                         
 <span class="n">Iterable</span><span class="o">&lt;</span><span class="n">ProviderMetadata</span><span class="o">&gt;</span> <span class="n">usProviders</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">boundedByIso3166Code</span><span class="o">(</span><span class="s">&quot;US&quot;</span><span class="o">);</span>                                                              
 <span class="o">...</span>                                                                                                                                         
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>As you can see, [Provider Meta Data|ProviderMetadata] has made things very, very simple when it comes to                                  <br/>
@@ -137,7 +142,8 @@ Let's find all providers that are in reg
 <span class="n">ProviderMetadata</span> <span class="n">awsEC2</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">withId</span><span class="o">(</span><span class="s">&quot;aws-ec2&quot;</span><span class="o">);</span>                                                                                      
 <span class="n">Iterable</span><span class="o">&lt;</span><span class="n">ProviderMetadata</span><span class="o">&gt;</span> <span class="n">collocatedProviders</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">collocatedWith</span><span class="o">(</span><span class="n">awsEC2</span><span class="o">):</span>                                                          
 <span class="o">...</span>                                                                                                                                         
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Yup, all providers that are in the the same locations AWS EC2 is would had been returned.                                                 <br/>
@@ -149,7 +155,8 @@ Well, good for you [Provider Meta Data|P
 <span class="n">ProviderMetadata</span> <span class="n">awsEC2</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">withId</span><span class="o">(</span><span class="s">&quot;aws-ec2&quot;</span><span class="o">);</span>                                                                                      
 <span class="n">Iterable</span><span class="o">&lt;</span><span class="n">ProviderMetadata</span><span class="o">&gt;</span> <span class="n">collocatedBlobstoreProviders</span> <span class="o">=</span> <span class="n">Providers</span><span class="o">.</span><span class="na">collocatedWith</span><span class="o">(</span><span class="n">awsEC2</span><span class="o">,</span> <span class="n">ProviderMetadata</span><span class="o">.</span><span class="na">BLOBSTORE_TYPE</span><span class="o">):</span>                
 <span class="o">...</span>                                                                                                                                         
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2>Summary</h2>
@@ -168,11 +175,11 @@ dreaming of auto-populated drop down lis
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/reference/vmware-vsphere-design/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/vmware-vsphere-design/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/vmware-vsphere-design/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/vmware-vsphere-design/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>VMWare vSphere Design & Approach</title>
+  <title>Apache jclouds&reg; :: VMWare vSphere Design & Approach</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -88,40 +88,43 @@ http://groups.google.com/group/jclouds-d
 
 <p>where <code>order.json</code> is something like:</p>
 
-<p>{
-    "parameters": [{
-        "complexType": "SoftLayer_Container_Product_Order_Hardware_Server",
-        "packageId": 13,
-        "location": 18171,
-        "quantity": 1,
-        "hardware": [
-            {
-                "hostname": "vmware",
-                "domain": "example.com",
-                "primaryNetworkComponent": {
-                    "networkVlan": {"id": 1384}
-                }
+<p>{</p>
+
+<pre><code>"parameters": [{
+    "complexType": "SoftLayer_Container_Product_Order_Hardware_Server",
+    "packageId": 13,
+    "location": 18171,
+    "quantity": 1,
+    "hardware": [
+        {
+            "hostname": "vmware",
+            "domain": "example.com",
+            "primaryNetworkComponent": {
+                "networkVlan": {"id": 1384}
             }
-        ],
-        "prices": [
-            {"id": 723},
-            {"id": 14048},
-            {"id": 883},
-            {"id": 1267},
-            {"id": 126},
-            {"id": 272},
-            {"id": 55},
-            {"id": 57},
-            {"id": 58},
-            {"id": 876},
-            {"id": 21},
-            {"id": 51},
-            {"id": 420},
-            {"id": 418},
-            {"id": 906}
-        ]
-    }]
-}</p>
+        }
+    ],
+    "prices": [
+        {"id": 723},
+        {"id": 14048},
+        {"id": 883},
+        {"id": 1267},
+        {"id": 126},
+        {"id": 272},
+        {"id": 55},
+        {"id": 57},
+        {"id": 58},
+        {"id": 876},
+        {"id": 21},
+        {"id": 51},
+        {"id": 420},
+        {"id": 418},
+        {"id": 906}
+    ]
+}]
+</code></pre>
+
+<p>}</p>
 
 <p>This API call created a 'vmware.example.com' server at 50.23.154.28 (public IP) and 10.29.0.69 (private IP) with ESXi 4.1.0u1 installed with <code>root</code> and <code>vmadmin</code> user.</p>
 
@@ -176,8 +179,8 @@ However (see vcloud), sometimes there is
 <h4>Possible solutions</h4>
 
 <ol>
-<li> VMware template: we could map jclouds image to VMware templates and jclouds node to VMware VM.</li>
-<li> VMware folders: jclouds can create different VMware folders where store images (named 'jclouds-images') and nodes, named as 'group' chosen using createNodesInGroup call.</li>
+<li>VMware template: we could map jclouds image to VMware templates and jclouds node to VMware VM.</li>
+<li>VMware folders: jclouds can create different VMware folders where store images (named 'jclouds-images') and nodes, named as 'group' chosen using createNodesInGroup call.</li>
 </ol>
 
 
@@ -271,11 +274,11 @@ Doing so will allow easier mapping to as
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/releasenotes/1.1.0/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/releasenotes/1.1.0/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/releasenotes/1.1.0/index.html (original)
+++ incubator/jclouds/site-content/documentation/releasenotes/1.1.0/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Release Notes Version 1.1.0</title>
+  <title>Apache jclouds&reg; :: Release Notes Version 1.1.0</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -79,14 +79,16 @@ Check out their <a href="http://www.gree
 <p><em>java</em></p>
 
 <div class="highlight"><pre><code class="java"><span class="n">compute</span> <span class="o">=</span> <span class="k">new</span> <span class="n">ComputeServiceContextFactory</span><span class="o">().</span><span class="na">createContext</span><span class="o">(</span><span class="n">provider</span><span class="o">,</span> <span class="n">identity</span><span class="o">,</span> <span class="n">credential</span><span class="o">,</span> <span class="n">ImmutableSet</span><span class="o">.&lt;</span><span class="n">Module</span><span class="o">&gt;</span> <span class="n">of</span><span class="o">(</span><span class="k">new</span> <span class="n">SshjSshClientModule</span><span class="o">()),</span> <span class="n">properties</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p><em>clojure</em></p>
 
 <div class="highlight"><pre><code class="clojure"><span class="p">(</span><span class="k">def </span><span class="nv">compute</span>
   <span class="p">(</span><span class="nf">compute-service</span> <span class="nv">provider</span> <span class="nv">provider-identity</span> <span class="nv">provider-credential</span> <span class="ss">:sshj</span><span class="p">))</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Hostname in NodeMetadata</h3>
@@ -105,8 +107,9 @@ Network you prefer for a particular invo
 <div class="highlight"><pre><code class="java">   <span class="n">overrides</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Properties</span><span class="o">();</span>
    <span class="n">overrides</span><span class="o">.</span><span class="na">setProperty</span><span class="o">(</span><span class="n">VCloudConstants</span><span class="o">.</span><span class="na">PROPERTY_VCLOUD_DEFAULT_VDC</span><span class="o">,</span> <span class="s">&quot;MyCompany - MIA&quot;</span><span class="o">);</span>
    <span class="n">context</span> <span class="o">=</span> <span class="k">new</span> <span class="n">ComputeServiceContextFactory</span><span class="o">().</span><span class="na">createContext</span><span class="o">(</span><span class="s">&quot;trmk-ecloud&quot;</span><span class="o">,</span> <span class="n">email</span><span class="o">,</span> <span class="n">pass</span><span class="o">,</span>
-            <span class="n">ImmutableSet</span><span class="o">.&lt;</span><span class="n">Module</span><span class="o">&gt;</span> <span class="nf">of</span><span class="o">(</span><span class="k">new</span> <span class="n">SshjSshClientModule</span><span class="o">()),</span> <span class="n">overrides</span><span class="o">)</span>
-</code></pre></div>
+            <span class="n">ImmutableSet</span><span class="o">.&lt;</span><span class="n">Module</span><span class="o">&gt;</span> <span class="n">of</span><span class="o">(</span><span class="k">new</span> <span class="n">SshjSshClientModule</span><span class="o">()),</span> <span class="n">overrides</span><span class="o">)</span>
+</code></pre>
+</div>
 
 
 <h3>Amazon EC2 Image Filters</h3>
@@ -121,8 +124,9 @@ You can set a property to restrict the l
    <span class="n">overrides</span><span class="o">.</span><span class="na">setProperty</span><span class="o">(</span><span class="n">AWSEC2Constants</span><span class="o">.</span><span class="na">PROPERTY_EC2_AMI_QUERY</span><span class="o">,</span>
                          <span class="s">&quot;owner-id=137112412989;state=available;image-type=machine;root-device-type=ebs&quot;</span><span class="o">);</span>
    <span class="n">context</span> <span class="o">=</span> <span class="k">new</span> <span class="n">ComputeServiceContextFactory</span><span class="o">().</span><span class="na">createContext</span><span class="o">(</span><span class="s">&quot;aws-ec2&quot;</span><span class="o">,</span> <span class="n">access</span><span class="o">,</span> <span class="n">secret</span><span class="o">,</span>
-            <span class="n">ImmutableSet</span><span class="o">.&lt;</span><span class="n">Module</span><span class="o">&gt;</span> <span class="nf">of</span><span class="o">(</span><span class="k">new</span> <span class="n">SshjSshClientModule</span><span class="o">()),</span> <span class="n">overrides</span><span class="o">)</span>
-</code></pre></div>
+            <span class="n">ImmutableSet</span><span class="o">.&lt;</span><span class="n">Module</span><span class="o">&gt;</span> <span class="n">of</span><span class="o">(</span><span class="k">new</span> <span class="n">SshjSshClientModule</span><span class="o">()),</span> <span class="n">overrides</span><span class="o">)</span>
+</code></pre>
+</div>
 
 
 <p>See <a href="/documentation/reference/using-ec2">EC2 Image Filters</a> for more.</p>
@@ -141,7 +145,8 @@ You can set a property to restrict the l
 <span class="n">securityGroupClient</span><span class="o">.</span><span class="na">authorizeSecurityGroupIngressInRegion</span><span class="o">(</span><span class="n">regionOrNull</span><span class="o">,</span> <span class="n">groupId</span><span class="o">,</span>
                <span class="n">IpPermissions</span><span class="o">.</span><span class="na">permit</span><span class="o">(</span><span class="n">IpProtocol</span><span class="o">.</span><span class="na">UDP</span><span class="o">).</span><span class="na">fromPort</span><span class="o">(</span><span class="mi">11</span><span class="o">).</span><span class="na">to</span><span class="o">(</span><span class="mi">53</span><span class="o">)</span>
                                                    <span class="o">.</span><span class="na">originatingFromSecurityGroupId</span><span class="o">(</span><span class="s">&quot;otherGroup&quot;</span><span class="o">));</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>See <a href="http://code.google.com/p/jclouds/issues/detail?id=606&amp;can=1&amp;q=Milestone%3D1.1.0">Issue 606</a> for more examples.</p>
@@ -155,7 +160,8 @@ We now have a template builder option th
       <span class="c1">// Note that t1.micro does not support instance store, therefore this will match m1.small.</span>
       <span class="n">Template</span> <span class="n">template</span> <span class="o">=</span> <span class="n">templateBuilder</span><span class="o">.</span><span class="na">osFamily</span><span class="o">(</span><span class="n">OsFamily</span><span class="o">.</span><span class="na">AMZN_LINUX</span><span class="o">)</span>
             <span class="o">.</span><span class="na">imageMatches</span><span class="o">(</span><span class="n">EC2ImagePredicates</span><span class="o">.</span><span class="na">rootDeviceType</span><span class="o">(</span><span class="n">RootDeviceType</span><span class="o">.</span><span class="na">INSTANCE_STORE</span><span class="o">)).</span><span class="na">build</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2>API Breakers</h2>
@@ -191,223 +197,285 @@ Also, if you are interested in contribut
 <table>
 <thead>
 <tr>
+<th></th>
 <th>  <em>maven dependency</em> </th>
 <th>  <em>abstraction</em> </th>
 <th>  <em>iso 3166 codes</em> </th>
 <th>  <em>result</em> </th>
 <th>  <em>notes</em> </th>
+<th> </th>
 </tr>
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> org.jclouds.provider/aws-ec2</td>
 <td> compute</td>
 <td> US-VA,US-CA,IE,SG</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410015000&amp;name=aws-ec2.txt&amp;token=eb35302e4ede816a16e4ec5a20d571b8">pass</a></td>
 <td> only failure was a timeout from my laptop</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/aws-s3</td>
 <td> blobstore</td>
 <td> US,US-CA,IE,SG</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410001000&amp;name=aws-s3.txt&amp;token=4a7dd79d12aae523b5a7407176251248">pass</a></td>
 <td> test failure was due to client-side network timeout</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/azureblob</td>
 <td> blobstore</td>
 <td> US-TX,US-IL,IE-D,SG,NL-NH,HK</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410004000&amp;name=azureblob.txt&amp;token=307572b69cb83868ea3b738027add61c">pass</a></td>
 <td> one glitch on integration test, likely due to slow wifi</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/bluelock-vcloud-vcenterprise</td>
 <td> compute</td>
 <td> US-IN</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410028000&amp;name=bluelock-vcloud-vcenterprise.txt&amp;token=81dfe72af473ff124e7a1d538c106eb3">pass</a></td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/bluelock-vcloud-zone01</td>
 <td> compute</td>
 <td> US-IN</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410027000&amp;name=bluelock-vcloud-zone01.txt&amp;token=b0099cfb15a6aab14735c58b8a53b7fb">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/cloudfiles-uk</td>
 <td> blobstore</td>
 <td> GB-SLG</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410010000&amp;name=cloudfiles-uk.txt&amp;token=946766baf5669d44c9d26256798bc5e9">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/cloudfiles-us</td>
 <td> blobstore</td>
 <td> US-TX</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410010001&amp;name=cloudfiles-us.txt&amp;token=d3d3327a05eb713f5f809e76c2066b99">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/cloudloadbalancers-us</td>
 <td> loadbalancer</td>
 <td> US-IL,US-TX</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410021000&amp;name=cloudloadbalancers-us.txt&amp;token=e4286e87f5e5970171e32c861a0f911c">pass</a></td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/cloudonestorage</td>
 <td> blobstore</td>
 <td> US-GA,US-TX</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410036001&amp;name=cloudonestorage.txt&amp;token=9afd58cd83ea1db0f64f5c9dd58fc630">pass</a> </td>
 <td> see note on atmos. operations except ones requiring ListContainerOptions.recursive operate</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/cloudservers-uk</td>
 <td> compute</td>
 <td> GB-SLG</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410008000&amp;name=cloudservers-uk.txt&amp;token=08ff814d1faef7bd3e6c2ca984e6c4b1">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/cloudservers-us</td>
 <td> compute</td>
 <td> US-IL,US-TX</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410008001&amp;name=cloudservers-us.txt&amp;token=13944d52ae9f8befe3c5557b121ef521">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/cloudsigma-zrh</td>
 <td> compute</td>
 <td> CH-ZH</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410037000&amp;name=cloudsigma-zrh.txt&amp;token=4857a89c1098866767d743cdb89c19c9">unknown</a></td>
 <td> operations seem to work fine, but since images don't support automated ssh login, we cannot verify</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/elastichosts-lon-b</td>
 <td> compute</td>
 <td> GB-LND</td>
 <td>  <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410009000&amp;name=elastichosts-lon-b.txt&amp;token=87632bd44b76925e6e59876df0c5f6c2">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/elastichosts-lon-p</td>
 <td> compute</td>
 <td> GB-LND</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410009001&amp;name=elastichosts-lon-p.txt&amp;token=8921d25b4b0db9f938db864b15654d68">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/elastichosts-sat-p</td>
 <td> compute</td>
 <td> US-TX</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410009002&amp;name=elastichosts-sat-p.txt&amp;token=cea940fb19a2ed70339d83eaeb46bebc">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/eucalyptus-partnercloud-ec2</td>
 <td> compute</td>
 <td> US-CA</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410025000&amp;name=eucalyptus-partnercloud-ec2.txt&amp;token=49205b56e47672af46bfa874ed4895dc">unknown</a></td>
 <td> account doesn't have enough resources to verify things operate</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/eucalyptus-partnercloud-s3</td>
 <td> blobstore</td>
 <td> US-CA</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410018000&amp;name=eucalyptus-partnercloud-s3.txt&amp;token=d967dc03d3d8a07e389b8848d051e216">unstable</a></td>
 <td> acls are not compatible with s3 (testPublicReadOnObject,testPublicWriteOnObject,testUpdateObjectACL); lack of NextMarker makes list continuations unreliable (testListContainerMarker testPutMoreThanSingleListing); different http code on etag conditional (testGetIfMatch)</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/gogrid</td>
 <td> compute</td>
 <td> US-CA,US-VA</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410019000&amp;name=gogrid.txt&amp;token=b556956bf7b31350ac00ae38f4dfbafb">unstable</a></td>
 <td> sometimes metadata like running status flip off our tests.  Since I cannot get a clean run after several tries, I marking this unstable conceding most tests do pass.</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/greenhousedata-element-vcloud</td>
 <td> compute</td>
 <td> US-WY</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410026000&amp;name=greenhousedata-element-vcloud.txt&amp;token=6a892bf558d77b858e0c788ed803c41d">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/ninefold-storage</td>
 <td> blobstore</td>
 <td> AU-NSW</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410031000&amp;name=ninefold-storage.txt&amp;token=e491d8344613bae591f7760d4cb7a2e5">pass</a> </td>
 <td> see note on atmos. operations except ones requiring ListContainerOptions.recursive operate</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/openhosting-east1</td>
 <td> compute</td>
 <td> US-VA</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410016000&amp;name=openhosting-east1.txt&amp;token=84ef8be1ececcd191376975208689e6e">pass</a> </td>
 <td> works from a computeService perspective, but don't expect openjdk to install properly on their default image, as the tests show there's problems installing it</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/rimuhosting</td>
 <td> compute</td>
 <td> NZ-AUK,US-TX,AU-NSW,GB-LND</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410033001&amp;name=rimuhosting.txt&amp;token=33f5976e615fc8db2017379a89a47dad">unstable</a></td>
 <td> rimuhosting works while servers are launched sequentially.  During the tests, servers launched sequentially operated as expected, but when 2 were launched at the same time, we started to receive unexpected content back from the rest api</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/savvis-symphonyvpdc</td>
 <td> compute</td>
 <td> US,CA</td>
 <td> <a href="http://jclouds.googlecode.com/issues/attachment?aid=6410011000&amp;name=jclouds_savvis-symphonyvpdc_livetests_reports_07282011.zip&amp;token=f95192bf5511519333f1187ac64c7afd">unstable</a></td>
 <td>   NOTE this provider does not yet implement ComputeService interface, so you have to use the provider api; a few minor tests fail, and since we don't have comprehensive support due to lacking ComputeService impl, marking unstable</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/serverlove-z1-man</td>
 <td> compute</td>
 <td> GB-MAN</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410012000&amp;name=serverlove-z1-man.txt&amp;token=3c566c0d55d469a991ca23d99f1e2763">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/skalicloud-sdg-my</td>
 <td> compute</td>
 <td> MY-10</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410013000&amp;name=skalicloud-sdg-my.txt&amp;token=2ce8ca22fe95fb9ea7158895f74f7033">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/slicehost</td>
 <td> compute</td>
 <td> US-IL,US-TX,US-MO</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410006000&amp;name=slicehost.txt&amp;token=d25355a92499ad9b3e9c8687b4ef0020">pass</a> </td>
 <td> slicehost slice status is sometimes inconsistent and reports pending when in active state</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/stratogen-vcloud-mycloud</td>
 <td> compute</td>
 <td> GB</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410030000&amp;name=stratogen-vcloud-mycloud.txt&amp;token=28eccdc143d550c0855c6973bcb0f9cf">pass</a> </td>
 <td> passes critical tests, and a re-run should go clean</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/synaptic-storage</td>
 <td> blobstore</td>
 <td> US-VA,US-TX</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410040000&amp;name=synaptic-storage.txt&amp;token=90a28048e50b5f9777136eb398ac883a">pass</a> </td>
 <td> see note on atmos. operations except ones requiring ListContainerOptions.recursive operate</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/trmk-ecloud</td>
 <td> compute</td>
 <td> US-FL,NL-NH</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410023000&amp;name=trmk-ecloud.txt&amp;token=488128a5141a3931a5c5fca1609cb028">pass</a> </td>
 <td> functionality works, with a few glitches: overriding credentials via runScriptOnNodes doesn't seem to apply (testAScriptExecutionAfterBootWithBasicTemplate);NPE attempting to create a new node after closing and recreating your context in the same VM (testCreateAnotherNodeWithANewContextToEnsureSharedMemIsntRequired)</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.provider/trmk-vcloudexpress</td>
 <td> compute</td>
 <td> US-FL</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410032000&amp;name=trmk-vcloudexpress.txt&amp;token=2e9c483b5870486cc8f4027cfce3419e">pass</a> </td>
 <td> same glitches as ecloud</td>
+<td> </td>
 </tr>
 </tbody>
 </table>
@@ -416,97 +484,123 @@ Also, if you are interested in contribut
 <table>
 <thead>
 <tr>
+<th></th>
 <th>  <em>maven dependency</em> </th>
 <th>  <em>abstraction</em> </th>
 <th>  <em>endpoint tested</em> </th>
 <th>  <em>result</em> </th>
 <th>  <em>notes</em> </th>
+<th> </th>
 </tr>
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> org.jclouds.api/atmos</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pass</td>
 <td>  one exception ListContainerOptions.recursive listings via BlobStore Map interfaces do not actually recurse. This is <a href="http://code.google.com/p/jclouds/issues/detail?id=654">issue 654</a></td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/byon</td>
 <td> compute</td>
 <td>  </td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410038000&amp;name=byon.txt&amp;token=cf5c6af93dcbfba99b5d8362eebb8ddf">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/cloudfiles</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pass</td>
 <td>  didn't test directly, rather via cloudfiles-<code>*</code> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/cloudservers</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pass</td>
 <td>  didn't test directly, rather via cloudservers-<code>*</code> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/deltacloud</td>
 <td> compute</td>
 <td>  </td>
 <td> unknown</td>
 <td>  didn't test, but suspect this doesn't work as we were on a snapshot version of deltacloud last time</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/elasticstack</td>
 <td> compute</td>
 <td>  </td>
 <td> pass</td>
 <td>  didn't test directly, rather through elastichosts-<code>*</code></td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/eucalyptus</td>
 <td> compute</td>
 <td>  </td>
 <td> unknown</td>
 <td> was not able to get a hold of a stable env</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/filesystem</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pass</td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/nova</td>
 <td> compute</td>
 <td>  </td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410022000&amp;name=nova-live-tests.txt&amp;token=cdd95bcdac61c3f2e15b0103a6953fdc">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/swift</td>
 <td> blobstore</td>
 <td> http://50.16.106.110:11000</td>
 <td> <a href="http://code.google.com/p/jclouds/issues/attachmentText?id=641&amp;aid=6410007000&amp;name=swift.txt&amp;token=697430c5d84333a4a901a060b5c4f616">pass</a> </td>
 <td> </td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/vcloud</td>
 <td> compute</td>
 <td>  </td>
 <td> pass</td>
 <td>  tested via greenhousedata-element-vcloud</td>
+<td> </td>
 </tr>
 <tr>
+<td></td>
 <td> org.jclouds.api/walrus</td>
 <td> blobstore</td>
 <td>  </td>
 <td> unstable</td>
 <td>  see eucalyptus-partnercloud-s3</td>
+<td> </td>
 </tr>
 </tbody>
 </table>
@@ -517,11 +611,11 @@ Also, if you are interested in contribut
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/releasenotes/1.1.1/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/releasenotes/1.1.1/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/releasenotes/1.1.1/index.html (original)
+++ incubator/jclouds/site-content/documentation/releasenotes/1.1.1/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Release Notes Version 1.1.1</title>
+  <title>Apache jclouds&reg; :: Release Notes Version 1.1.1</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -73,11 +73,11 @@ Many thanks to Andrew Phillips for worki
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/releasenotes/1.2.2/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/releasenotes/1.2.2/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/releasenotes/1.2.2/index.html (original)
+++ incubator/jclouds/site-content/documentation/releasenotes/1.2.2/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Release Notes Version 1.2.2</title>
+  <title>Apache jclouds&reg; :: Release Notes Version 1.2.2</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -106,11 +106,11 @@ Deprecated methods will be removed in th
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>

Modified: incubator/jclouds/site-content/documentation/releasenotes/1.2/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/releasenotes/1.2/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/releasenotes/1.2/index.html (original)
+++ incubator/jclouds/site-content/documentation/releasenotes/1.2/index.html Fri Sep 13 14:05:16 2013
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
 <head>
-  <title>Release Notes Version 1.2.1</title>
+  <title>Apache jclouds&reg; :: Release Notes Version 1.2.1</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -41,7 +41,7 @@
 <li><a href="/documentation/">Documentation</a></li>
 <li><a href="/documentation/community/">Community</a></li>
 <li><a href="/documentation/devguides/">Development</a></li>
-<li><a href="http://groups.google.com/group/jclouds">Contact</a></li>
+<li><a href="http://incubator.apache.org/projects/jclouds.html">Contact</a></li>
 </ul>
 
  <!-- This bit of liquid lets us render the template components as markdown -->
@@ -104,7 +104,8 @@ The example below shows adding a tags to
 
 <div class="highlight"><pre><code class="java"><span class="n">client</span><span class="o">.</span><span class="na">createTagsInRegion</span><span class="o">(</span><span class="s">&quot;us-east-1&quot;</span><span class="o">,</span> <span class="n">ImmutableList</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="s">&quot;instanceId&quot;</span><span class="o">),</span>                                
         <span class="n">ImmutableMap</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="s">&quot;test-key&quot;</span><span class="o">,</span> <span class="s">&quot;test-value&quot;</span><span class="o">,</span> <span class="s">&quot;only-key&quot;</span><span class="o">,</span> <span class="s">&quot;&quot;</span><span class="o">));</span> 
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>See below for example code for creating tags when launching a node.</p>
@@ -120,7 +121,8 @@ The example below shows adding a tags to
 <span class="o">}</span> <span class="k">catch</span> <span class="o">(</span><span class="n">TimeoutException</span> <span class="n">e</span><span class="o">)</span> <span class="o">{</span>
  <span class="o">...</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>key/value pairs on nodes</h3>
@@ -134,7 +136,8 @@ This is supported in byon, aws-ec2, clou
 <span class="n">TemplateOptions</span> <span class="n">options</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="na">templateOptions</span><span class="o">();</span>
 <span class="n">options</span><span class="o">.</span><span class="na">userMetadata</span><span class="o">(</span><span class="n">ImmutableMap</span><span class="o">.</span><span class="na">of</span><span class="o">(</span><span class="s">&quot;Name&quot;</span><span class="o">,</span> <span class="n">myName</span><span class="o">));</span>
 <span class="n">client</span><span class="o">.</span><span class="na">createNodesInGroup</span><span class="o">(</span><span class="n">group</span><span class="o">,</span> <span class="mi">1</span><span class="o">,</span> <span class="n">options</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Upgrades</h3>
@@ -231,244 +234,312 @@ Status of release 1.2.1 is tracked in <a
 <table>
 <thead>
 <tr>
+<th></th>
 <th>  <em>maven dependency</em> </th>
 <th>  <em>abstraction</em> </th>
 <th>  <em>iso 3166 codes</em> </th>
 <th>  <em>result</em> </th>
 <th>  <em>notes</em> </th>
+<th> </th>
 </tr>
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> o.j.p/aws-cloudwatch</td>
 <td> </td>
 <td> US-VA,US-CA,IE,SG</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/aws-cloudwatch.txt">1/1</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/aws-ec2</td>
 <td> compute</td>
 <td> US-VA,US-CA,IE,SG</td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/aws-ec2.txt">147/147</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/aws-s3</td>
 <td> blobstore</td>
 <td> US,US-CA,IE,SG</td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/aws-s3.txt">102/102</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/azureblob</td>
 <td> blobstore</td>
 <td> US-TX,US-IL,IE-D,SG,NL-NH,HK</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/azureblob.txt">94/96</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/azureblob-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/bluelock-vcloud-zone01</td>
 <td> compute</td>
 <td> US-IN</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/bluelock-vcloud-zone01.txt">139/139</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudfiles-uk</td>
 <td> blobstore</td>
 <td> GB-SLG</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/cloudfiles-uk.txt">89/89</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudfiles-us</td>
 <td> blobstore</td>
 <td> US-TX</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/cloudfiles-us.txt">90/90</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudloadbalancers-us</td>
 <td> loadbalancer</td>
 <td> US-IL,US-TX</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/cloudloadbalancers-us.txt">3/3</a></td>
 <td> lbs now take a couple mins to provision</td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudonestorage</td>
 <td> blobstore</td>
 <td> US-GA,US-TX</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/cloudonestorage.txt">63/65</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/cloudonestorage-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudservers-uk</td>
 <td> compute</td>
 <td> GB-SLG</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/cloudservers-uk.txt">125/125</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudservers-us</td>
 <td> compute</td>
 <td> US-IL,US-TX</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/cloudservers-us.txt">125/125</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudsigma-zrh</td>
 <td> compute</td>
 <td> CH-ZH</td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/cloudsigma-zrh.txt">134/149</a></td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/cloudsigma-zrh-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/cloudsigma-lvs</td>
 <td> compute</td>
 <td> US-NV</td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/cloudsigma-lvs.txt">134/142</a></td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/cloudsigma-lvs-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/elastichosts-lon-b</td>
 <td> compute</td>
 <td> GB-LND</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/elastichosts-lon-b.txt">123/123</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/elastichosts-lon-p</td>
 <td> compute</td>
 <td> GB-LND</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/elastichosts-lon-p.txt">121/123</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/elastichosts-lon-p-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/elastichosts-sat-p</td>
 <td> compute</td>
 <td> US-TX</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/elastichosts-sat-p.txt">123/132</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/elastichosts-sat-p-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/eucalyptus-partnercloud-ec2</td>
 <td> compute</td>
 <td> US-CA</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/eucalyptus-partnercloud-ec2.txt">109/122</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/eucalyptus-partnercloud-ec2-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/eucalyptus-partnercloud-s3</td>
 <td> blobstore</td>
 <td> US-CA</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/eucalyptus-partnercloud-s3.txt">100/108</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/eucalyptus-partnercloud-s3-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/go2cloud-jhb1</td>
 <td> compute</td>
 <td> ZA-GP</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/go2cloud-jhb1.txt">122/122</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/gogrid</td>
 <td> compute</td>
 <td> US-CA,US-VA,NL-NH</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/gogrid.txt">109/109</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/greenhousedata-element-vcloud</td>
 <td> compute</td>
 <td> US-WY</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/greenhousedata-element-vcloud.txt">138/138</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/ninefold-storage</td>
 <td> blobstore</td>
 <td> AU-NSW</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/ninefold-storage.txt">63/69</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/ninefold-storage-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/openhosting-east1</td>
 <td> compute</td>
 <td> US-VA</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/openhosting-east1.txt">122/122</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/rimuhosting</td>
 <td> compute</td>
 <td> NZ-AUK,US-TX,AU-NSW,GB-LND</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/rimuhosting.txt">111/121</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/rimuhosting-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/savvis-symphonyvpdc</td>
 <td> compute</td>
 <td> US,CA</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/savvis-symphonyvpdc.txt">96/109</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/savvis-symphonyvpdc-failures.txt">failures</a>; it took 14hrs for all important tests to fail</td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/serverlove-z1-man</td>
 <td> compute</td>
 <td> GB-MAN</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/serverlove-z1-man.txt">123/123</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/skalicloud-sdg-my</td>
 <td> compute</td>
 <td> MY-10</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/skalicloud-sdg-my.txt">122/122</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/slicehost</td>
 <td> compute</td>
 <td> US-IL,US-TX,US-MO</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/slicehost.txt">124/134</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/slicehost-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/softlayer</td>
 <td> compute</td>
 <td> SG,US-CA,US-TX,US-VA,US-WA,US-TX</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/softlayer.txt">127/127</a></td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/stratogen-vcloud-mycloud</td>
 <td> compute</td>
 <td> GB</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/stratogen-vcloud-mycloud.txt">134/165</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/stratogen-vcloud-mycloud-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/synaptic-storage</td>
 <td> blobstore</td>
 <td> US-VA,US-TX</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/synaptic-storage.txt">63/65</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/synaptic-storage-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/trmk-ecloud</td>
 <td> compute</td>
 <td> US-FL,US-VA,NL-NH,BR-SP</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/trmk-ecloud.txt">138/148</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/trmk-ecloud-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.p/trmk-vcloudexpress</td>
 <td> compute</td>
 <td> US-FL</td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/trmk-vcloudexpress.txt">139/146</a></td>
 <td> <a href="/documentation/releasenotes/1.2.0-output/trmk-vcloudexpress-failures.txt">failures</a></td>
+<td></td>
 </tr>
 </tbody>
 </table>
@@ -477,97 +548,123 @@ Status of release 1.2.1 is tracked in <a
 <table>
 <thead>
 <tr>
+<th></th>
 <th>  <em>maven dependency</em> </th>
 <th>  <em>abstraction</em> </th>
 <th>  <em>endpoint tested</em> </th>
 <th>  <em>result</em> </th>
 <th>  <em>notes</em> </th>
+<th> </th>
 </tr>
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> o.j.a/atmos</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/byon</td>
 <td> compute</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/cloudfiles</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/cloudservers</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/deltacloud</td>
 <td> compute</td>
 <td> https://api.deltacloud.org/</td>
 <td> fail</td>
 <td> jclouds needs to be updated to 0.4.1</td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/elasticstack</td>
 <td> compute</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/eucalyptus</td>
 <td> compute</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/filesystem</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/nova</td>
 <td> compute</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/swift</td>
 <td> blobstore</td>
 <td> http://50.16.106.110:8080/auth</td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/swift.txt">89/95</a></td>
 <td> <a href="/documentation/releasenotes/1.2.1-output/swift-failures.txt">failures</a></td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/vcloud</td>
 <td> compute</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 <tr>
+<td></td>
 <td> o.j.a/walrus</td>
 <td> blobstore</td>
 <td>  </td>
 <td> pending</td>
 <td> </td>
+<td></td>
 </tr>
 </tbody>
 </table>
@@ -578,11 +675,11 @@ Status of release 1.2.1 is tracked in <a
     <div id="footer">
        <p>Copyright &copy; 2011-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
 
-<p>jclouds is licensed under <a href="https://github.com/jclouds/jclouds/blob/master/resources/LICENSE.txt">the Apache License, Version 2.0</a>.</p>
-
 <p>Apache, jclouds, Apache jclouds, the jclouds logo, and the Apache feather logos are registered trademarks or trademarks of the Apache Software Foundation.</p>
+
+<p><a href="http://www.apache.org/licenses/">License</a> | <a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> | <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a href="http://www.apache.org/security/">Security</a></p>
  <!-- This bit of liquid lets us render the template components as markdown -->
-     <img src="http://incubator.apache.org/images/egg-logo.png"/>
+     <a href="http://www.apache.org"><img src="http://incubator.apache.org/images/egg-logo.png"/></a>
     </div>
   </div>
 </body>