Modified: 
incubator/jclouds/site-content/documentation/userguide/vmware-vcloud-director/index.html
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/userguide/vmware-vcloud-director/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- 
incubator/jclouds/site-content/documentation/userguide/vmware-vcloud-director/index.html
 (original)
+++ 
incubator/jclouds/site-content/documentation/userguide/vmware-vcloud-director/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 jclouds to manage VMWare vCloud Director 1.5</title>
+  <title>Apache jclouds&reg; :: Manage VMWare vCloud Director 1.5</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>Using jclouds to manage VMWare vCloud Director 1.5</h1>
+               <h1>Using Apache jclouds&reg; to manage VMWare vCloud Director 
1.5</h1>
 
 <h2>Introduction</h2>
 
@@ -77,7 +77,8 @@ vAppTemplateApi = context.getApi().getVA
 vdcApi = context.getApi().getVdcApi();
 vmApi = context.getApi().getVmApi();
 networkApi = context.getApi().getNetworkApi();
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Each one of them allows you to access the API functionalities of any vCloud 
Director subsystem.</p>
@@ -91,7 +92,8 @@ Starting from a vApp template, in fact, 
   <span class="o">.</span><span class="na">name</span><span 
class="o">(</span><span class="n">name</span><span class="o">(</span><span 
class="s">&quot;vApp-&quot;</span><span class="o">))</span>
   <span class="o">.</span><span class="na">instantiationParams</span><span 
class="o">(</span><span class="n">instantiationParams</span><span 
class="o">())</span>
   <span class="o">.</span><span class="na">build</span><span 
class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>where instantiationParams() are in charge to create a 'vAppNetwork' 
attached to the orgNetwork 'networkURI':</p>
@@ -134,13 +136,15 @@ Starting from a vApp template, in fact, 
 
       <span class="k">return</span> <span 
class="n">networkConfiguration</span><span class="o">;</span>
    <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>Or you can always recompose an existing vApp</p>
 
 <div class="highlight"><pre><code class="java"><span 
