You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2013/03/06 23:09:18 UTC

[2/5] SITE: addresses DTACLOUD-478, DTACLOUD-479 and removes crud

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/cimi-rest/cimi-rest-volumes.html
----------------------------------------------------------------------
diff --git a/site/output/cimi-rest/cimi-rest-volumes.html b/site/output/cimi-rest/cimi-rest-volumes.html
index 906fe30..361439d 100644
--- a/site/output/cimi-rest/cimi-rest-volumes.html
+++ b/site/output/cimi-rest/cimi-rest-volumes.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -115,7 +115,7 @@ A Volume Collection resource represents the collection of Volumes within a Provi
 
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     CIMI REST API
   </li>
   <li><a href="../cimi-rest.html">Introduction</a></li>
@@ -126,38 +126,32 @@ A Volume Collection resource represents the collection of Volumes within a Provi
       <b class="caret"></b>
     </a>
     <ul class="dropdown-menu">
-      <li><a href="cimi-rest-resource-metadata.html">ResourceMetadata</a></li>
+<li><a href="cimi-rest-resource-metadata.html">ResourceMetadata</a></li>
       <li><a href="cimi-rest-collections.html">Machine</a></li>
       <li><a href="cimi-rest-volumes.html">Volume</a></li>
     </ul>
-  </li>
+</li>
   <hr>
-  <li class="nav-header">
+<li class="nav-header">
     Volume Resources
   </li>
   <ul class="nav nav-list">
-    <li class="active"><a href="cimi-rest-volumes.html">Volume</a></li>
+<li class="active"><a href="cimi-rest-volumes.html">Volume</a></li>
     <li><a href="cimi-rest-volume-images.html">VolumeImage</a></li>
     <li><a href="cimi-rest-volume-configs.html">VolumeConfiguration</a></li>
     <li><a href="cimi-rest-volume-templates.html">VolumeTemplate</a></li>
   </ul>
-
 </ul>
-
-  </div>
+</div>
 
 </div>
 
 <ul class="nav nav-pills">
-  <li class="active"><a href="#volume-collection" data-toggle="tab">Retrieve the Volume Collection</a></li>
+<li class="active"><a href="#volume-collection" data-toggle="tab">Retrieve the Volume Collection</a></li>
   <li><a href="#single-volume" data-toggle="tab">Retrieve a single Volume</a></li>
   <li><a href="#create-volume" data-toggle="tab">Create a Volume</a></li>
   <li><a href="#delete-volume" data-toggle="tab">Delete a Volume</a></li>
-</ul>
-
-<hr>
-
-<div class="tab-content">
+</ul><hr><div class="tab-content">
   <div class="tab-pane active" id="volume-collection">
 
 <h4>Retrieve the Volume Collection</h4>
@@ -320,8 +314,7 @@ Server: thin 1.5.0 codename Knife
 &lt;/Volume&gt;
 </pre>
 
-<br>
-<p>Using VolumeTemplate with VolumeConfiguration by value - Example request:</p>
+<br><p>Using VolumeTemplate with VolumeConfiguration by value - Example request:</p>
 <pre>
 POST /cimi/volumes HTTP/1.1
 Authorization: Basic bW9ja3VzZXI6bW9ja3Bhc3N3b3Jk
@@ -405,7 +398,6 @@ Server: thin 1.5.0 codename Knife
 
 </div>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/clients.html
----------------------------------------------------------------------
diff --git a/site/output/clients.html b/site/output/clients.html
index b951a0a..b88b2a6 100644
--- a/site/output/clients.html
+++ b/site/output/clients.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -97,7 +97,6 @@
 
       
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/command-tools.html
----------------------------------------------------------------------
diff --git a/site/output/command-tools.html b/site/output/command-tools.html
index 150cb6e..212258d 100644
--- a/site/output/command-tools.html
+++ b/site/output/command-tools.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -103,14 +103,10 @@
 
 <p>The deltacloud core developers use (almost exclusively) <a href="http://curl.haxx.se/">cURL</a> as a command line client for working with a deltacloud server. You can find more information on working with cURL against deltacloud <a href="curl-examples.html">here</a>.</p>
 
-<hr>
-
-<p><br></p>
+<hr><p><br></p>
 <h1> /deprecated: </h1>
 <p><br></p>
-<hr>
-
-<p><br></p>
+<hr><p><br></p>
 
 <h3 id="command">Using Deltacloud command tool</h3>
 
@@ -119,7 +115,7 @@
 </p><pre>$ deltacloudc collection operation [options]</pre>
 
 <dl>
-  <dt>Collection</dt>
+<dt>Collection</dt>
   <dd>
   refers to the Deltacloud object collections, such as Instances, Images, Buckets, Realms etc., as described in a greater detail in the <a href="rest-api.html">Deltacloud REST API documentation</a>.
   </dd>
@@ -129,11 +125,9 @@
   </dd>
   <dt>Options</dt>
   <dd>
-  are listed by invoking <strong>deltacloudc -h</strong>. The important option is <strong>-u</strong>, which specifies the API_URL, where the Deltacloud server is running. The API_URL takes the form of <strong>http://[user]:[password]@[api_url]:[port]/[api]</strong>. Alternatively, you can set the API_URL environment variable (e.g., export API_URL=http://mockuser:mockpassword@localhost:3001/api). If your username or your password contains special characters, it's necessary to use options <strong>-U</strong> and <strong>-P</strong> in addition to the option <strong>-u</strong>. Check the <a href="supported-providers.html#credentials"> list of credentials</a> you need for each back-end cloud provider.
+  are listed by invoking <strong>deltacloudc -h</strong>. The important option is <strong>-u</strong>, which specifies the API_URL, where the Deltacloud server is running. The API_URL takes the form of <strong>http://[user]:[password]@[api_url]:[port]/[api]</strong>. Alternatively, you can set the API_URL environment variable (e.g., export API_URL=http://mockuser:mockpassword@localhost:3001/api). If your username or your password contains special characters, it's necessary to use options <strong>-U</strong> and <strong>-P</strong> in addition to the option <strong>-u</strong>. Check the <a href="drivers.html#credentials"> list of credentials</a> you need for each back-end cloud provider.
   </dd>
-</dl>
-
-<p>
+</dl><p>
 The following examples assume that the Deltacloud server is running on your local machine port 3001 (the <strong>deltacloudd</strong> server daemon defaults to 'localhost:3001') and that it was started with the 'mock' provider (i.e. deltacloudd -i mock ).</p>
 
 <p> List all <strong>collections</strong> available in the current driver:</p>
@@ -152,8 +146,6 @@ The following examples assume that the Deltacloud server is running on your loca
 
 <pre>$ deltacloudc blob create -i 'my_new_blob' -b 'bucket1' -f /home/marios/file.txt</pre>
 
-
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/compute-resources.html
----------------------------------------------------------------------
diff --git a/site/output/compute-resources.html b/site/output/compute-resources.html
index 26b0673..3083f19 100644
--- a/site/output/compute-resources.html
+++ b/site/output/compute-resources.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -122,14 +122,14 @@ To list all realms use call <strong>GET /api/realms</strong>. You can filter the
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li class="active"><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="#realms">Realms</a></li>
+<li><a href="#realms">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -139,10 +139,9 @@ To list all realms use call <strong>GET /api/realms</strong>. You can filter the
     <li><a href="addresses.html">Addresses</a></li>
     <li><a href="load-balancers.html">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <p>Example request:</p>
