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 [2/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/quickstart/cloudsigma/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/cloudsigma/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/cloudsigma/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/cloudsigma/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>Quick Start - Cloud Sigma</title>
+  <title>Apache jclouds&reg; :: Quick Start - Cloud Sigma</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 -->
@@ -90,7 +90,8 @@
 
 <span class="c1">// release resources </span>
 <span class="n">context</span><span class="o">.</span><span class="na">close</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ol>
@@ -103,11 +104,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/quickstart/ebs/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/ebs/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/ebs/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/ebs/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>Quick Start - Elastic Block Store Models</title>
+  <title>Apache jclouds&reg; :: Quick Start - Elastic Block Store Models</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 -->
@@ -74,7 +74,8 @@ You can setup volume mappings with exten
                <span class="o">.</span><span class="na">mapEphemeralDeviceToDeviceName</span><span class="o">(</span><span class="s">&quot;/dev/sdm&quot;</span><span class="o">,</span> <span class="s">&quot;ephemeral0&quot;</span><span class="o">)</span><span class="c1">//</span>
                <span class="o">.</span><span class="na">mapNewVolumeToDeviceName</span><span class="o">(</span><span class="s">&quot;/dev/sdn&quot;</span><span class="o">,</span> <span class="n">volumeSize</span><span class="o">,</span> <span class="kc">true</span><span class="o">)</span><span class="c1">//</span>
                <span class="o">.</span><span class="na">mapEBSSnapshotToDeviceName</span><span class="o">(</span><span class="s">&quot;/dev/sdo&quot;</span><span class="o">,</span> <span class="n">snapshot</span><span class="o">.</span><span class="na">getId</span><span class="o">(),</span> <span class="n">volumeSize</span><span class="o">,</span> <span class="kc">true</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2>Elastic Block Store Client</h2>
@@ -83,13 +84,15 @@ You can setup volume mappings with exten
 
 <div class="highlight"><pre><code class="java">      <span class="n">ElasticBlockStoreClient</span> <span class="n">ebsClient</span> <span class="o">=</span> <span class="n">EC2Client</span><span class="o">.</span><span class="na">class</span><span class="o">.</span><span class="na">cast</span><span class="o">(</span><span class="n">context</span><span class="o">.</span><span class="na">getProviderSpecificContext</span><span class="o">().</span><span class="na">getApi</span><span class="o">())</span>
                <span class="o">.</span><span class="na">getElasticBlockStoreServices</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>generating a snapshot</p>
 
 <div class="highlight"><pre><code class="java">      <span class="n">Snapshot</span> <span class="n">snapshot</span> <span class="o">=</span> <span class="n">ebsClient</span><span class="o">.</span><span class="na">createSnapshotInRegion</span><span class="o">(</span><span class="n">volume</span><span class="o">.</span><span class="na">getRegion</span><span class="o">(),</span> <span class="n">volume</span><span class="o">.</span><span class="na">getId</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2>ebs2.clj</h2>
@@ -99,7 +102,8 @@ You can setup volume mappings with exten
 <span class="p">(</span><span class="k">def </span><span class="nv">ec2</span> <span class="p">(</span><span class="nf">compute-service</span> <span class="s">&quot;aws-ec2&quot;</span> <span class="s">&quot;ACCESSKEY&quot;</span> <span class="s">&quot;SECRETKEY&quot;</span> <span class="ss">:sshj</span><span class="p">))</span>
 
 <span class="p">(</span><span class="nf">volumes</span> <span class="nv">ec2</span><span class="p">)</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 
@@ -109,11 +113,11 @@ You can setup volume mappings with exten
     <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/quickstart/filesystem/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/filesystem/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/filesystem/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/filesystem/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>Quick Start - File System</title>
+  <title>Apache jclouds&reg; :: Quick Start - File System</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 -->
@@ -90,7 +90,8 @@
 
 <span class="c1">//close context</span>
 <span class="n">context</span><span class="o">.</span><span class="na">close</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Tips &amp; tricks</h3>
@@ -109,11 +110,11 @@ In this case, the entire directory struc
     <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/quickstart/go-grid/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/go-grid/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/go-grid/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/go-grid/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>Quick Start - Go Grid</title>
+  <title>Apache jclouds&reg; :: Quick Start - Go Grid</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 -->
@@ -76,7 +76,8 @@ Using your account's email address won't
                       <span class="o">.</span><span class="na">getProviderSpecificContext</span><span class="o">();</span>
 
 <span class="n">GoGridClient</span> <span class="n">client</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">getApi</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>A typical use case, as demonstrated in much detail <a href="http://github.com/jclouds/jclouds/blob/master/gogrid/src/test/java/org/jclouds/gogrid/GoGridLiveTestDisabled.java">here</a>:</p>
@@ -86,7 +87,8 @@ Using your account's email address won't
 
 <span class="c1">// iterate over the collection. you&#39;re not required to use Iterables</span>
 <span class="n">Ip</span> <span class="n">availableIp</span> <span class="o">=</span> <span class="n">Iterables</span><span class="o">.</span><span class="na">getLast</span><span class="o">(</span><span class="n">availableIps</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Having an available IP address, you can create a server:</p>
@@ -95,7 +97,8 @@ Using your account's email address won't
                 <span class="s">&quot;GSI-f8979644-e646-4711-ad58-d98a5fa3612c&quot;</span> <span class="cm">/*image name*/</span><span class="o">,</span>
                 <span class="s">&quot;1&quot;</span> <span class="cm">/*ID of ram, 1 is 512 MB, 2 is 1GB*/</span><span class="o">,</span>
                 <span class="n">availableIp</span><span class="o">.</span><span class="na">getIp</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>and optionally wait until it fully starts (in GoGrid's terms, until the server creation job is completed):</p>
@@ -105,7 +108,8 @@ Using your account's email address won't
                 <span class="mi">800</span><span class="o">,</span> <span class="mi">20</span><span class="o">,</span> <span class="n">TimeUnit</span><span class="o">.</span><span class="na">SECONDS</span><span class="o">);</span>
 <span class="n">serverLatestJobCompleted</span><span class="o">.</span><span class="na">apply</span><span class="o">(</span><span class="n">createdServer</span><span class="o">);</span> <span class="c1">//blocks until the condition is met or timeout is exceeded</span>
 <span class="c1">//                                                   (returns true/false whether it was never met or not)</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Note that this predicate can be used for any type of server-related jobs (for load balancer-related jobs,
@@ -115,20 +119,23 @@ Also, GoGrid will mark the server creati
 <p>To restart the server, or turn it off, a power command with <a href="http://github.com/jclouds/jclouds/blob/master/gogrid/src/main/java/org/jclouds/gogrid/domain/PowerCommand.java">PowerCommand</a> enum may be used:</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">client</span><span class="o">.</span><span class="na">getServerServices</span><span class="o">().</span><span class="na">power</span><span class="o">(</span><span class="n">nameOfServer</span><span class="o">,</span> <span class="n">PowerCommand</span><span class="o">.</span><span class="na">RESTART</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Deleting an existing server is accomplished by calling:</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">client</span><span class="o">.</span><span class="na">getServerServices</span><span class="o">().</span><span class="na">deleteByName</span><span class="o">(</span><span class="n">nameOfServer</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>To ssh into a third-party image, you may need credentials that aren't default.
 To find out the proper credentials, start up a server and run:</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">Credentials</span> <span class="n">instanceCredentials</span> <span class="o">=</span> <span class="n">client</span><span class="o">.</span><span class="na">getServerServices</span><span class="o">().</span><span class="na">getServerCredentialsList</span><span class="o">().</span><span class="na">get</span><span class="o">(</span><span class="n">nameOfServer</span><span class="o">)</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Using these credentials, it's possible to use jclouds to log in to the instance:</p>
@@ -138,7 +145,8 @@ To find out the proper credentials, star
 <span class="n">sshClient</span><span class="o">.</span><span class="na">connect</span><span class="o">();</span>
 <span class="n">String</span> <span class="n">output</span> <span class="o">=</span> <span class="n">sshClient</span><span class="o">.</span><span class="na">exec</span><span class="o">(</span><span class="s">&quot;df&quot;</span><span class="o">).</span><span class="na">getOutput</span><span class="o">();</span>
 <span class="n">sshClient</span><span class="o">.</span><span class="na">disconnect</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Using ComputeService abstraction==</h3>
@@ -152,14 +160,16 @@ To find out the proper credentials, star
                       <span class="o">.</span><span class="na">buildView</span><span class="o">(</span><span class="n">ComputeServiceContext</span><span class="o">.</span><span class="na">class</span><span class="o">);</span>
 
 <span class="n">ComputeService</span> <span class="n">service</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">getComputeService</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>With having a ComputeService object in place, you can search for specific type of instance and/or image, and run it:</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">Template</span> <span class="n">t</span> <span class="o">=</span> <span class="n">service</span><span class="o">.</span><span class="na">templateBuilder</span><span class="o">().</span><span class="na">minRam</span><span class="o">(</span><span class="mi">4096</span><span class="o">).</span><span class="na">imageId</span><span class="o">(</span><span class="s">&quot;GSI-6890f8b6-c8fb-4ac1-bc33-2563eb4e29d2&quot;</span><span class="o">).</span><span class="na">build</span><span class="o">();</span>
 <span class="n">service</span><span class="o">.</span><span class="na">runNodesInGroup</span><span class="o">(</span><span class="s">&quot;testGroup&quot;</span><span class="o">,</span> <span class="mi">1</span> <span class="cm">/*number of instances*/</span><span class="o">,</span> <span class="n">t</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>For more information on using this abstraction, refer to
@@ -170,11 +180,11 @@ the detailed <a href="http://github.com/
     <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/quickstart/hpcloud/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/hpcloud/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/hpcloud/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/hpcloud/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>Quick Start - HP Cloud Services</title>
+  <title>Apache jclouds&reg; :: Quick Start - HP Cloud Services</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 -->
@@ -115,7 +115,8 @@ properties.setProperty(KeystonePropertie
 
 <span class="c1">// Be sure to close the context when done</span>
 <span class="n">context</span><span class="o">.</span><span class="na">close</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2>HP Cloud Compute</h2>
@@ -214,7 +215,8 @@ properties.setProperty(KeystonePropertie
 
 <span class="c1">// Be sure to close the context when done</span>
 <span class="n">context</span><span class="o">.</span><span class="na">close</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 
@@ -224,11 +226,11 @@ properties.setProperty(KeystonePropertie
     <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/quickstart/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/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>Quick Start Index</title>
+  <title>Apache jclouds&reg; :: Quick Start Index</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 -->
@@ -75,11 +75,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/quickstart/openstack/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/openstack/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/openstack/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/openstack/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>Quick Start - OpenStack</title>
+  <title>Apache jclouds&reg; :: Quick Start - OpenStack</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 -->
@@ -126,40 +126,49 @@
 <table>
 <thead>
 <tr>
+<th></th>
 <th> jclouds </th>
 <th> OpenStack </th>
 </tr>
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> Compute </td>
 <td> Nova</td>
 </tr>
 <tr>
+<td></td>
 <td> Node </td>
 <td> Server</td>
 </tr>
 <tr>
+<td></td>
 <td> Location/Zone </td>
 <td> Region</td>
 </tr>
 <tr>
+<td></td>
 <td> Hardware </td>
 <td> Flavor</td>
 </tr>
 <tr>
+<td></td>
 <td> NodeMetadata </td>
 <td> Server details</td>
 </tr>
 <tr>
+<td></td>
 <td> UserMetadata </td>
 <td> Metadata</td>
 </tr>
 <tr>
+<td></td>
 <td> BlobStore </td>
 <td> Swift</td>
 </tr>
 <tr>
+<td></td>
 <td> Blob </td>
 <td> File</td>
 </tr>
@@ -274,7 +283,9 @@
       <span class="n">closeQuietly</span><span class="o">(</span><span class="n">compute</span><span class="o">.</span><span class="na">getContext</span><span class="o">());</span>
    <span class="o">}</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
+
 
 </pre>
 
@@ -426,7 +437,9 @@ Servers in RegionOne
       <span class="n">closeQuietly</span><span class="o">(</span><span class="n">storage</span><span class="o">.</span><span class="na">getContext</span><span class="o">());</span>
    <span class="o">}</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
+
 
 </pre>
 
@@ -477,7 +490,9 @@ List Containers
    <span class="n">storage</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">getBlobStore</span><span class="o">();</span>
    <span class="n">swift</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">unwrap</span><span class="o">();</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
+
 
 </pre>
 
@@ -509,7 +524,9 @@ List Containers
    <span class="n">nova</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">unwrap</span><span class="o">();</span>
    <span class="n">zones</span> <span class="o">=</span> <span class="n">nova</span><span class="o">.</span><span class="na">getApi</span><span class="o">().</span><span class="na">getConfiguredZones</span><span class="o">();</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
+
 
 </pre>
 
@@ -541,11 +558,11 @@ List Containers
     <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/quickstart/rackspace/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/rackspace/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/rackspace/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/rackspace/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>Getting Started - The Rackspace Cloud</title>
+  <title>Apache jclouds&reg; :: Getting Started - The Rackspace Cloud</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 -->
@@ -138,40 +138,49 @@
 <table>
 <thead>
 <tr>
+<th></th>
 <th> jclouds </th>
 <th> Rackspace/OpenStack </th>
 </tr>
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> Compute </td>
 <td> Cloud Servers (Nova)</td>
 </tr>
 <tr>
+<td></td>
 <td> Node </td>
 <td> Server</td>
 </tr>
 <tr>
+<td></td>
 <td> Location/Zone </td>
 <td> Region</td>
 </tr>
 <tr>
+<td></td>
 <td> Hardware </td>
 <td> Flavor</td>
 </tr>
 <tr>
+<td></td>
 <td> NodeMetadata </td>
 <td> Server details</td>
 </tr>
 <tr>
+<td></td>
 <td> UserMetadata </td>
 <td> Metadata</td>
 </tr>
 <tr>
+<td></td>
 <td> BlobStore </td>
 <td> Cloud Files (Swift)</td>
 </tr>
 <tr>
+<td></td>
 <td> Blob </td>
 <td> File (Object)</td>
 </tr>
@@ -477,7 +486,8 @@ Create Cloud Load Balancer
   
   <span class="o">...</span>
 <span class="o">}</span> 
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2><a id="next"></a>Next Steps</h2>
@@ -522,11 +532,11 @@ Create Cloud Load Balancer
     <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/quickstart/sqs/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/sqs/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/sqs/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/sqs/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>Quick Start - Simple Queue Service Models</title>
+  <title>Apache jclouds&reg; :: Quick Start - Simple Queue Service Models</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 -->
@@ -61,7 +61,8 @@
 <span class="k">if</span> <span class="o">(</span><span class="n">queue</span> <span class="o">==</span> <span class="kc">null</span><span class="o">)</span> <span class="o">{</span>
   <span class="n">queue</span> <span class="o">=</span> <span class="n">queueApi</span><span class="o">.</span><span class="na">create</span><span class="o">(</span><span class="n">queueName</span><span class="o">);</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Getting an api connection to a queue</h3>
@@ -69,7 +70,8 @@
 <p>In SQS, once you discover or create a queue, you can focus a connection to to that, by supplying the queue's url.</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">queueApi</span> <span class="o">=</span> <span class="n">context</span><span class="o">.</span><span class="na">getApi</span><span class="o">().</span><span class="na">getMessageApiForQueue</span><span class="o">(</span><span class="n">queueURI</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>sending a message</h3>
@@ -77,7 +79,8 @@
 <p>Sending a message is simple, just supply the text you wish to send.</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">queueApi</span><span class="o">.</span><span class="na">send</span><span class="o">(</span><span class="s">&quot;my message&quot;</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>receiving a message</h3>
@@ -85,7 +88,8 @@
 <p>Receiving a message is also simple: invoke <code>receive</code> and if your result is not null, you have a message!</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">message</span> <span class="o">=</span> <span class="n">queueApi</span><span class="o">.</span><span class="na">receive</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>sending many messages</h3>
@@ -97,7 +101,8 @@
                                  <span class="o">.</span><span class="na">put</span><span class="o">(</span><span class="s">&quot;id2&quot;</span><span class="o">,</span> <span class="s">&quot;test message two&quot;</span><span class="o">)</span>
                                  <span class="o">.</span><span class="na">put</span><span class="o">(</span><span class="s">&quot;id3&quot;</span><span class="o">,</span> <span class="s">&quot;test message two&quot;</span><span class="o">)</span>
                                  <span class="o">.</span><span class="na">build</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>receiving many messages</h3>
@@ -105,7 +110,8 @@
 <p>Note that you can receive the same message twice <em>even in the same request!</em>.  Hence we use List, not Set.</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">List</span><span class="o">&lt;</span><span class="n">Message</span><span class="o">&gt;</span> <span class="n">messages</span> <span class="o">=</span> <span class="n">api</span><span class="o">.</span><span class="na">receive</span><span class="o">(</span><span class="mi">10</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 
@@ -115,11 +121,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/quickstart/terremark-ecloud/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/terremark-ecloud/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/terremark-ecloud/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/terremark-ecloud/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>Quick Start - Terremark eCloud</title>
+  <title>Apache jclouds&reg; :: Quick Start - Terremark eCloud</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 -->
@@ -132,7 +132,8 @@
  <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">printf</span><span class="o">(</span><span class="s">&quot;you can now connect to ssh://ecloud:$Ep455l0ud!2@%s:22%n&quot;</span><span class="o">,</span> <span class="n">publicIp</span><span class="o">.</span><span class="na">getHostAddress</span><span class="o">());</span>
 
  <span class="n">context</span><span class="o">.</span><span class="na">close</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ol>
@@ -145,11 +146,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/quickstart/terremark-vcloud-express/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/terremark-vcloud-express/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/terremark-vcloud-express/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/terremark-vcloud-express/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>Quick Start- Terremark vCloud Express</title>
+  <title>Apache jclouds&reg; :: Quick Start- Terremark vCloud Express</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 -->
@@ -147,7 +147,8 @@
     <span class="n">key</span><span class="o">.</span><span class="na">getPrivateKey</span><span class="o">());</span>
 
 <span class="n">context</span><span class="o">.</span><span class="na">close</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ol>
@@ -160,11 +161,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/quickstart/virtualbox/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/quickstart/virtualbox/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/quickstart/virtualbox/index.html (original)
+++ incubator/jclouds/site-content/documentation/quickstart/virtualbox/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>Quick Start - VirtualBox</title>
+  <title>Apache jclouds&reg; :: Quick Start - VirtualBox</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 -->
@@ -340,11 +340,11 @@ you can override the default working dir
     <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/apps-that-use-jclouds/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/apps-that-use-jclouds/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/apps-that-use-jclouds/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/apps-that-use-jclouds/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>A List of applications that use jclouds</title>
+  <title>Apache jclouds&reg; :: A List of applications that use Apache jclouds&reg;</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 Community Members</h1>
+		<h1>Apache jclouds&reg; Community Members</h1>
 
 <p>We know folks from a good many places.  While this may just be a list of applications that use jclouds, the good people behind these applications
 are valuable members of our community.</p>
@@ -57,7 +57,7 @@ are valuable members of our community.</
 <h2><a href="http://www.abiquo.com/">Abiquo</a></h2>
 
 <ul>
-<li> uses jclouds for OpsCode Chef integration and internally to communicate the UI with the Abiquo API</li>
+<li> uses jclouds for OpsCode Chef integration, for AWS integration, and internally to communicate the UI with the Abiquo API</li>
 </ul>
 
 
@@ -374,11 +374,11 @@ are valuable members of our community.</
     <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/async/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/async/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/async/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/async/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 - Async Api</title>
+  <title>Apache jclouds&reg; :: Async Api</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 -->
@@ -67,7 +67,8 @@
 <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="s">&quot;get the popcorn&quot;</span><span class="o">);</span>
 <span class="c1">// the following will block until the download completes</span>
 <span class="n">Futures</span><span class="o">.</span><span class="na">getUnchecked</span><span class="o">(</span><span class="n">movie</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>It is important to keep in mind that operations on the Async Client will not generally return errors, particularly those relating to the remote operation.  For example, if there's a server error, you won't know until you issue <code>result.get()</code>.</p>
@@ -79,11 +80,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/columnar-datadesign/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/columnar-datadesign/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/columnar-datadesign/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/columnar-datadesign/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>Columnar Data abstraction API</title>
+  <title>Apache jclouds&reg; :: Columnar Data abstraction API</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 -->
@@ -113,7 +113,8 @@ Azure use a compose a element pair to cr
 <p>The create table is strongly related with the scalability issue, so in that case the API will be something like:</p>
 
 <div class="highlight"><pre><code class="java">    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">createTable</span><span class="o">(</span><span class="n">String</span> <span class="n">table</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>In a Columnar database, the data auto-fit into the table, and we don't need to design the
@@ -127,7 +128,8 @@ structure of table in the create action,
 <p>The remove APi it is quite similar to the create, but more simple, just something like that:</p>
 
 <div class="highlight"><pre><code class="java">    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">removeTable</span><span class="o">(</span><span class="n">String</span> <span class="n">table</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -147,13 +149,15 @@ This implementation should be based on J
 <div class="highlight"><pre><code class="java"><span class="c1">// First arg is table name, and the second one is the list of fields to retrieve.</span>
 <span class="kd">public</span> <span class="n">Query</span> <span class="nf">createQuery</span><span class="o">(</span><span class="n">String</span> <span class="n">table</span><span class="o">,</span> <span class="n">List</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;</span> <span class="n">fields</span><span class="o">);</span>
 <span class="kd">public</span> <span class="n">Query</span> <span class="nf">createNativeQuery</span><span class="o">(</span><span class="n">String</span> <span class="n">sql</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>For instance</p>
 
 <div class="highlight"><pre><code class="sql"><span class="k">SELECT</span> <span class="n">A</span><span class="p">,</span> <span class="n">B</span><span class="p">,</span> <span class="k">C</span> <span class="k">FROM</span> <span class="k">Table</span> 
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -166,20 +170,23 @@ a Query through the createQuery method. 
 
 <div class="highlight"><pre><code class="java"><span class="kd">public</span> <span class="kt">void</span> <span class="nf">executeQuery</span><span class="o">();</span>
 <span class="kd">public</span> <span class="kt">void</span> <span class="nf">setParameter</span><span class="o">(</span><span class="n">String</span> <span class="n">name</span><span class="o">,</span> <span class="n">String</span> <span class="n">value</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Sample SQL:</p>
 
 <div class="highlight"><pre><code class="sql"><span class="k">SELECT</span> <span class="n">A</span><span class="p">,</span> <span class="n">B</span><span class="p">,</span> <span class="k">C</span> <span class="k">FROM</span> <span class="k">Table</span> <span class="k">WHERE</span> <span class="n">name</span> <span class="o">=</span> <span class="p">:</span><span class="n">name</span> 
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Then, you can apply the set</p>
 
 <div class="highlight"><pre><code class="java"><span class="n">Query</span> <span class="n">query</span> <span class="o">=</span> <span class="n">ColumnarObj</span><span class="o">.</span><span class="na">createNativeQuery</span><span class="o">(</span><span class="s">&quot;SELECT A, B, C FROM Table WHERE name = :name&quot;</span><span class="o">);</span>
 <span class="n">query</span><span class="o">.</span><span class="na">setParameter</span><span class="o">(</span><span class="s">&quot;name&quot;</span><span class="o">,</span> <span class="s">&quot;Luis&quot;</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -191,7 +198,8 @@ a Query through the createQuery method. 
 we will specialize into an Table implementation in order to receive attributes.</p>
 
 <div class="highlight"><pre><code class="java"><span class="kd">public</span> <span class="kt">void</span> <span class="nf">persist</span><span class="o">(</span><span class="n">Table</span> <span class="n">table</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Moreover, it will have the same behavior, however merge operation will also be supported by this function.</p>
@@ -202,7 +210,8 @@ we will specialize into an Table impleme
 
 
 <div class="highlight"><pre><code class="java"><span class="k">new</span> <span class="nf">Exception</span><span class="o">(</span><span class="s">&quot;NOT SUPPORTED YET!!!&quot;</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -211,7 +220,8 @@ we will specialize into an Table impleme
 
 
 <div class="highlight"><pre><code class="java"><span class="kd">public</span> <span class="kt">void</span> <span class="nf">remove</span><span class="o">(</span><span class="n">String</span> <span class="n">table</span><span class="o">,</span> <span class="n">String</span> <span class="n">id</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2>Supported providers</h2>
@@ -223,11 +233,11 @@ we will specialize into an Table impleme
     <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/compute-design/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/compute-design/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/compute-design/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/compute-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>Design of jclouds compute abstraction</title>
+  <title>Apache jclouds&reg; :: Design of the compute abstraction</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>Design of jclouds compute abstraction</h1>
+		<h1>Design of Apache jclouds&reg; compute abstraction</h1>
 
 <h2>Introduction</h2>
 
@@ -221,7 +221,8 @@ However, we will have helpers for calls 
 <span class="n">TemplateOptions</span> <span class="n">options</span> <span class="o">=</span> <span class="n">computeService</span><span class="o">.</span><span class="na">templateOptions</span><span class="o">().</span><span class="na">blockOnPort</span><span class="o">(</span><span class="mi">22</span><span class="o">,</span> <span class="mi">120</span><span class="o">);</span>
 <span class="c1">// run a single node accessible via the group &quot;foo&quot;</span>
 <span class="n">Set</span><span class="o">&lt;?</span> <span class="kd">extends</span> <span class="n">NodeMetadata</span><span class="o">&gt;</span> <span class="n">nodes</span> <span class="o">=</span> <span class="n">computeService</span><span class="o">.</span><span class="na">runNodesInGroup</span><span class="o">(</span><span class="s">&quot;foo&quot;</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>
 
 
 <h2>Template</h2>
@@ -235,7 +236,8 @@ For example, a user may desire the cheap
 
 <span class="c1">// run 5 nodes accessible with the group &quot;webserver&quot;</span>
 <span class="n">Set</span><span class="o">&lt;?</span> <span class="kd">extends</span> <span class="n">NodeMetadata</span><span class="o">&gt;</span> <span class="n">nodes</span> <span class="o">=</span> <span class="n">computeService</span><span class="o">.</span><span class="na">runNodesInGroup</span><span class="o">(</span><span class="s">&quot;webserver&quot;</span><span class="o">,</span> <span class="mi">5</span><span class="o">,</span> <span class="n">template</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>As you can see above, Profile allows users to use cloud-specific lookups while at the same time use the portable interface.<br/>
@@ -299,7 +301,8 @@ Here's what that might look like in java
   <span class="n">Future</span><span class="o">&lt;</span><span class="n">Instance</span><span class="o">&gt;</span>  <span class="o">=</span> <span class="n">service</span><span class="o">.</span><span class="na">createInstance</span><span class="o">(</span><span class="n">node</span><span class="o">.</span><span class="na">getId</span><span class="o">(),</span> <span class="s">&quot;mybilling-1.0.1&quot;</span><span class="o">,</span> <span class="n">groupAs</span><span class="o">(</span><span class="s">&quot;production&quot;</span><span class="o">));</span>
   <span class="c1">//  check it, etc.</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 
@@ -309,11 +312,11 @@ Here's what that might look like in java
     <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/error-handling/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/error-handling/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/error-handling/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/error-handling/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 - Error Handling</title>
+  <title>Apache jclouds&reg; :: Error Handling</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 -->
@@ -72,11 +72,11 @@ successfully after the node booted.</p>
     <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/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/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>Reference Index</title>
+  <title>Apache jclouds&reg; :: Reference Index</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 -->
@@ -75,11 +75,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/jclouds-api/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/jclouds-api/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/jclouds-api/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/jclouds-api/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 API</title>
+  <title>Apache jclouds&reg; :: API</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 API</h1>
+		<h1>Apache jclouds&reg; API</h1>
 
 <p>This page explains the jclouds API which is underneath all tools that use jclouds.
 The jclouds API binds HTTP rest services to synchronous and asynchronous java apis.</p>
@@ -64,8 +64,9 @@ where account is tied to your username, 
 <p>In order to use jclouds with an http proxy, you must use the default http engine and
 specify the proxy parameters as system properties to the java virtual machine.</p>
 
-<pre><code>-Dhttps.proxyHost=proxy  -Dhttps.proxyPort=3128
-</code></pre>
+<p><code>
+-Dhttps.proxyHost=proxy  -Dhttps.proxyPort=3128
+</code></p>
 
 <h3>Enterprise Configuration</h3>
 
@@ -100,7 +101,8 @@ Specifically, this chooses <code>joda</c
                       <span class="o">.</span><span class="na">modules</span><span class="o">(</span><span class="n">wiring</span><span class="o">)</span>
                       <span class="o">.</span><span class="na">overrides</span><span class="o">(</span><span class="n">overrides</span><span class="o">)</span>
                       <span class="o">.</span><span class="na">buildView</span><span class="o">(</span><span class="n">ComputeServiceContext</span><span class="o">.</span><span class="na">class</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Timeout</h3>
@@ -125,7 +127,8 @@ These allow <code>jclouds</code> code to
       <span class="c1">// the first exception of type AuthorizationException will show up here.  This allows</span>
       <span class="c1">// you to make preventative measures that ensure your code doesn&#39;t lock out accounts.</span>
   <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Here's a list of our "standard" exceptions which are defined in <code>org.jclouds.util.Utils#returnFirstExceptionIfInListOrThrowStandardExceptionOrCause</code>:</p>
@@ -151,11 +154,11 @@ exist is a state problem, and should thr
     <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/jclouds-logging/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/jclouds-logging/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/jclouds-logging/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/jclouds-logging/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>Logging</title>
+  <title>Apache jclouds&reg; :: Logging</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,9 +49,9 @@
     </div>
     <div id="content">
       <div id="column2">
-		<h2>Logging in jclouds</h2>
+		<h2>Logging in Apache jclouds&reg;</h2>
 
-<p>Logging in jclouds can save you time and effort when developing your code or looking for help. If your code is not behaving how you expect it to, enabling and configuring logging in jclouds can quickly give you valuable insight into the root cause of the issue. If you need help from the <a href="https://groups.google.com/forum/?fromgroups#!forum/jclouds">jclouds mailing list</a>, the logs can help the people there assist you. The logs can be verbose so it's often best to simply copy and paste them into a <a href="https://gist.github.com/">gist</a> and just post the link on the mailing list.</p>
+<p>Logging in jclouds can save you time and effort when developing your code or looking for help. If your code is not behaving how you expect it to, enabling and configuring logging in jclouds can quickly give you valuable insight into the root cause of the issue. If you need help from the <a href="http://www.mail-archive.com/user@jclouds.incubator.apache.org/">jclouds-user mailing list</a>, the logs can help the people there assist you. The logs can be verbose so it's often best to simply copy and paste them into a <a href="https://gist.github.com/">gist</a> and just post the link on the mailing list.</p>
 
 <p>By default, jclouds does no logging whatsoever for maximum performance.</p>
 
@@ -87,32 +87,39 @@
 <table>
 <thead>
 <tr>
+<th></th>
 <th> Dependency </th>
 <th> Implementation </th>
 </tr>
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> jclouds-core </td>
 <td> NullLoggingModule</td>
 </tr>
 <tr>
+<td></td>
 <td> jclouds-core </td>
 <td> JDKLoggingModule</td>
 </tr>
 <tr>
+<td></td>
 <td> jclouds-core </td>
 <td> ConsoleLoggingModule</td>
 </tr>
 <tr>
+<td></td>
 <td> jclouds-log4j (Optional) </td>
 <td> Log4JLoggingModule</td>
 </tr>
 <tr>
+<td></td>
 <td> jclouds-slf4j (Optional) </td>
 <td> SLF4JLoggingModule</td>
 </tr>
 <tr>
+<td></td>
 <td> jclouds-antcontrib (Optional) </td>
 <td> AntLoggingModule</td>
 </tr>
@@ -135,7 +142,8 @@
         <span class="o">.</span><span class="na">credentials</span><span class="o">(</span><span class="s">&quot;myUsername&quot;</span><span class="o">,</span> <span class="s">&quot;myPasswordOrApiKey&quot;</span><span class="o">)</span>
         <span class="o">.</span><span class="na">modules</span><span class="o">(</span><span class="n">modules</span><span class="o">)</span>
         <span class="o">.</span><span class="na">buildView</span><span class="o">(</span><span class="n">ComputeServiceContext</span><span class="o">.</span><span class="na">class</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>You'll also need a log4j.xml (<a href="https://github.com/jclouds/jclouds/blob/master/compute/src/test/resources/log4j.xml">example</a>) configuration file on your classpath.</p>
@@ -153,7 +161,8 @@
         <span class="o">.</span><span class="na">credentials</span><span class="o">(</span><span class="s">&quot;myUsername&quot;</span><span class="o">,</span> <span class="s">&quot;myPasswordOrApiKey&quot;</span><span class="o">)</span>
         <span class="o">.</span><span class="na">modules</span><span class="o">(</span><span class="n">modules</span><span class="o">)</span>
         <span class="o">.</span><span class="na">buildView</span><span class="o">(</span><span class="n">ComputeServiceContext</span><span class="o">.</span><span class="na">class</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>You'll also need a logback.xml (<a href="https://github.com/jclouds/jclouds/blob/master/compute/src/test/resources/logback.xml">example</a>) configuration file on your classpath.</p>
@@ -201,7 +210,8 @@ such as logging.  As such, it is standar
 
 <div class="highlight"><pre><code class="java"><span class="nd">@Resource</span>
 <span class="kd">protected</span> <span class="n">Logger</span> <span class="n">logger</span> <span class="o">=</span> <span class="n">Logger</span><span class="o">.</span><span class="na">NULL</span><span class="o">;</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 
@@ -211,11 +221,11 @@ such as logging.  As such, it is standar
     <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/load-balancer-design/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/load-balancer-design/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/load-balancer-design/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/load-balancer-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>Design of our Load Balancer Abstraction</title>
+  <title>Apache jclouds&reg; :: Design of our Load Balancer Abstraction</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 -->
@@ -256,11 +256,11 @@ from OpenStack Load Balancing api.</p>
     <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/location-metadata-design/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/location-metadata-design/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/location-metadata-design/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/location-metadata-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>Summary of motivation and design choices for the Location Metadata API</title>
+  <title>Apache jclouds&reg; :: Summary of motivation and design choices for the Location Metadata API</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 -->
@@ -87,7 +87,8 @@ collocation at various levels.</p>
         <span class="nt">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;ec2&quot;</span>
     <span class="p">}</span>
 <span class="p">}</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>The data in these location objects were a combination of well known facts and API accessible information.</p>
@@ -661,11 +662,11 @@ the introduction here)</li>
     <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/oauth/index.html
URL: http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/reference/oauth/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/documentation/reference/oauth/index.html (original)
+++ incubator/jclouds/site-content/documentation/reference/oauth/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 OAuth Integration</title>
+  <title>Apache jclouds&reg; :: OAuth Integration</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,18 +49,18 @@
     </div>
     <div id="content">
       <div id="column2">
-		<h1>jclouds OAuth Integration</h1>
+		<h1>Apache jclouds&reg; OAuth Integration</h1>
 
       </div>
     </div>
     <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>