class="n">vAppApi</span><span class="o">.</span><span 
class="na">recompose</span><span class="o">(</span><span 
class="n">vApp</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">(),</span> <span 
class="n">params</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>where 'params' are RecomposeVAppParams.</p>
@@ -150,11 +154,11 @@ Starting from a vApp template, in fact, 
     <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/userguide/vmware-vcloud/index.html
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/documentation/userguide/vmware-vcloud/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- 
incubator/jclouds/site-content/documentation/userguide/vmware-vcloud/index.html 
(original)
+++ 
incubator/jclouds/site-content/documentation/userguide/vmware-vcloud/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 jclouds to Manage VMWare vCloud</title>
+  <title>Apache jclouds&reg; :: Manage VMWare vCloud</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>Using jclouds to Manage VMWare vCloud</h1>
+               <h1>Using Apache jclouds&reg; to Manage VMWare vCloud</h1>
 
 <h2>Introduction</h2>
 
@@ -63,6 +63,7 @@ We also provide tools that make developi
 <table>
 <thead>
 <tr>
+<th></th>
 <th> <em>Company</em> </th>
 <th> <em>Offering</em> </th>
 <th> <em>Provider in jclouds</em> </th>
@@ -71,28 +72,32 @@ We also provide tools that make developi
 </thead>
 <tbody>
 <tr>
+<td></td>
 <td> <img src="http://www.vmware.com/files/images/vam/img-terremark.gif";> </td>
 <td> <a href="http://vcloudexpress.terremark.com/blog.aspx";>vCloud Express</a> 
</td>
 <td> trmk-vcloudexpress </td>
-<td> 0.8a-ext1.6 </td>
+<td> 0.8a-ext1.6 |</td>
 </tr>
 <tr>
+<td></td>
 <td> <img src="http://www.vmware.com/files/images/vam/img-terremark.gif";></td>
 <td> <a 
href="http://www.terremark.com/services/cloudcomputing/theenterprisecloud.aspx";>Enterprise
 Cloud</a> </td>
 <td> trmk-ecloud </td>
-<td> 0.8b-ext2.3 </td>
+<td> 0.8b-ext2.3 |</td>
 </tr>
 <tr>
+<td></td>
 <td> <img src="http://www.vmware.com/files/images/vam/img-bluelock.gif";> </td>
 <td> <a 
href="http://www.bluelock.com/bluelock-cloud-hosting/virtual-cloud-enterprise/";>vCloud
 Enterprise</a></td>
 <td> bluelock-vcdirector </td>
-<td> 1.0 </td>
+<td> 1.0 | </td>
 </tr>
 <tr>
+<td></td>
 <td> <a href="http://www.stratogen.net/products/vmware-hosting.html";><img 
src="http://www.stratogen.net/images/footerlogo.gif";></a> </td>
 <td> <a href="http://www.stratogen.net/products/vmware-hosting.html";>VMware 
Hosting</a></td>
 <td> stratogen-vcloud-mycloud </td>
-<td> 1.0 </td>
+<td> 1.0 |</td>
 </tr>
 </tbody>
 </table>
@@ -118,7 +123,8 @@ to either get a portable cloud computing
  
 <span class="c1">// use context to obtain vcloud objects with terremark vCloud 
express extensions</span>
 <span class="n">RestContext</span><span class="o">&lt;</span><span 
class="n">TerremarkVCloudExpressClient</span><span class="o">,</span> <span 
class="n">TerremarkVCloudExpressAsyncClient</span><span class="o">&gt;</span>  
<span class="n">providerContext</span> <span class="o">=</span> <span 
class="n">context</span><span class="o">.</span><span 
class="na">getProviderContext</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -135,7 +141,8 @@ to either get a portable cloud computing
 
 <span class="c1">// use context to obtain vcloud objects with terremark eCloud 
extensions</span>
 <span class="n">RestContext</span><span class="o">&lt;</span><span 
class="n">TerremarkECloudClient</span><span class="o">,</span> <span 
class="n">TerremarkECloudAsyncClient</span><span class="o">&gt;</span>  <span 
class="n">providerContext</span> <span class="o">=</span> <span 
class="n">context</span><span class="o">.</span><span 
class="na">getProviderContext</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -151,7 +158,8 @@ to either get a portable cloud computing
                       <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">RestContext</span><span class="o">&lt;</span><span 
class="n">VCloudClient</span><span class="o">,</span> <span 
class="n">VCloudAsyncClient</span><span class="o">&gt;</span> <span 
class="n">providerContext</span> <span class="o">=</span> <span 
class="n">context</span><span class="o">.</span><span 
class="na">getProviderContext</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -168,7 +176,8 @@ to either get a portable cloud computing
                       <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">RestContext</span><span class="o">&lt;</span><span 
class="n">VCloudClient</span><span class="o">,</span> <span 
class="n">VCloudAsyncClient</span><span class="o">&gt;</span> <span 
class="n">providerContext</span> <span class="o">=</span> <span 
class="n">context</span><span class="o">.</span><span 
class="na">getProviderContext</span><span class="o">();</span>                  
                                                     
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -187,7 +196,8 @@ to either get a portable cloud computing
                       <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">RestContext</span><span class="o">&lt;</span><span 
class="n">VCloudClient</span><span class="o">,</span> <span 
class="n">VCloudAsyncClient</span><span class="o">&gt;</span> <span 
class="n">providerContext</span> <span class="o">=</span> <span 
class="n">context</span><span class="o">.</span><span 
class="na">getProviderContext</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h2>Portability</h2>
@@ -197,7 +207,8 @@ to either get a portable cloud computing
 
 <div class="highlight"><pre><code class="text">// get a synchronous object to 
use for manipulating vcloud objects
 CommonVCloudClient client = context.getApi()
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <p>If you are interacting with Terremark, you can cast to 
<code>VCloudExpressClient</code> and <code>VCloudExpressAsyncClient</code>
@@ -218,7 +229,8 @@ to use the common features between eClou
 <span class="c1">// note that vcloud 0.8 vApp template is not compatible with 
1.0.  </span>
 <span class="c1">// Use VCloudExpressVAppTemplate in that case</span>
 <span class="n">VCloudExpressVAppTemplate</span> <span 
class="n">vAppTemplate</span> <span class="o">=</span> <span 
class="n">client</span><span class="o">.</span><span 
class="na">getVAppTemplate</span><span class="o">(</span><span 
class="n">item</span><span class="o">.</span><span 
class="na">getEntity</span><span class="o">().</span><span 
class="na">getHref</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Instantiate, deploy, and powerOn a vApp template in vCloud 0.8 
(Terremark)</h3>
@@ -248,7 +260,8 @@ to use the common features between eClou
 <span class="c1">// block until poweron task shows success</span>
 <span class="k">if</span> <span class="o">(!</span><span 
class="n">taskTester</span><span class="o">.</span><span 
class="na">apply</span><span class="o">(</span><span 
class="n">onTask</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">()))</span> 
       <span class="k">throw</span> <span class="k">new</span> <span 
class="nf">Exception</span><span class="o">(</span><span class="s">&quot;could 
not turn on &quot;</span><span class="o">+</span><span 
class="n">vApp</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Instantiate, deploy, and powerOn a vApp template in vCloud 1.0</h3>
@@ -272,7 +285,8 @@ to transition to powerOn state from inst
 <span class="c1">// block until task shows success</span>
 <span class="k">if</span> <span class="o">(!</span><span 
class="n">taskTester</span><span class="o">.</span><span 
class="na">apply</span><span class="o">(</span><span class="n">task</span><span 
class="o">.</span><span class="na">getHref</span><span class="o">())</span> 
      <span class="k">throw</span> <span class="k">new</span> <span 
class="nf">Exception</span><span class="o">(</span><span class="s">&quot;could 
not deploy and powerOn &quot;</span><span class="o">+</span><span 
class="n">vApp</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Getting vApp details</h3>
@@ -287,7 +301,8 @@ to transition to powerOn state from inst
 
      <span class="c1">// for vCloud 1.0 based services</span>
      <span class="n">vApp</span> <span class="o">=</span> <span 
class="n">client</span><span class="o">.</span><span 
class="na">getVApp</span><span class="o">(</span><span 
class="n">vApp</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <h3>Closing the context</h3>
@@ -295,7 +310,8 @@ to transition to powerOn state from inst
 <p>The context object uses threads and other resources.  When you are 
finished, close it.</p>
 
 <div class="highlight"><pre><code class="java">      <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>vApp Templates</h3>
@@ -321,7 +337,8 @@ No.</p></li>
       <span class="n">VCloudExpressVApp</span> <span class="n">app</span> 
<span class="o">=</span> <span class="n">client</span><span 
class="o">.</span><span class="na">getVApp</span><span class="o">(</span><span 
class="n">item</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">());</span>
    <span class="o">}</span>
 <span class="o">}</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -343,7 +360,8 @@ Get a reference to the vApp object and q
 
 <span class="c1">// be careful as you may have multiple disks</span>
 <span class="kt">int</span> <span class="n">kbDisk</span> <span 
class="o">=</span> <span class="o">(</span><span class="kt">int</span><span 
class="o">)</span> <span class="n">find</span><span class="o">(</span><span 
class="n">hardware</span><span class="o">.</span><span 
class="na">getResourceAllocations</span><span class="o">(),</span> <span 
class="n">resourceType</span><span class="o">(</span><span 
class="n">ResourceType</span><span class="o">.</span><span 
class="na">DISK_DRIVE</span><span class="o">)).</span><span 
class="na">getVirtualQuantity</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -363,7 +381,8 @@ Get a reference to the vApp object and q
 
 <span class="c1">// be careful as you may have multiple disks</span>
 <span class="kt">int</span> <span class="n">kbDisk</span> <span 
class="o">=</span> <span class="o">(</span><span class="kt">int</span><span 
class="o">)</span> <span class="n">find</span><span class="o">(</span><span 
class="n">vApp</span><span class="o">.</span><span 
class="na">getResourceAllocations</span><span class="o">(),</span> <span 
class="n">resourceType</span><span class="o">(</span><span 
class="n">ResourceType</span><span class="o">.</span><span 
class="na">DISK_DRIVE</span><span class="o">)).</span><span 
class="na">getVirtualQuantity</span><span class="o">();</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -381,7 +400,8 @@ Get a reference to the vApp object and q
 <span class="n">String</span> <span class="n">newName</span> <span 
class="o">=</span> <span class="s">&quot;clone of &quot;</span><span 
class="o">+</span><span class="n">sourceVApp</span><span 
class="o">.</span><span class="na">getName</span><span class="o">();</span>
 
 <span class="n">Task</span> <span class="n">task</span> <span 
class="o">=</span> <span class="n">client</span><span class="o">.</span><span 
class="na">cloneVAppInVDC</span><span class="o">(</span><span 
class="n">vdc</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">(),</span> <span 
class="n">sourceVApp</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">(),</span> <span 
class="n">newName</span><span class="o">);</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 <ul>
@@ -399,7 +419,8 @@ Get a reference to the vApp object and q
 <span class="n">String</span> <span class="n">newName</span> <span 
class="o">=</span> <span class="s">&quot;clone of &quot;</span><span 
class="o">+</span><span class="n">sourceVApp</span><span 
class="o">.</span><span class="na">getName</span><span class="o">();</span>
 
 <span class="n">Task</span> <span class="n">task</span> <span 
class="o">=</span> <span class="n">client</span><span class="o">.</span><span 
class="na">cloneVAppInVDC</span><span class="o">(</span><span 
class="n">vdc</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">(),</span> <span 
class="n">sourceVApp</span><span class="o">.</span><span 
class="na">getHref</span><span class="o">(),</span> <span 
class="n">newName</span><span class="o">,</span> <span 
class="n">deploy</span><span class="o">().</span><span 
class="na">powerOn</span><span class="o">());</span>
-</code></pre></div>
+</code></pre>
+</div>
 
 
 
@@ -409,11 +430,11 @@ Get a reference to the vApp object and q
     <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/index.html
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/index.html (original)
+++ incubator/jclouds/site-content/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 Home</title>
+  <title>Apache jclouds&reg; :: Home</title>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
   <!-- **** jclouds stylesheet **** -->
@@ -42,25 +42,25 @@
                        <h2>Cloud interfaces, simplified.</h2>
            </div>
                <div id="who_what_how">
-                       <h1><a 
href="/documentation/gettingstarted/what-is-jclouds/">What is jclouds?</a></h1>
-                       <h1><a 
href="/documentation/reference/apps-that-use-jclouds/">Who uses 
jclouds?</a></h1>
+                       <h1><a 
href="/documentation/gettingstarted/what-is-jclouds/">What is Apache 
jclouds&reg;?</a></h1>
+                       <h1><a 
href="/documentation/reference/apps-that-use-jclouds/">Who uses it?</a></h1>
                        <h1><a href="/documentation/devguides/">How can I 
help?</a></h1>
                </div>
-                <div>
-                  <img src="http://incubator.apache.org/images/egg-logo.png"/>
+                <div id="asf_logo">
+                  <a href="http://www.apache.org";><img 
src="http://incubator.apache.org/images/egg-logo.png"/></a>
                 </div>
        </div>
        <div id="menu" class="index_page">
                <li><a href="https://twitter.com/jclouds";>Twitter</a></li>
-               <li><a href="https://github.com/jclouds";>GitHub</a></li>
+               <li><a href="https://github.com/jclouds";>Source</a></li>
                <li><a 
href="http://incubator.apache.org/projects/jclouds.html";>Contact</a></li>
        </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 -->
     </div>
   </div>

Modified: incubator/jclouds/site-content/news/index.html
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/news/index.html?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/news/index.html (original)
+++ incubator/jclouds/site-content/news/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 Home</title>
+  <title>Apache jclouds&reg; :: Home</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/style/style.css
URL: 
http://svn.apache.org/viewvc/incubator/jclouds/site-content/style/style.css?rev=1522939&r1=1522938&r2=1522939&view=diff
==============================================================================
--- incubator/jclouds/site-content/style/style.css (original)
+++ incubator/jclouds/site-content/style/style.css Fri Sep 13 14:05:16 2013
@@ -101,9 +101,13 @@ margin-right:auto;
        font-size: 180%;
 }
 
+#asf_logo {
+        text-align:center;
+}
+
 #who_what_how {
        text-align: left;
-       margin-left: 550px;
+       margin-left: 480px;
        font-size: 150%;
        line-height:500%;
        padding-top:45px;


Reply via email to