@@ -221,7 +220,6 @@ Content-Length: 182
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/contact.html
----------------------------------------------------------------------
diff --git a/site/output/contact.html b/site/output/contact.html
index 2c8d0a0..272d86b 100644
--- a/site/output/contact.html
+++ b/site/output/contact.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/contribute.html
----------------------------------------------------------------------
diff --git a/site/output/contribute.html b/site/output/contribute.html
index 7500d76..58a10c5 100644
--- a/site/output/contribute.html
+++ b/site/output/contribute.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -97,7 +97,6 @@
 
       
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/credentials.html
----------------------------------------------------------------------
diff --git a/site/output/credentials.html b/site/output/credentials.html
index 362d522..58228b4 100644
--- a/site/output/credentials.html
+++ b/site/output/credentials.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -98,18 +98,16 @@
       <p><br></p>
 <h3>Cloud provider credentials</h3>
 <table class="table-bordered table-striped table-condensed">
-  <thead>
-    <tr>
-      <th>Cloud</th>
+<thead><tr>
+<th>Cloud</th>
       <th>Driver</th>
       <th>Username</th>
       <th>Password</th>
       <th>Notes</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td style="text-align:left">
+    </tr></thead>
+<tbody>
+<tr>
+<td style="text-align:left">
         <strong>mock</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">mock</span></td>
@@ -117,8 +115,8 @@
       <td style="text-align:left"><span style="font-size:x-small">mockpassword</span></td>
       <td style="text-align:left">The mock driver doesn't talk to any cloud; it just pretends to be a cloud.</td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>Amazon EC2/S3</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">ec2</span></td>
@@ -126,8 +124,8 @@
       <td style="text-align:left">Secret Access Key</td>
       <td style="text-align:left">This information can be found on the <a href="http://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key">Security Credentials</a> page in your AWS account.</td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>Eucalyptus</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">eucalyptus</span></td>
@@ -135,8 +133,8 @@
       <td style="text-align:left">Secret Access Key</td>
       <td style="text-align:left"></td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>GoGrid</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">gogrid</span></td>
@@ -144,8 +142,8 @@
       <td style="text-align:left">Shared Secret</td>
       <td style="text-align:left">Go to <span style="font-size:x-small">My Account &gt; API Keys</span> for <a href="https://my.gogrid.com/gogrid/com.servepath.gogrid.GoGrid/index.html">your account</a> and click on the key you want to use to find the shared secret.</td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>IBM SmartCloud</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">sbc</span></td>
@@ -153,8 +151,8 @@
       <td style="text-align:left">Password</td>
       <td style="text-align:left"></td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>Microsoft Azure (Storage Account only)</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">azure</span></td>
@@ -162,8 +160,8 @@
       <td style="text-align:left">Primary Access Key</td>
       <td style="text-align:left">The Storage Account Name is chosen when you create the service (e.g. name in http://name.blob.core.windows.net/). This and the access key are available from the service control panel.</td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>OpenNebula</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">opennebula</span></td>
@@ -171,8 +169,8 @@
       <td style="text-align:left">OpenNebula password</td>
       <td style="text-align:left">Set the environment variable OCCI_URL to the address on which OpenNebula's OCCI server is listening.</td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>Rackspace Cloud Servers/Cloud Files</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">rackspace</span></td>
@@ -180,8 +178,8 @@
       <td style="text-align:left">API Key</td>
       <td style="text-align:left">Obtain the key from the <a href="https://manage.rackspacecloud.com/APIAccess.do">API Access</a> page in your control panel.</td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>RHEV-M</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">rhevm</span></td>
@@ -191,8 +189,8 @@
       <td style="text-align:left">RHEV-M password</td>
       <td style="text-align:left">Set environment variable API_PROVIDER to the URL of the RHEV-M REST API endpoint. </td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>Rimuhosting</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">rimuhosting</span></td>
@@ -200,8 +198,8 @@
       <td style="text-align:left">API Key</td>
       <td style="text-align:left"></td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>Terremark</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">terremark</span></td>
@@ -209,8 +207,8 @@
       <td style="text-align:left">Password</td>
       <td style="text-align:left"></td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>VMware vSphere</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">vsphere</span></td>
@@ -218,8 +216,8 @@
       <td style="text-align:left">vSphere user password</td>
       <td style="text-align:left">Set environment variable API_PROVIDER to the hostname of the vSphere server.</td>
     </tr>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>OpenStack</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">openstack</span></td>
@@ -227,10 +225,9 @@
       <td style="text-align:left">OpenStack user password</td>
       <td style="text-align:left">Set environment variable API_PROVIDER to the URL of OpenStack API entrypoint.</td>
     </tr>
-  </tbody>
+</tbody>
 </table>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/curl-examples.html
----------------------------------------------------------------------
diff --git a/site/output/curl-examples.html b/site/output/curl-examples.html
index a454722..40cf61a 100644
--- a/site/output/curl-examples.html
+++ b/site/output/curl-examples.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -106,7 +106,7 @@
     <p> The <a href="http://curl.haxx.se/docs/">cURL documentation</a> is pretty comprehensive, but the following are some general points to remember for using cURL against Deltacloud. All the examples on this page assume the deltacloud server is running at localhost:3001: </p>
 
   <ul>
-    <li>
+<li>
       Credentials are specified with <strong> --user "name:password"  </strong>
     </li>
     <li>
@@ -122,13 +122,12 @@ curl -v -X DELETE --user "username:password" -H "Accept: application/xml" http:/
       </pre>
     </li>
   </ul>
-
-  </div>
+</div>
 
   <div class="span4">
 
     <ul class="nav nav-list well">
-      <li class="nav-header">cURL as a deltacloud client</li>
+<li class="nav-header">cURL as a deltacloud client</li>
       <li class="active"><a href="#instances">Work with instances</a></li>
       <li><a href="#images">Work with images</a></li>
       <li><a href="#hardware_profiles">Work with hardware profiles</a></li>
@@ -141,13 +140,10 @@ curl -v -X DELETE --user "username:password" -H "Accept: application/xml" http:/
       <li><a href="#storage_volumes">Work with storage volumes</a></li>
       <li><a href="#storage_snapshots">Work with storage snapshots</a></li>
     </ul>
-
-  </div>
+</div>
 </div>
 
-<hr>
-
-<h4 id="instances">Working with instances</h4>
+<hr><h4 id="instances">Working with instances</h4>
 
 <p>Display a complete list of instances in xml format:</p>
 
@@ -356,7 +352,6 @@ listener_balancer_port=80&amp;listener_instance_port=3001" http://localhost:3001
 <p>Delete a storage snapshot:</p>
 <pre>curl -v --user "user:pass" -X DELETE http://localhost:3001/api/storage_snapshots/snap-dda6cebc?format=xml</pre>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/download.html
----------------------------------------------------------------------
diff --git a/site/output/download.html b/site/output/download.html
index 3362825..e850215 100644
--- a/site/output/download.html
+++ b/site/output/download.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -109,10 +109,9 @@
   signatures from our <a href="http://www.apache.org/dist/deltacloud/">main distribution directory</a>.
 </p>
 <h3 id="mirrors">Current release</h3>
-<table class="table">
-  <tbody>
-    <tr>
-      <td><strong>server-gem</strong></td>
+<table class="table"><tbody>
+<tr>
+<td><strong>server-gem</strong></td>
       <td>
         <a href="http://www.apache.org/dyn/closer.cgi?path=deltacloud/stable/deltacloud-core-1.1.1.gem">deltacloud-core-1.1.1.gem</a>
         (
@@ -122,8 +121,8 @@
         )
       </td>
     </tr>
-    <tr>
-      <td><strong>server-sources</strong></td>
+<tr>
+<td><strong>server-sources</strong></td>
       <td>
         <a href="http://www.apache.org/dyn/closer.cgi?path=deltacloud/stable/deltacloud-core-1.1.1.tgz">deltacloud-core-1.1.1.tgz</a>
         (
@@ -133,8 +132,8 @@
         )
       </td>
     </tr>
-    <tr>
-      <td><strong>client-gem</strong></td>
+<tr>
+<td><strong>client-gem</strong></td>
       <td>
         <a href="http://www.apache.org/dyn/closer.cgi?path=deltacloud/stable/deltacloud-client-1.1.1.gem">deltacloud-client-1.1.1.gem</a>
         (
@@ -144,8 +143,8 @@
         )
       </td>
     </tr>
-    <tr>
-      <td><strong>client-sources</strong></td>
+<tr>
+<td><strong>client-sources</strong></td>
       <td>
         <a href="http://www.apache.org/dyn/closer.cgi?path=deltacloud/stable/deltacloud-client-1.1.1.tgz">deltacloud-client-1.1.1.tgz</a>
         (
@@ -155,9 +154,7 @@
         )
       </td>
     </tr>
-  </tbody>
-</table>
-<p></p>
+</tbody></table><p></p>
 <h4 id="archive">Old releases</h4>
 <p>
   Older releases of Apache Deltacloud can be found <a href="http://archive.apache.org/dist/deltacloud/">here</a>. We highly recommend to <b>not use</b>
@@ -207,7 +204,6 @@ $ gpg --import KEYS
 $ gpg --verify deltacloud-core-1.1.1.tar.gz.asc
 </pre>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/drivers.html
----------------------------------------------------------------------
diff --git a/site/output/drivers.html b/site/output/drivers.html
index b92bbc1..3d10364 100644
--- a/site/output/drivers.html
+++ b/site/output/drivers.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -117,18 +117,17 @@ When the Deltacloud server is started it is passed a parameter that specifies th
   <div class="span4">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">Drivers</li>
+<li class="nav-header">Drivers</li>
   <li class="active"><a href="#switch">Dynamic driver switching</a></li>
   <li><a href="#drivers">Driver functionality and credentials</a></li>
   <ul class="nav nav-list">
-    <li><a href="#func">Compute driver functionality</a></li>
+<li><a href="#func">Compute driver functionality</a></li>
     <li><a href="#storage">Storage driver functionality</a></li>
     <li><a href="#credentials">Cloud provider credentials</a></li>
   </ul>
-  <li><a href="#notes">Notes on specific drivers</a></li>
+<li><a href="#notes">Notes on specific drivers</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <pre>
@@ -151,9 +150,8 @@ The driver and provider can be selected through the request headers <strong> X-D
 
 <h4 id="func">Compute Driver Functionality</h4>
 <table class="table-bordered table-striped table-condensed">
-  <thead>
-    <tr>
-      <th class="emptycell"> </th>
+<thead><tr>
+<th class="emptycell"> </th>
       <th>
         Create new instances
       </th>
@@ -181,11 +179,10 @@ The driver and provider can be selected through the request headers <strong> X-D
       <th>
         List all/get details about instances
       </th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td class="provider">
+    </tr></thead>
+<tbody>
+<tr>
+<td class="provider">
         <strong>Amazon EC2</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -199,8 +196,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Eucalyptus</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -213,8 +210,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Fujitsu FGCP</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -227,8 +224,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>IBM SmartCloud</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -241,8 +238,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>GoGrid</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -255,8 +252,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>OpenNebula</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -269,8 +266,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Rackspace</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -283,8 +280,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>RHEV-M</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -297,8 +294,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>RimuHosting</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -311,8 +308,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Terremark</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -325,8 +322,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>vSphere</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -339,8 +336,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>OpenStack</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -353,8 +350,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Arubacloud</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -367,16 +364,27 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-  </tbody>
-</table>
-
-<p><br></p>
+<tr>
+<td class="provider">
+        <strong>DigitalOcean</strong>
+      </td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+    </tr>
+</tbody>
+</table><p><br></p>
 
 <h4 id="storage">Storage Driver Functionality</h4>
 <table class="table-bordered table-striped table-condensed">
-  <thead>
-    <tr>
-      <th class="emptycell"> </th>
+<thead><tr>
+<th class="emptycell"> </th>
       <th>
         Create new buckets
       </th>
@@ -395,11 +403,10 @@ The driver and provider can be selected through the request headers <strong> X-D
       <th>
         Read/write individual blob attributes
       </th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td class="provider">
+    </tr></thead>
+<tbody>
+<tr>
+<td class="provider">
         <strong>Amazon S3</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -409,8 +416,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Eucalyptus Walrus</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -420,8 +427,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Rackspace CloudFiles</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -431,8 +438,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Microsoft Azure</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -442,8 +449,8 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Google Storage</strong>
       </td>
       <td style="text-align:center">yes</td>
@@ -453,9 +460,19 @@ The driver and provider can be selected through the request headers <strong> X-D
       <td style="text-align:center">yes</td>
       <td style="text-align:center">yes</td>
     </tr>
-  </tbody>
-</table>
-<p><br></p>
+<tr>
+<td class="provider">
+        <strong>Openstack object-store (swift)</strong>
+      </td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+      <td style="text-align:center">yes</td>
+    </tr>
+</tbody>
+</table><p><br></p>
 <p>
 Deltacloud uses basic HTTP <a href="rest-api.html#auth">authentication</a> to receive credentials from the client and passes them through to the particular back-end cloud. The credentials always consist of a username and password and they are never stored on the server. The exact credentials for logging into the server, and a place where you can find them, depends on the backend cloud that the server is talking to.
 </p>
@@ -467,22 +484,18 @@ The following table gives details about the credentials that must be provided fo
 <style>
  table { table-layout: fixed; }
  table th, table td { overflow: hidden; }
-</style>
-
-<h4 id="credentials">Cloud provider credentials</h4>
+</style><h4 id="credentials">Cloud provider credentials</h4>
 <table class="table-bordered table-striped table-condensed">
-  <thead>
-    <tr>
-      <th style="width:15%">Cloud</th>
+<thead><tr>
+<th style="width:15%">Cloud</th>
       <th style="width:8%">Driver</th>
       <th style="width:20%">Username</th>
       <th style="width:10%">Password</th>
       <th style="width:47%">Notes</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td>
+    </tr></thead>
+<tbody>
+<tr>
+<td>
         <strong>mock</strong>
       </td>
       <td>mock</td>
@@ -490,8 +503,8 @@ The following table gives details about the credentials that must be provided fo
       <td>mockpassword</td>
       <td>The mock driver does not communicate with any cloud; it just pretends to be a cloud.</td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Amazon EC2/S3</strong>
       </td>
       <td>ec2</td>
@@ -499,8 +512,8 @@ The following table gives details about the credentials that must be provided fo
       <td>Secret Access Key</td>
       <td>Retrieve neccessary information from the <a href="http://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key">Security Credentials</a> page in your AWS account.</td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Eucalyptus</strong>
       </td>
       <td>eucalyptus</td>
@@ -508,8 +521,8 @@ The following table gives details about the credentials that must be provided fo
       <td>Secret Access Key</td>
       <td></td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Fujitsu FGCP</strong>
       </td>
       <td>fgcp</td>
@@ -523,8 +536,8 @@ The following table gives details about the credentials that must be provided fo
           in Windows. Then use Username to authenticate.
       </td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>GoGrid</strong>
       </td>
       <td>gogrid</td>
@@ -534,8 +547,8 @@ The following table gives details about the credentials that must be provided fo
       Go to <span style="font-size:small">My Account &gt; API Keys</span> for <a href="https://my.gogrid.com/gogrid/com.servepath.gogrid.GoGrid/index.html">your account</a> and click on the key you want to use to find the Shared Secret.
       </td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>IBM SmartCloud</strong>
       </td>
       <td>sbc</td>
@@ -543,8 +556,8 @@ The following table gives details about the credentials that must be provided fo
       <td>Password</td>
       <td></td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Microsoft Azure (Storage Account only)</strong>
       </td>
       <td>azure</td>
@@ -554,8 +567,8 @@ The following table gives details about the credentials that must be provided fo
       The Storage Account Name is chosen when you create the service (e.g. name in <a href="http://name.blob.core.windows.net/">name.blob.core.windows.net</a>). The name and the access key are available from the service control panel.
       </td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>OpenNebula</strong>
       </td>
       <td>opennebula</td>
@@ -563,8 +576,8 @@ The following table gives details about the credentials that must be provided fo
       <td>OpenNebula password</td>
       <td>Set the environment variable OCCI_URL to the address on which OpenNebula's OCCI server is listening.</td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>OpenStack</strong>
       </td>
       <td>openstack</td>
@@ -572,8 +585,8 @@ The following table gives details about the credentials that must be provided fo
       <td>The username is OpenStack user name and tenant_name concatenated with a '+' and password is your openstack service password.</td>
       <td>Set the environment variable API_PROVIDER to the URL of Keystone Identity service. Alternatively use the '-P' option when starting the Deltacloud server. See <a href="drivers.html#open">notes</a> for more info.</td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Rackspace Cloud Servers/Cloud Files</strong>
       </td>
       <td>rackspace</td>
@@ -581,8 +594,8 @@ The following table gives details about the credentials that must be provided fo
       <td>API Key</td>
       <td>Obtain the key from the <a href="https://manage.rackspacecloud.com/APIAccess.do">API Access</a> page in your control panel.</td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>RHEV-M</strong>
       </td>
       <td>rhevm</td>
@@ -592,8 +605,8 @@ The following table gives details about the credentials that must be provided fo
       <td>RHEV-M password</td>
       <td>Set the environment variable API_PROVIDER to the URL of the RHEV-M REST API endpoint. </td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Rimuhosting</strong>
       </td>
       <td>rimuhosting</td>
@@ -601,8 +614,8 @@ The following table gives details about the credentials that must be provided fo
       <td>API Key</td>
       <td></td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Terremark</strong>
       </td>
       <td>terremark</td>
@@ -610,8 +623,8 @@ The following table gives details about the credentials that must be provided fo
       <td>Password</td>
       <td></td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>VMware vSphere</strong>
       </td>
       <td>vsphere</td>
@@ -619,8 +632,8 @@ The following table gives details about the credentials that must be provided fo
       <td>vSphere user password</td>
       <td>Set the environment variable API_PROVIDER to the hostname of the vSphere server and the Datastore.</td>
     </tr>
-    <tr>
-      <td>
+<tr>
+<td>
         <strong>Arubacloud</strong>
       </td>
       <td>arubacloud</td>
@@ -628,11 +641,17 @@ The following table gives details about the credentials that must be provided fo
       <td>Password</td>
       <td></td>
     </tr>
-
-  </tbody>
-</table>
-
-<p><br></p>
+<tr>
+<td>
+        <strong>DigitalOcean</strong>
+      </td>
+      <td>digitalocean</td>
+      <td>Client Key</td>
+      <td>API Key</td>
+      <td>Obtain these credentials from the <a href="https://www.digitalocean.com/api_access">API access</a> page of your digitalocean account.</td>
+    </tr>
+</tbody>
+</table><p><br></p>
 
 <h3 id="notes">Notes on specific drivers</h3>
 
@@ -728,12 +747,11 @@ The OpenNebula driver has been updated to support v3.x of the OpenNebula API. Th
       FGCP virtual systems and networks are both mapped to realms:
       </p>
 <ul>
-      <li>Creating a firewall is equivalent to creating a FGCP virtual system. Specify a system descriptor ID as firewall description (e.g. "1-tier Skeleton").</li>
+<li>Creating a firewall is equivalent to creating a FGCP virtual system. Specify a system descriptor ID as firewall description (e.g. "1-tier Skeleton").</li>
       <li>Destroying a firewall destroys the virtual system. All instances in it need to be in the STOPPED state. This operation first stops the firewall and therefore it can take five minutes until the firewall actually disappears.</li>
       <li>When creating an instance, specify a network segment realm as target location.</li>
       </ul>
-
-      </div>
+</div>
     </div>
   </div>
   <div class="accordion-group">
@@ -834,7 +852,6 @@ The username and password in 401 challenge should be the same as you use in the
   </div>
 </div>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/firewalls.html
----------------------------------------------------------------------
diff --git a/site/output/firewalls.html b/site/output/firewalls.html
index 5c17127..d6be0df 100644
--- a/site/output/firewalls.html
+++ b/site/output/firewalls.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -107,7 +107,7 @@ Firewalls represent sets of rules that govern the accessibility of a running ins
 </p>
 
 <ul>
-  <li>a <strong>name</strong>
+<li>a <strong>name</strong>
 </li>
   <li>a <strong>description</strong>
 </li>
@@ -116,7 +116,6 @@ Firewalls represent sets of rules that govern the accessibility of a running ins
   <li>set of <strong>rules</strong>
 </li>
 </ul>
-
 <p>
 For Amazon EC2, an instance is launched into a firewall by specifying the <strong>firewalls1 ... firewallsN</strong> parameters in the <strong>POST /api/instances</strong> operation (see the <a href="instances.html#instance">Create an instance</a> section).
 </p>
@@ -126,23 +125,22 @@ Each <strong>firewall rule</strong> has a number of attributes describing the ac
 </p>
 
 <ul>
-  <li>an <strong>allow_protocol</strong> (tcp, udp or icmp);</li>
+<li>an <strong>allow_protocol</strong> (tcp, udp or icmp);</li>
   <li>a <strong>port_from</strong> and a <strong>port_to</strong> that delimit the port range for access; and</li>
   <li>a <strong>sources</strong> list, which can contain firewalls (i.e. allow instances in another firewall to communicate with instances in the firewall in which this rule exists), or a number of IP addresses in CIDR format, or a mix of both.</li>
 </ul>
-
-  </div>
+</div>
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="compute-resources.html#realms">Realms</a></li>
+<li><a href="compute-resources.html#realms">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -152,10 +150,9 @@ Each <strong>firewall rule</strong> has a number of attributes describing the ac
     <li><a href="addresses.html">Addresses</a></li>
     <li><a href="load-balancers.html">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <p>
@@ -187,15 +184,11 @@ By creating the rule identifier abstraction, the Deltacloud API supports deletio
 <p><br></p>
 
 <ul class="nav nav-pills">
-  <li class="active"><a href="#tab1" data-toggle="tab">Get a list of all firewalls</a></li>
+<li class="active"><a href="#tab1" data-toggle="tab">Get a list of all firewalls</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details of a firewall</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a firewall</a></li>
   <li><a href="#tab4" data-toggle="tab">Create/delete a firewall rule</a></li>
-</ul>
-
-<hr>
-
-<div class="tab-content">
+</ul><hr><div class="tab-content">
   <div class="tab-pane active" id="tab1">
 
 <h4>Get a list of all firewalls</h4>
@@ -540,7 +533,6 @@ Date: Wed, 27 Jul 2011 10:39:52 GMT
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/getting-sources.html
----------------------------------------------------------------------
diff --git a/site/output/getting-sources.html b/site/output/getting-sources.html
index 04edc4f..6b4defa 100644
--- a/site/output/getting-sources.html
+++ b/site/output/getting-sources.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -171,7 +171,6 @@ $ gem install pkg/deltacloud-client-&lt;version&gt;.gem
 <p><a class="btn btn-inverse btn-large" style="float: right" href="how-to-contribute.html">Contribute</a>
 <br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/hardware-profiles.html
----------------------------------------------------------------------
diff --git a/site/output/hardware-profiles.html b/site/output/hardware-profiles.html
index 987386d..a568889 100644
--- a/site/output/hardware-profiles.html
+++ b/site/output/hardware-profiles.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -111,14 +111,13 @@ Since clouds differ sharply in how virtual machine sizing is represented and inf
 </p>
 
 <ul>
-  <li>size is <strong>fixed</strong> in the dimension, for example instances all have 2GB of memory;</li>
+<li>size is <strong>fixed</strong> in the dimension, for example instances all have 2GB of memory;</li>
   <li>size can vary within some <strong>range</strong>, for example instances can have from 1GB to 4GB of memory;
   </li>
   <li>
   size can be chosen from a predefined set of values - an <strong>enumeration</strong>, for example instances can have 512 MB, 1 GB or 4GB of memory.
   </li>
 </ul>
-
 <p>
 When creating a new instance, a client must specify the hardware profile on which the instance is based.
 </p>
@@ -131,14 +130,14 @@ In addition to the sizing constraints, a hardware profile may also indicate the
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="compute-resources.html#realms">Realms</a></li>
+<li><a href="compute-resources.html#realms">Realms</a></li>
     <li class="active"><a href="#hardware">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -148,10 +147,9 @@ In addition to the sizing constraints, a hardware profile may also indicate the
     <li><a href="addresses.html">Addresses</a></li>
     <li><a href="load-balancers.html">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <p style="margin-top:0px">
@@ -303,7 +301,6 @@ Content-Length: 808
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/how-to-contribute.html
----------------------------------------------------------------------
diff --git a/site/output/how-to-contribute.html b/site/output/how-to-contribute.html
index 08a8664..d87b744 100644
--- a/site/output/how-to-contribute.html
+++ b/site/output/how-to-contribute.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -103,7 +103,7 @@
 <h4 id="how">How can I contribute?</h4>
 
 <ul class="nav nav-list">
-  <li class="nav-header">
+<li class="nav-header">
   </li>
 <li>
     <a href="send-patch.html">Send a patch</a>
@@ -120,9 +120,7 @@
   <li>
     <a href="#documentation">Write documentation</a>
   </li>
-</ul>
-
-<p><br></p>
+</ul><p><br></p>
 
 <h3>Overview of the Deltacloud directory structure</h3>
 
@@ -182,7 +180,6 @@ deltacloud
 <h3 id="documentation">Writing documentation</h3>
 <p>You can also contribute with a piece of documentation. There are still things which needs to be described. If you found one like that and you are interested in writing a couple of sentences about the particular issue, please, don’t hesitate to do it and <a href="http://mail-archives.apache.org/mod_mbox/deltacloud-dev/">send us</a> your contribution. We really appreciate your help.</p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/images.html
----------------------------------------------------------------------
diff --git a/site/output/images.html b/site/output/images.html
index f317e01..a84a0df 100644
--- a/site/output/images.html
+++ b/site/output/images.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -107,7 +107,7 @@ Images are used to launch instances. Each image represents a virtual machine ima
 </p>
 
 <ul>
-  <li>a human-readable <strong>name</strong>
+<li>a human-readable <strong>name</strong>
 </li>
   <li>a <strong>description</strong>
 </li>
@@ -118,7 +118,6 @@ Images are used to launch instances. Each image represents a virtual machine ima
   <li>a <strong>state</strong>
 </li>
 </ul>
-
 <p>
 The <strong>owner_id</strong> identifies the user account to which the image belongs. The <strong>architecture</strong> attribute refers to whether the image will create an instance with 32 or 64-bit processor. The values that the Deltacloud server returns for this attribute are thus i386 and x86_64 respectively. The state attribute varies between back-end clouds (it depends on a cloud provider). For example, AWS EC2 image state can be one of AVAILABLE, PENDING or FAILED, whereas Rackspace Cloudservers image state can be one of UNKNOWN, PREPARING, ACTIVE, QUEUED or FAILED. Finally, each image also contains an <code>&lt;actions&gt;</code> attribute which specifies the URI to which a client may issue a <strong>HTTP POST</strong> for creation of an instance from the given image.
 </p>
@@ -127,14 +126,14 @@ The <strong>owner_id</strong> identifies the user account to which the image bel
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="compute-resources.html#realms">Realms</a></li>
+<li><a href="compute-resources.html#realms">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li class="active"><a href="#images">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -144,23 +143,18 @@ The <strong>owner_id</strong> identifies the user account to which the image bel
     <li><a href="addresses.html">Addresses</a></li>
     <li><a href="load-balancers.html">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <p><br></p>
 
 <ul class="nav nav-pills">
-  <li class="active"><a href="#tab1" data-toggle="tab">Get a list of all images</a></li>
+<li class="active"><a href="#tab1" data-toggle="tab">Get a list of all images</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details of an image</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete an image</a></li>
-</ul>
-
-<hr>
-
-<div class="tab-content">
+</ul><hr><div class="tab-content">
   <div class="tab-pane active" id="tab1">
 
 <h4>Get the list of all images</h4>
@@ -385,7 +379,6 @@ HTTP/1.1 204 No Content
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/index.html
----------------------------------------------------------------------
diff --git a/site/output/index.html b/site/output/index.html
index ad8dbee..b6dad50 100644
--- a/site/output/index.html
+++ b/site/output/index.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -105,7 +105,7 @@
     <blockquote>
       <h3>What does Deltacloud give you?</h3>
       <ul>
-        <li>an opportunity to manage cloud instances the way you want</li>
+<li>an opportunity to manage cloud instances the way you want</li>
         <li>a way to protect your apps from cloud API changes and incompatitibilities</li>
         <li>three frontends: 'classic' <a href="rest-api.html">Deltacloud</a>, DMTF <a href="cimi-rest.html">CIMI</a>, and EC2</li>
         <li>support for all major <a class="providers" href="drivers.html#drivers" title="Supported providers">cloud service providers</a>
@@ -114,8 +114,7 @@
 </li>
         <li>lets you use your RHEV-M and vSphere installations as a cloud</li>
       </ul>
-
-      <a class="btn btn-large btn-primary" style="float:right" href="about.html">Learn more</a>
+<a class="btn btn-large btn-primary" style="float:right" href="about.html">Learn more</a>
 
     </blockquote>
   </div>
@@ -125,24 +124,21 @@
       <h3>For developers</h3>
       <h6>Deltacloud:</h6>
       <ul>
-        <li>is an <b>open source</b> Apache project</li>
+<li>is an <b>open source</b> Apache project</li>
         <li>is a <a href="rest-api.html" title="API Documentation">REST-based API </a>for simple any-platform access</li>
         <li>is written in Ruby with love</li>
         <li>comes with <a href="usage.html#clients">client libraries</a> for your favourite programming language</li>
       </ul>
-      <a class="btn btn-large btn-primary" style="float:right" href="how-to-contribute.html">Contribute</a>
+<a class="btn btn-large btn-primary" style="float:right" href="how-to-contribute.html">Contribute</a>
 
     </blockquote>
   </div>
   <div class="span3 grad1 about">
     <blockquote>
       <p>
-      <strong>Current release:</strong><br>
-      <a class="btn btn-info" href="download.html"><b>deltacloud-core-1.1.1</b></a><br>
-      <small>More about <a href="install-deltacloud.html">installation</a>...</small>
+      <strong>Current release:</strong><br><a class="btn btn-info" href="download.html"><b>deltacloud-core-1.1.1</b></a><br><small>More about <a href="install-deltacloud.html">installation</a>...</small>
       </p>
-      <br>
-      <p>
+      <br><p>
       <a class="btn btn-danger" href="how-to-contribute.html#bug">Found a bug?</a>
       </p>
     </blockquote>
@@ -150,7 +146,6 @@
 
 </div>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/install-deltacloud.html
----------------------------------------------------------------------
diff --git a/site/output/install-deltacloud.html b/site/output/install-deltacloud.html
index 2eee2d4..8719380 100644
--- a/site/output/install-deltacloud.html
+++ b/site/output/install-deltacloud.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -100,7 +100,7 @@
 <p>First of all, you have to install several dependecies. The Deltacloud server relies on a number of external rubygems and other libraries. The following packages are neccessary for running the Deltacloud server. The installation of dependencies slightly differs from distribution to distribution. You will need:</p>
 
 <ul>
-  <li>
+<li>
   ruby and ruby-devel,
   </li>
   <li>
@@ -121,9 +121,7 @@
   <li>
   rake
   </li>
-</ul>
-
-<p><br></p>
+</ul><p><br></p>
 
 <h3>Fedora and Red Hat Enterprise Linux</h3>
 
@@ -249,7 +247,6 @@ the Wiki</a>. Note that they require using homebrew.</p>
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/instance-states.html
----------------------------------------------------------------------
diff --git a/site/output/instance-states.html b/site/output/instance-states.html
index d5d9a1a..8814698 100644
--- a/site/output/instance-states.html
+++ b/site/output/instance-states.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -110,52 +110,49 @@ Each cloud defines a slightly different lifecycle model for instances. In some c
 Differences between clouds are modelled by expressing the lifecycle of an instance as a finite state machine and capturing it in an instance states entity.The API defines the following states for an instance:</p>
 
 <table class="table table-condensed table-striped">
-  <thead>
-    <tr>
-      <th>State</th>
+<thead><tr>
+<th>State</th>
       <th>Meaning</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-      <td>start</td>
+    </tr></thead>
+<tbody>
+<tr>
+<td>start</td>
       <td>an instance state before creation of an instance</td>
     </tr>
-    <tr>
-      <td>pending</td>
+<tr>
+<td>pending</td>
       <td>creation of an instance is in progress</td>
     </tr>
-    <tr>
-      <td>running</td>
+<tr>
+<td>running</td>
       <td>an instance is running</td>
     </tr>
-    <tr>
-      <td>shutting-down</td>
+<tr>
+<td>shutting-down</td>
       <td>an instance is stopped</td>
     </tr>
-    <tr>
-      <td>stopped</td>
+<tr>
+<td>stopped</td>
       <td>an instance is stopped</td>
     </tr>
-    <tr>
-      <td>finished</td>
+<tr>
+<td>finished</td>
       <td>all resources for an instance have now been freed</td>
     </tr>
-  </tbody>
+</tbody>
 </table>
-
-  </div>
+</div>
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="compute-resources.html">Realms</a></li>
+<li><a href="compute-resources.html">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li class="active"><a href="#instance-states">Instance states</a></li>
@@ -165,10 +162,9 @@ Differences between clouds are modelled by expressing the lifecycle of an instan
     <li><a href="addresses.html">Addresses</a></li>
     <li><a href="load-balancers.html">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <p>
@@ -176,33 +172,29 @@ The details of a particular instance describes also the actions (state transitio
 </p>
 
 <table class="table table-condensed table-striped">
- <thead>
-  <tr>
-   <th>Action</th>
+<thead><tr>
+<th>Action</th>
    <th>Meaning</th>
-  </tr>
- </thead>
- <tbody>
-  <tr>
-   <td>start</td>
+  </tr></thead>
+<tbody>
+<tr>
+<td>start</td>
    <td>starts the instance</td>
   </tr>
-  <tr>
-   <td>stop</td>
+<tr>
+<td>stop</td>
    <td>stops (and for some providers shutdown) the instance</td>
   </tr>
-  <tr>
-   <td>reboot</td>
+<tr>
+<td>reboot</td>
    <td>reboots the instance</td>
   </tr>
-  <tr>
-   <td>destroy</td>
+<tr>
+<td>destroy</td>
    <td>stops the instance and completely destroys it</td>
   </tr>
- </tbody>
-</table>
-
-<h4>Get an instance states entity</h4>
+</tbody>
+</table><h4>Get an instance states entity</h4>
 
 <p>To retrieve the instance states entity for a back-end cloud use call <strong>GET /api/instance_states</strong>. The instance states entity defines possible transitions between various states of an instance, specific for each back-end cloud. As a result, instance states defines the finite state machine for instances from the given cloud.</p>
 
@@ -249,7 +241,6 @@ Content-Length: 583
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/instances.html
----------------------------------------------------------------------
diff --git a/site/output/instances.html b/site/output/instances.html
index 528b97b..fca94b2 100644
--- a/site/output/instances.html
+++ b/site/output/instances.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -107,84 +107,81 @@ An instance represents the core of all cloud compute activity: a running virtual
 </p>
 
 <table class="table table-condensed table-striped">
-  <thead>
-    <tr>
-      <th>Attribute</th>
+<thead><tr>
+<th>Attribute</th>
       <th>Meaning</th>
-    </tr>
-  </thead>
-  <tbody>
-    <tr>
-     <td>owner_id</td>
+    </tr></thead>
+<tbody>
+<tr>
+<td>owner_id</td>
      <td>the id of the cloud provider account that launched the instance</td>
     </tr>
-    <tr>
-      <td>image_id</td>
+<tr>
+<td>image_id</td>
       <td>the id of the image from which the instance was launched</td>
     </tr>
-    <tr>
-      <td>name</td>
+<tr>
+<td>name</td>
       <td>a human readable name for the instance given at launch time</td>
     </tr>
-    <tr>
-      <td>realm_id</td>
+<tr>
+<td>realm_id</td>
       <td>realm into which the instance was launched</td>
     </tr>
-    <tr>
-      <td>state</td>
+<tr>
+<td>state</td>
       <td>current state of the instance (e.g. 'running')</td>
     </tr>
-    <tr>
-      <td>actions</td>
+<tr>
+<td>actions</td>
       <td>actions that a client may effect on the instance, based on current state</td>
     </tr>
-    <tr>
-      <td>public_addresses</td>
+<tr>
+<td>public_addresses</td>
       <td>the globally routable IP address of the instance</td>
     </tr>
-    <tr>
-      <td>private_addresses</td>
+<tr>
+<td>private_addresses</td>
       <td>the private IP address of the instance, routable within its private network</td>
     </tr>
-    <tr>
-      <td>instance_profile</td>
+<tr>
+<td>instance_profile</td>
       <td>the specific values of memory, cpu, storage</td>
     </tr>
-    <tr>
-      <td>launch_time</td>
+<tr>
+<td>launch_time</td>
       <td>timestamp at which the instance was launched</td>
     </tr>
-    <tr>
-      <td>keyname</td>
+<tr>
+<td>keyname</td>
       <td>name of authentication key, if this method is used for authentication (e.g. EC2)</td>
     </tr>
-    <tr>
-      <td>username</td>
+<tr>
+<td>username</td>
       <td>the username for authentication when connecting to the instance</td>
     </tr>
-    <tr id="instance">
-      <td>password</td>
+<tr id="instance">
+<td>password</td>
       <td>the password used together with username above</td>
     </tr>
-    <tr>
-      <td>firewalls</td>
+<tr>
+<td>firewalls</td>
       <td>the firewalls that this instance was launched into (EC2 specific)</td>
     </tr>
-  </tbody>
+</tbody>
 </table>
-
-  </div>
+</div>
   <div class="span3">
   
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="compute-resources.html">Realms</a></li>
+<li><a href="compute-resources.html">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -194,22 +191,17 @@ An instance represents the core of all cloud compute activity: a running virtual
     <li><a href="addresses.html">Addresses</a></li>
     <li><a href="load-balancers.html">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <ul class="nav nav-pills">
-  <li id="instance1" class="active"><a href="#tab1" data-toggle="tab">Get a list of all instances</a></li>
+<li id="instance1" class="active"><a href="#tab1" data-toggle="tab">Get a list of all instances</a></li>
   <li id="instance2"><a href="#tab2" data-toggle="tab">Get the details of an instance</a></li>
   <li id="instance3"><a href="#tab3" data-toggle="tab">Launch an action</a></li>
   <li id="instance4"><a href="#tab4" data-toggle="tab">Create an instance</a></li>
-</ul>
-
-<hr>
-
-<div class="tab-content">
+</ul><hr><div class="tab-content">
   <div class="tab-pane active" id="tab1">
 
   <h4 id="list">Get a list of all current instances</h4>
@@ -722,7 +714,6 @@ Content-Length: 883
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/join-deltacloud.html
----------------------------------------------------------------------
diff --git a/site/output/join-deltacloud.html b/site/output/join-deltacloud.html
index 7c2124e..81eef5c 100644
--- a/site/output/join-deltacloud.html
+++ b/site/output/join-deltacloud.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -97,7 +97,6 @@
 
       
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/keys.html
----------------------------------------------------------------------
diff --git a/site/output/keys.html b/site/output/keys.html
index 0ec839a..82de783 100644
--- a/site/output/keys.html
+++ b/site/output/keys.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -107,10 +107,9 @@ A key captures the credentials required to access an Instance. The Deltacloud AP
 </p>
 
 <ul>
-  <li>the <strong>password</strong> with username and password attributes</li>
+<li>the <strong>password</strong> with username and password attributes</li>
   <li>the <strong>key</strong> with fingerprint and pem (private key) attributes (public/private keypair)</li>
 </ul>
-
 <p>
 The key type is determined by the back-end cloud provider.
 </p>
@@ -131,14 +130,14 @@ The Rackspace cloud also reports credentials during instance creation though it
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="compute-resources.html">Realms</a></li>
+<li><a href="compute-resources.html">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -148,21 +147,16 @@ The Rackspace cloud also reports credentials during instance creation though it
     <li><a href="addresses.html">Addresses</a></li>
     <li><a href="load-balancers.html">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <ul class="nav nav-pills">
-  <li class="active"><a href="#tab1" data-toggle="tab">Get a list of all keys</a></li>
+<li class="active"><a href="#tab1" data-toggle="tab">Get a list of all keys</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the description of a key</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a key</a></li>
-</ul>
-
-<hr>
-
-<div class="tab-content">
+</ul><hr><div class="tab-content">
   <div class="tab-pane active" id="tab1">
   
 <h4 id="get">Get a list of all keys</h4>
@@ -350,7 +344,6 @@ Date: Tue, 26 Jul 2011 10:18:38 GMT
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/libdeltacloud.html
----------------------------------------------------------------------
diff --git a/site/output/libdeltacloud.html b/site/output/libdeltacloud.html
index 704ab57..f1bd5bd 100644
--- a/site/output/libdeltacloud.html
+++ b/site/output/libdeltacloud.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -97,7 +97,6 @@
 
       
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/link-page.html
----------------------------------------------------------------------
diff --git a/site/output/link-page.html b/site/output/link-page.html
deleted file mode 100644
index 9f28cb7..0000000
--- a/site/output/link-page.html
+++ /dev/null
@@ -1,154 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Example Link Page</title>
-    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
-    <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-
-    <!-- Le JavaScript -->
-    <script src="/assets/js/jquery-1.7.1.min.js" type="text/javascript"></script>
-    <script src="/assets/js/bootstrap-dropdown.js" type="text/javascript"></script>
-    <script src="/assets/js/jquery.tweet.js" type="text/javascript"></script>
-    <script src="/assets/js/application.js" type="text/javascript"></script>
-
-    <!-- Le styles -->
-    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-    <link href="/assets/css/application.css" rel="stylesheet">
-    <link rel="shortcut icon" href="/assets/img/favicon.ico">
-  </head>
-
-  <body>
-
-    <div class="navbar navbar-fixed-top">
-      <div class="navbar-inner">
-        <div class="container">
-          <a class="brand" href="/"><img src="/assets/img/logo.png" width="152"
-            alt="Deltacloud API"/></a>
-          <ul class="nav top-nav">
-  <li class="active"><a href="/">Home</a></li>
-  <li class="dropdown">
-    <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
-    </ul>
-  </li>
-  <li class="dropdown">
-    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Run API <b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/install-deltacloud.html">Install Deltacloud</a></li>
-      <li><a href="/run-deltacloud-server.html">Run the Deltacloud Server</a></li>
-    </ul>
-  </li>
-  <li class="dropdown">
-    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Use API <b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/use-the-api.html">Using API</a></li>
-      <li><a href="/clients.html">Clients</a></li>
-    </ul>
-  </li>
-  <li class="dropdown">
-    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contribute <b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/how-to-contribute.html">How Can I Contribute?</a></li>
-      <li><a href="/getting-sources.html">Getting the Sources</a></li>
-    </ul>
-  </li>
-  <li class="dropdown">
-    <a href="#" class="dropdown-toggle" data-toggle="dropdown">API Documentation <b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/rest-api.html">REST API</a></li>
-      <li><a href="/drivers.html">Drivers API</a></li>
-      <li><a href="/libdeltacloud.html">C library libdeltacloud</a></li>
-    </ul>
-  </li>
-  <li><a href="#contact">Contact</a></li>
-</ul>
-
-        </div>
-      </div>
-
-    </div>
-
-    <div class="container">
-
-      <ul class="nav nav-list article-nav well">
-<li class="nav-header">
-    Content
-  </li>
-  <li><a href="#">Section 1</a></li>
-  <li><a href="#">Section 2</a></li>
-  <li><a href="#">Section 3</a></li>
-  <li><a href="#">Section 4</a></li>
-</ul><h1 id="a-first-level-header">A First Level Header</h1>
-
-<h2 id="a-second-level-header">A Second Level Header</h2>
-
-<p>Now is the time for all good men to come to
-the aid of their country. This is just a
-regular paragraph. Test of <a href="link-page/index.html">link</a>.</p>
-
-<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed iaculis rutrum
-augue, vel cursus erat hendrerit eget. Nam quis massa euismod eros laoreet
-auctor. Integer elementum velit ac enim semper volutpat. Donec ut arcu massa,
-  vel laoreet sapien. Fusce ultrices aliquet velit nec consectetur. Quisque erat
-  lorem, accumsan vel volutpat ac, laoreet ut quam. Ut neque arcu, adipiscing
-  nec iaculis ut, bibendum sit amet orci. Suspendisse potenti. Lorem ipsum dolor
-  sit amet, consectetur adipiscing elit. Vestibulum egestas risus ac nisi
-  blandit id auctor nisi pharetra.</p>
-
-<h2 id="a-second-level-header-1">A Second Level Header</h2>
-
-<p>Curabitur imperdiet ultrices sem quis facilisis. Ut dictum bibendum erat, et
-auctor dui rutrum nec. Cras facilisis libero nec nunc consequat id placerat
-metus suscipit. </p>
-
-<ul>
-<li>Nullam et <strong>pulvinar</strong> justo. <em>Fusce</em> lacinia adipiscing ultrices.</li>
-  <li>Donec lorem tortor, dictum ac rhoncus ac, mollis vel felis. In facilisis, sapien</li>
-  <li>id viverra vestibulum, est nisi lacinia augue, vitae tincidunt arcu urna vel</li>
-</ul><p>elit. Suspendisse eget libero sapien. Maecenas in ipsum magna, eget auctor
-sapien. Nullam lacus felis, molestie at pharetra sit amet, lobortis et est.
-Nullam quis magna turpis, ac suscipit dui.</p>
-
-<p>The quick brown fox jumped over the lazy
-dog’s back.</p>
-
-<figure><figcaption>Listing 1: Example in ruby.</figcaption><pre><code class="language-ruby">puts <span class="string"><span class="delimiter">"</span><span class="content">hello world</span><span class="delimiter">"</span></span>
-<span class="constant">DeltaCloud</span>.new(<span class="symbol">:url</span> =&gt; <span class="string"><span class="delimiter">'</span><span class="content">test</span><span class="delimiter">'</span></span>)</code></pre></figure><p>Etiam consequat velit ut erat vestibulum dapibus. Ut tempus, nunc sit amet
-laoreet condimentum, nisi orci laoreet urna, at vestibulum libero lacus ac erat.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed feugiat nulla id
-felis condimentum in tincidunt velit facilisis. Curabitur pulvinar lorem nisi,</p>
-
-<blockquote>
-  <p>imperdiet tincidunt est. Curabitur fermentum justo nec quam tincidunt
-pellentesque. Donec in felis ut nunc facilisis vehicula eu aliquet odio.
-Nunc ultricies ligula sed felis ultrices in viverra dolor imperdiet.
-Suspendisse cursus, felis ut hendrerit aliquam, ipsum massa gravida metus,
-sed pretium felis justo in nisi. Suspendisse ornare nunc vel dui mattis
-congue eu vel neque. Ut tempor urna sapien, id faucibus magna. Donec
-turpis odio, blandit in pretium quis, varius vulputate justo.</p>
-</blockquote>
-
-      <footer class="footer">
-        <p class="footer-right">
-          <img src="/assets/img/asf_logo_wide.png" alt="Apache Software
-          Foundation"/>
-        </p>
-        <p>
-        <strong>Apache Deltacloud</strong> is a top-level project at the <a
-          href="http://www.apache.org">Apache Software Foundation</a>,
-          having graduated from the ASF Incubator in October
-          2011. Through a collaborative and meritocratic development process, Apache
-          projects deliver enterprise-grade, freely available software products that
-          attract large communities of users. 
-        </p>
-      </footer>
-
-    </div> <!-- /container -->
-
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/load-balancers.html
----------------------------------------------------------------------
diff --git a/site/output/load-balancers.html b/site/output/load-balancers.html
index a7963c8..89adb54 100644
--- a/site/output/load-balancers.html
+++ b/site/output/load-balancers.html
@@ -44,7 +44,7 @@
     <a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
     <ul class="dropdown-menu">
       <li><a href="/about.html">What is Deltacloud?</a></li>
-      <li><a href="/supported-providers.html">Supported Providers</a></li>
+      <li><a href="/drivers.html#drivers">Supported Providers</a></li>
     </ul>
   </li>
   <li><a href="/download.html">Download</a></li>
@@ -111,12 +111,11 @@ This collection is not supported by all back-end cloud providers and at present,
 </p>
 
 <ul>
-  <li>a <strong>list of instances</strong>;</li>
+<li>a <strong>list of instances</strong>;</li>
   <li>a <strong>public address</strong> representing the IP address that the balancer will respond on to client requests;</li>
   <li>a <strong>created_at</strong> timestamp; and</li>
   <li>a list of <strong>listeners</strong>.</li>
 </ul>
-
 <p>
 Each <strong>listener</strong> has a <strong>protocol</strong> (e.g. TCP), a <strong>load balancer port</strong> and an <strong>instance port</strong>. The load balancer represents the port on which the balancer accepts connections. The instance port represents the port on which network traffic is forwarded to instances in the <strong>instance list</strong>.
 </p>
@@ -125,14 +124,14 @@ Each <strong>listener</strong> has a <strong>protocol</strong> (e.g. TCP), a <st
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="realms.html">Realms</a></li>
+<li><a href="realms.html">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -142,24 +141,19 @@ Each <strong>listener</strong> has a <strong>protocol</strong> (e.g. TCP), a <st
     <li><a href="addresses.html">Addresses</a></li>
     <li class="active"><a href="#load">Load balancers</a></li>
   </ul>
-  <li><a href="storage-resources.html">Storage resources</a></li>
+<li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <p><br></p>
 
 <ul class="nav nav-pills">
-  <li class="active"><a href="#tab1" data-toggle="tab">Get the details of all load balancers</a></li>
+<li class="active"><a href="#tab1" data-toggle="tab">Get the details of all load balancers</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details for a load balancer</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a load balancer</a></li>
   <li><a href="#tab4" data-toggle="tab">Register/unregister an instance</a></li>
-</ul>
-
-<hr>
-
-<div class="tab-content">
+</ul><hr><div class="tab-content">
   <div class="tab-pane active" id="tab1">
 
 
@@ -424,7 +418,6 @@ Date: Thu, 28 Jul 2011 19:09:17 GMT
 
 <p><br></p>
 
-
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>