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

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

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/c7f4d022/site/output/rest-api.html
----------------------------------------------------------------------
diff --git a/site/output/rest-api.html b/site/output/rest-api.html
index 526cacf..5020e15 100644
--- a/site/output/rest-api.html
+++ b/site/output/rest-api.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>
@@ -120,12 +120,12 @@ The following terms describe abstractions used in the Apache Deltacloud API. Eac
   <div class="span3">
 
 <ul class="nav nav-list well">
-  <li class="nav-header">
+<li class="nav-header">
     Deltacloud REST API
   </li>
   <li class="active"><a href="#rest">Introduction</a></li>
   <ul class="nav nav-list">
-    <li><a href="#collections">Collections</a></li>
+<li><a href="#collections">Collections</a></li>
     <li><a href="#requests">Client requests</a></li>
     <li><a href="#auth">Authentication</a></li>
     <li><a href="#response">Server responses</a></li>
@@ -133,12 +133,11 @@ The following terms describe abstractions used in the Apache Deltacloud API. Eac
     <li><a href="#stab">API stability</a></li>
     <li><a href="#doc">Online documentation</a></li>
   </ul>
-  <li><a href="api-entry-point.html">API entry point</a></li>
+<li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <dl class="dl dl-horizontal">
@@ -250,21 +249,19 @@ You may come across the following changes in newer versions of the API:
 </p>
 
 <ul>
-  <li>adding new collections, or supporting new operations on existing collections</li>
+<li>adding new collections, or supporting new operations on existing collections</li>
   <li>adding optional parameters to existing operations</li>
   <li>adding additional attributes and elements to the XML/JSON responses</li>
 </ul>
-
 <p>
 On the other hand, these changes would violate API stability and therefore they are not made:
 </p>
 
 <ul>
-  <li>removing an operation on a collection</li>
+<li>removing an operation on a collection</li>
   <li>making an optional parameter for an operation mandatory</li>
   <li>removing attributes or elements from XML responses</li>
 </ul>
-
 <h3 id="doc">Online documentation</h3>
 
 <p>
@@ -276,7 +273,6 @@ You can access an automatically generated documentation on every server running
 <br>
 </dl>
 
-
       <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/ruby-client.html
----------------------------------------------------------------------
diff --git a/site/output/ruby-client.html b/site/output/ruby-client.html
index 7a648a2..9925bbe 100644
--- a/site/output/ruby-client.html
+++ b/site/output/ruby-client.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,7 +117,7 @@ puts instance.hardware_profile.architecture
   <div class="span4">
   
 <ul class="nav nav-list well">
-  <li class="nav-header">Deltacloud Ruby Client</li>
+<li class="nav-header">Deltacloud Ruby Client</li>
   <li class="active"><a href="#realms">Listing realms</a></li>
   <li><a href="#profiles">Listing hardware profiles</a></li>
   <li><a href="#images">Listing images</a></li>
@@ -126,8 +126,7 @@ puts instance.hardware_profile.architecture
   <li><a href="#instances3">Manipulating instances</a></li>
   <li><a href="http://deltacloud.apache.org/ruby-client/doc/index.html">Client documentation</a></li>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <p>You can access a specific realm by adding its identifier:</p>
@@ -220,7 +219,6 @@ puts instance.hardware_profile.architecture
 
 <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/ruby.html
----------------------------------------------------------------------
diff --git a/site/output/ruby.html b/site/output/ruby.html
deleted file mode 100644
index 4ee11f2..0000000
--- a/site/output/ruby.html
+++ /dev/null
@@ -1,116 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>The Deltacloud Ruby Client</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><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">Installation<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="/usage.html" class="dropdown-toggle" data-toggle="dropdown">Usage<b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/usage.html#usingapi">Using API</a></li>
-      <li><a href="/usage.html#clients">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<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>
-    </ul>
-  </li>
-  <li><a href="/contact.html">Contact</a></li>
-</ul>
-
-        </div>
-      </div>
-
-    </div>
-
-    <div class="container">
-
-      <p><br></p>
-
-<p>Installing the Deltacloud client also gives you the <strong>deltacloudc</strong> command line tool. This executable makes use of the Deltacloud client library to speak to the Deltacloud server using the <a href="rest-api.html">REST API</a>. This allows you to to control your IAAS cloud infrastructure from the command line. If you are familiar with linux scripting, you can knock up a bash script in no time to automate your cloud infrastructure tasks.The general usage pattern for deltacloudc is:</p><p>
-
-</p><pre>$ deltacloudc collection operation [options]</pre>
-
-<dl class="dl-horizontal">
-<dt><h6>collection</h6></dt>
-  <dd>
-  refers to the Deltacloud object collections, such as Instances, Images, Buckets, Realms etc, as described in greater detail in the REST API 
-  </dd>
-  <dt><h6>operation</h6></dt>
-  <dd>nanoc
-  is collection dependant. All collections respond to 'index' and 'show' operations (retrieve details on all objects in a given collection or on a specific object, respectively); some collections respond to 'create' and 'destroy' operations. The instances collection (realised virtual servers) responds to operations for managing the instance lifecycle, such as 'stop', 'reboot' etc. 
-  </dd>
-  <dt><h6>options</h6></dt>
-  <dd>
-  are listed by invoking <strong>deltacloudc -h</strong> One important option is <strong>-u</strong>, with which you specify the API_URL, where the Deltacloud server is running. The API_URL takes the form <strong>http://[user]:[password]@[api_url]:[port]/[api]</strong> (examples follow). Alternatively, rather than having to supply the API_URL for every invocation of <strong>deltacloudc</strong> you have the choice of setting the API_URL environment variable (e.g., export API_URL=http://mockuser:mockpassword@localhost:3001/api). A listing of the credentials you need to provide for each back-end cloud provider is available here.
-  </dd>
-</dl>
-
-      <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/run-deltacloud-server.html
----------------------------------------------------------------------
diff --git a/site/output/run-deltacloud-server.html b/site/output/run-deltacloud-server.html
index 3079924..07e760f 100644
--- a/site/output/run-deltacloud-server.html
+++ b/site/output/run-deltacloud-server.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>
@@ -180,7 +180,6 @@ The browser will ask for credentials. To log in use mockuser and mockpassword as
 
 <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/run-the-api.html
----------------------------------------------------------------------
diff --git a/site/output/run-the-api.html b/site/output/run-the-api.html
deleted file mode 100644
index 12aa27b..0000000
--- a/site/output/run-the-api.html
+++ /dev/null
@@ -1,98 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Run the API</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><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">Installation<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="/usage.html" class="dropdown-toggle" data-toggle="dropdown">Usage<b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/usage.html#usingapi">Using API</a></li>
-      <li><a href="/usage.html#clients">Client libraries</a></li>
-      <li><a href="/command-tools.html">Command line tools</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="/getting-sources.html">Getting the Sources</a></li>
-      <li><a href="/how-to-contribute.html">How Can I Contribute?</a></li>
-    </ul>
-  </li>
-  <li class="dropdown">
-    <a href="#" class="dropdown-toggle" data-toggle="dropdown">API<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>
-    </ul>
-  </li>
-  <li><a href="/contact.html">Contact</a></li>
-</ul>
-
-        </div>
-      </div>
-
-    </div>
-
-    <div class="container">
-
-      
-
-      <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/send-patch.html
----------------------------------------------------------------------
diff --git a/site/output/send-patch.html b/site/output/send-patch.html
index 547ce5f..63ca570 100644
--- a/site/output/send-patch.html
+++ b/site/output/send-patch.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,20 +98,18 @@
       <p><br></p>
 
 <ul class="breadcrumb">
-  <li>
+<li>
     <a href="how-to-contribute.html#how">How to contribute?</a> <span class="divider">/</span>
   </li>
   <li class="active">Send a patch</li>
-</ul>
-
-<h3>Formatting and sending patches</h3>
+</ul><h3>Formatting and sending patches</h3>
 
 <p>
 The Deltacloud community works with <a href="http://book.git-scm.com/">Git</a>. The process of contributing to the project we prefer contains these steps: <strong>local_branch → patch → review → accept → commit</strong> process for contributing to the project. This is how the typical workflow used by the core developers looks like:
 </p>
 
 <ol>
-  <li>
+<li>
   <p>
   Set the following settings inside the git configuration file. The config file is located in the root of the Deltacloud project in a hidden <strong>.git</strong> directory. Open the config file with your preferred editor:
   </p>
@@ -241,14 +239,12 @@ $ git send-email --compose --subject 'some subject'
   The other members of the community will review your patches. The patch has to receive at least one <strong>ACK </strong>and no <strong>NACK</strong> to be approved. Then the patch will be committed by one of the Deltacloud developers with commit rights to the Apache repo. If noone is responding to your patch sent to mailing list, feel free to remind yourself after few days.
   </p>
   </li>
-</ol>
-
-<p>
+</ol><p>
 You can also contribute to the project by reviewing patches sent by other contributors:
 </p>
 
 <ol>
-  <li>
+<li>
   <p>
   Make a new branch where you will apply the patches and test:
   </p>
@@ -284,9 +280,7 @@ $ git am /path/to/patches/0001-name-of-patch.eml
 If you think the patches are working correctly, send an <strong>ACK</strong> to the Deltacloud <a href="http://mail-archives.apache.org/mod_mbox/deltacloud-dev/">mailing list</a>. Similarly, if you think the patches could cause a problem, send a <strong>NACK</strong> and explain the issue you have found.
 </p>
   </li>
-</ol>
-
-<p>
+</ol><p>
   <a class="btn btn-inverse btn-large" style="float: right" data-toggle="modal" href="#tests">Test the patch</a>
   <a class="btn btn-inverse btn-large" href="how-to-contribute.html"><i class="icon-arrow-left icon-white" style="vertical-align:baseline"> </i> Back</a>
 </p>
@@ -342,7 +336,6 @@ $ cucumber ../tests/ec2
   </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/storage-resources.html
----------------------------------------------------------------------
diff --git a/site/output/storage-resources.html b/site/output/storage-resources.html
index 35311da..88307a8 100644
--- a/site/output/storage-resources.html
+++ b/site/output/storage-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>
@@ -107,12 +107,11 @@ Storage resources are divided into two groups:
 </p>
 
 <ul>
-  <li>
+<li>
 <strong>storage volumes</strong>, which can be attached to a running instance (accessible by the instance OS)</li>
   <li>
 <strong>blob storage</strong>, which represents a generic 'key &lt;−−&gt; value' based data store, as implemented by Rackspace CloudFiles or Amazon S3</li>
 </ul>
-
 <p>
 <strong>Storage snapshots</strong> represent a storage volume, a backup which is created at a particular point of time (a snapshot).
 </p>
@@ -127,7 +126,7 @@ A storage volume has
   <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>
@@ -135,24 +134,21 @@ A storage volume has
   <li><a href="compute-resources.html">Compute resources</a></li>
   <li class="active"><a href="#resources">Storage resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="#volumes">Storage volumes</a></li>
+<li><a href="#volumes">Storage volumes</a></li>
     <li><a href="storage-snapshots.html">Storage snapshots</a></li>
     <li><a href="blob-storage.html">Blob storage</a></li>
   </ul>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <ul>
-  <li>a <strong>capacity</strong> expressed in Gigabytes;</li>
+<li>a <strong>capacity</strong> expressed in Gigabytes;</li>
   <li>a <strong>created</strong> timestamp;</li>
   <li>a <strong>realm_id</strong> specifying the realm in which the volume exists;</li>
   <li>a <strong>state</strong> (for Amazon EC2 this is one of creating, available, in-use, deleting, deleted, error); and </li>
   <li>a set of <strong>actions</strong>.</li>
-</ul>
-
-<p>
+</ul><p>
 When attached to an instance, a storage volume will also expose a <strong>mount</strong> element
 which contains the attributes <strong>instance </strong>and <strong>device</strong>, specifying the instance, to which the volume is attached, and the mount point (e.g. /dev/sdh), respectively.
 </p>
@@ -160,15 +156,11 @@ which contains the attributes <strong>instance </strong>and <strong>device</stro
 <p><br></p>
 
 <ul class="nav nav-pills">
-  <li class="active"><a href="#tab1" data-toggle="tab">Get a list of all volumes</a></li>
+<li class="active"><a href="#tab1" data-toggle="tab">Get a list of all volumes</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details of volume</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a volume</a></li>
   <li><a href="#tab4" data-toggle="tab">Attach/detach a volume</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 storage volumes</h4>
@@ -478,7 +470,6 @@ Content-Length: 709
 
 <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/storage-snapshots.html
----------------------------------------------------------------------
diff --git a/site/output/storage-snapshots.html b/site/output/storage-snapshots.html
index 9c7ba96..6be7d35 100644
--- a/site/output/storage-snapshots.html
+++ b/site/output/storage-snapshots.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,26 +107,20 @@ A storage snapshot captures the state of a storage volume at the exact moment in
 </p>
 
 <ul>
-  <li>a <strong>created timestamp</strong>; and</li>
+<li>a <strong>created timestamp</strong>; and</li>
   <li>a <strong>storage volume </strong>attribute referring to the volume from which the snapshot was made.</li>
 </ul>
-
-<br>
-<br>
-
-<ul class="nav nav-pills">
-  <li class="active"><a href="#tab1" data-toggle="tab">Get a list of all snapshots</a></li>
+<br><br><ul class="nav nav-pills">
+<li class="active"><a href="#tab1" data-toggle="tab">Get a list of all snapshots</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details of a snapshot</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a snapshot</a></li>
 </ul>
-
 <hr>
-
-  </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>
@@ -134,13 +128,12 @@ A storage snapshot captures the state of a storage volume at the exact moment in
   <li><a href="compute-resources.html">Compute resources</a></li>
   <li><a href="storage-resources.html">Storage resources</a></li>
   <ul class="nav nav-list">
-    <li><a href="storage-resources.html#volumes">Storage volumes</a></li>
+<li><a href="storage-resources.html#volumes">Storage volumes</a></li>
     <li class="active"><a href="#snapshots">Storage snapshots</a></li>
     <li><a href="blob-storage.html">Blob storage</a></li>
   </ul>
 </ul>
-
-  </div>
+</div>
 </div>
 
 <div class="tab-content">
@@ -299,7 +292,6 @@ Date: Thu, 28 Jul 2011 22:26:07 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/supported-providers.html
----------------------------------------------------------------------
diff --git a/site/output/supported-providers.html b/site/output/supported-providers.html
index 9723956..37a6f21 100644
--- a/site/output/supported-providers.html
+++ b/site/output/supported-providers.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,9 +100,8 @@
 
 <h4>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>
@@ -130,11 +129,10 @@
       <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>yes</td>
@@ -148,8 +146,8 @@
       <td>yes</td>
       
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Eucalyptus</strong>
       </td>
       <td>yes</td>
@@ -162,8 +160,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>IBM SmartCloud</strong>
       </td>
       <td>yes</td>
@@ -176,8 +174,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>GoGrid</strong>
       </td>
       <td>yes</td>
@@ -190,8 +188,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>OpenNebula</strong>
       </td>
       <td>yes</td>
@@ -204,8 +202,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Rackspace</strong>
       </td>
       <td>yes</td>
@@ -218,8 +216,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>RHEV-M</strong>
       </td>
       <td>yes</td>
@@ -232,8 +230,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>RimuHosting</strong>
       </td>
       <td>yes</td>
@@ -246,8 +244,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Terremark</strong>
       </td>
       <td>yes</td>
@@ -260,8 +258,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>vSphere</strong>
       </td>
       <td>yes</td>
@@ -274,8 +272,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>OpenStack</strong>
       </td>
       <td>yes</td>
@@ -288,8 +286,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>FGCP</strong>
       </td>
       <td>yes</td>
@@ -302,8 +300,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Arubacloud</strong>
       </td>
       <td>yes</td>
@@ -316,14 +314,12 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-  </tbody>
-</table>
-<p><br></p>
+</tbody>
+</table><p><br></p>
 <h4>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>
@@ -342,11 +338,10 @@
       <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>yes</td>
@@ -356,8 +351,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Eucalyptus Walrus</strong>
       </td>
       <td>yes</td>
@@ -367,8 +362,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Rackspace CloudFiles</strong>
       </td>
       <td>yes</td>
@@ -378,8 +373,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Microsoft Azure</strong>
       </td>
       <td>yes</td>
@@ -389,8 +384,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-    <tr>
-      <td class="provider">
+<tr>
+<td class="provider">
         <strong>Google Storage</strong>
       </td>
       <td>yes</td>
@@ -400,25 +395,21 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-  </tbody>
-</table>
-
-<p><br></p>
+</tbody>
+</table><p><br></p>
 
 <h4 id="credentials">Cloud provider credentials</h4>
 <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>
@@ -426,8 +417,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>
@@ -435,8 +426,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>
@@ -444,8 +435,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>
@@ -453,8 +444,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>
@@ -462,8 +453,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>
@@ -471,8 +462,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>
@@ -480,8 +471,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>
@@ -489,8 +480,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>
@@ -500,8 +491,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>
@@ -509,8 +500,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>
@@ -518,8 +509,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>
@@ -527,8 +518,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>
@@ -536,8 +527,8 @@
       <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>
-    <tr>
-      <td style="text-align:left">
+<tr>
+<td style="text-align:left">
         <strong>Arubacloud</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">arubacloud</span></td>
@@ -545,10 +536,9 @@
       <td style="text-align:left">Password</td>
       <td style="text-align:left"></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/supproted-providers.html
----------------------------------------------------------------------
diff --git a/site/output/supproted-providers.html b/site/output/supproted-providers.html
deleted file mode 100644
index 9392835..0000000
--- a/site/output/supproted-providers.html
+++ /dev/null
@@ -1,98 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Supported Providers</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">
-
-      
-
-      <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/usage.html
----------------------------------------------------------------------
diff --git a/site/output/usage.html b/site/output/usage.html
index a9f0d85..add1b3d 100644
--- a/site/output/usage.html
+++ b/site/output/usage.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>
@@ -153,10 +153,7 @@ openstack = client.with_config(:driver =&gt; :openstack)
 
 <a class="btn btn-inverse btn-large" style="float: right" href="ruby-client.html">Work with the Ruby client</a>
 
-<br>
-<br>
-
-<h3>HTTP clients - cURL</h3>
+<br><br><h3>HTTP clients - cURL</h3>
 
 <p>
 Basically, you interact with the Deltacloud server via HTTP calls, so you can use any HTTP client to talk to Deltacloud using the <a href="rest-api.html">Deltacloud REST API</a>.
@@ -225,10 +222,7 @@ The <strong>'-iv'</strong> flags will ensure that cURL displays the request and
 
 <a class="btn btn-inverse btn-large" style="float: right" href="curl-examples.html">Working with cURL</a>
 
-<br>
-<br>
-
-<h3>Libdeltacloud Client (C library)</h3>
+<br><br><h3>Libdeltacloud Client (C library)</h3>
 <p>
 Libdeltacloud is a C/C++ library for accessing the Deltacloud API. It exports convenient structures and functions for manipulating cloud objects through the Deltacloud API.
 </p>
@@ -250,8 +244,6 @@ Due to the magic of libtool versioning, programs built against an older version
 
 <br>
 
-
-
       <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/use-the-api.html
----------------------------------------------------------------------
diff --git a/site/output/use-the-api.html b/site/output/use-the-api.html
index 2154456..faf94e0 100644
--- a/site/output/use-the-api.html
+++ b/site/output/use-the-api.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/write-new-driver.html
----------------------------------------------------------------------
diff --git a/site/output/write-new-driver.html b/site/output/write-new-driver.html
index 1fd39d8..c5a4930 100644
--- a/site/output/write-new-driver.html
+++ b/site/output/write-new-driver.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,19 +98,16 @@
       <p><br></p>
 
 <ul class="breadcrumb">
-  <li>
+<li>
     <a href="how-to-contribute.html#how">How to contribute?</a> <span class="divider">/</span>
   </li>
   <li class="active">Write a provider driver</li>
-</ul>
-
-<h3 id="driver">Write a provider driver</h3>
+</ul><h3 id="driver">Write a provider driver</h3>
 
 <p>The deltacloud drivers are stored in <strong>deltacloud/server/lib/deltacloud/drivers</strong>.</p>
 
 <ol>
-
-  <li>
+<li>
 
   <p>
   To add a driver for a hypotetical <strong>Foo</strong> cloud, add a directory into /drivers/ and then add a file for a driver itself:
@@ -149,9 +146,7 @@ end
   </p>
   
   </li>
-</ol>
-
-<p>Thus, your driver for the cloud provider Foo may look like:</p>
+</ol><p>Thus, your driver for the cloud provider Foo may look like:</p>
 
 <pre>
 require 'deltacloud/base_driver'
@@ -218,30 +213,26 @@ The voodoo used here (i.e. definition of .to and .on etc) is defined in <strong>
 <p>Valid states are:</p>
 
 <ul>
-  <li><strong>:begin</strong></li>
+<li><strong>:begin</strong></li>
   <li><strong>:pending</strong></li>
   <li><strong>:running</strong></li>
   <li><strong>:shutting_down</strong></li>
   <li><strong>:stopped</strong></li>
   <li><strong>:end</strong></li>
-</ul>
-
-<p>The instance is located in the<strong>:begin</strong> state before being created. Immediately after being destroyed the instance is removed to the <strong>:end</strong> state.</p>
+</ul><p>The instance is located in the<strong>:begin</strong> state before being created. Immediately after being destroyed the instance is removed to the <strong>:end</strong> state.</p>
 
 <p>Valid transition actions are:</p>
 
 <ul>
-  <li><strong>:stop</strong></li>
+<li><strong>:stop</strong></li>
   <li><strong>:start</strong></li>
   <li><strong>:reboot</strong></li>
-</ul>
-
-<p>The action <strong>:automatically</strong> may be used to indicate a tranisition that may occur without an action being triggered (see the example above).</p>
+</ul><p>The action <strong>:automatically</strong> may be used to indicate a tranisition that may occur without an action being triggered (see the example above).</p>
 
 <p>You can implement some other methods according to the collections you will be supporting:</p>
 
 <ul>
-  <li><strong>hardware_profiles(credentials, opts=nil)</strong></li>
+<li><strong>hardware_profiles(credentials, opts=nil)</strong></li>
   <li><strong>images(credentials, opts=nil)</strong></li>
   <li><strong>realms(credentials, opts=nil)</strong></li>
   <li><strong>instances(credentials, opts=nil)</strong></li>
@@ -249,9 +240,7 @@ The voodoo used here (i.e. definition of .to and .on etc) is defined in <strong>
   <li><strong>reboot_instance(credentials, id)</strong></li>
   <li><strong>stop_instance(credentials, id)</strong></li>
   <li><strong>destroy_instance(credentials, id)</strong></li>
-</ul>
-
-<p>
+</ul><p>
 The <strong>hardware_profiles(...)</strong> method should return an array of HardwareProfile objects. The <strong>opts</strong> hash, if present, must be inspected for <strong>:id</strong> and <strong>:architecture</strong> keys. If these keys are available, the results should be filtered by the value associated with each key. The <strong>filter_on(...)</strong> helper method is used for the filtering and as you can see from existing driver method definitions, is invoked in many of the driver collection methods:
 </p>
 
@@ -336,7 +325,6 @@ $ cucumber ../tests/ec2
   </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/writing-tests.html
----------------------------------------------------------------------
diff --git a/site/output/writing-tests.html b/site/output/writing-tests.html
deleted file mode 100644
index 73338b0..0000000
--- a/site/output/writing-tests.html
+++ /dev/null
@@ -1,166 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Writing and running tests</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>
-    <script src="/assets/js/bootstrap-transition.js"></script>
-    <script src="/assets/js/bootstrap-alert.js"></script>
-    <script src="/assets/js/bootstrap-modal.js"></script>
-    <script src="/assets/js/bootstrap-scrollspy.js"></script>
-    <script src="/assets/js/bootstrap-tab.js"></script>
-    <script src="/assets/js/bootstrap-tooltip.js"></script>
-    <script src="/assets/js/bootstrap-popover.js"></script>
-    <script src="/assets/js/bootstrap-button.js"></script>
-    <script src="/assets/js/bootstrap-collapse.js"></script>
-    <script src="/assets/js/bootstrap-carousel.js"></script>
-    <script src="/assets/js/bootstrap-typeahead.js"></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><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">Installation<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="/usage.html" class="dropdown-toggle" data-toggle="dropdown">Usage<b class="caret"></b></a>
-    <ul class="dropdown-menu">
-      <li><a href="/usage.html#usingapi">Using API</a></li>
-      <li><a href="/usage.html#clients">Client Libraries</a></li>
-      <li><a href="/command-tools.html">Command Line Tools</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="/getting-sources.html">Getting Sources</a></li>
-      <li><a href="/how-to-contribute.html">How Can I Contribute?</a></li>
-    </ul>
-  </li>
-  <li class="dropdown">
-    <a href="#" class="dropdown-toggle" data-toggle="dropdown">API<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>
-    </ul>
-  </li>
-  <li><a href="/contact.html">Contact</a></li>
-</ul>
-
-        </div>
-      </div>
-
-    </div>
-
-    <div class="container content">
-
-      <p><br></p>
-
-<h3 id="test">Writing and running tests</h3>
-
-<p>
-You should add a test to every new feature or new driver you create to make sure, that everything is running as expected. There are two different directories in the Deltacloud project, where the tests are stored: <strong>/deltacloud/server/tests</strong> for Unit tests for drivers and <strong>/deltacloud/tests</strong> for Cucumber tests.
-</p>
-
-<p>Initiate the Unit tests:</p>
-
-<pre>
-$ cd /path/to/deltacloud/server
-$ rake test
-</pre>
-
-<p>This will invoke all Unit tests defined in <strong>/deltacloud/server/tests</strong> by inspecting the Rakefile in <strong>/deltacloud/server</strong>. To invoke a specific driver tests type:</p>
-
-<pre>
-$ cd /path/to/deltacloud/server
-$ rake test:rackspace
-  _OR_
-$ rake test:mock
-  _etc_
-</pre>
-
-<p>Initiate the Cucumber tests:</p>
-
-<pre>
-$ cd /path/to/deltacloud/server
-$ rake cucumber
-</pre>
-
-<p>Alternatively, you can invoke the cucumber tests directly without using Rakefile: </p>
-
-<pre>
-$ cd /path/to/deltacloud/server
-$ cucumber ../tests/mock
-  _OR_
-$ cucumber ../tests/ec2
-  _etc_
-</pre>
-
-<div class="btn-group" style="float: right">
-
-<button class="btn btn-inverse btn-large dropdown-toggle" data-toggle="dropdown"><i class="icon-arrow-left icon-white"></i> Back <span class="caret"></span></button>
-
-<ul class="dropdown-menu">
-<li><a href="send-patch.html">Send a patch</a></li>
-  <li><a href="write-new-driver.html">Write a provider driver</a></li>
-  <li class="divider">
-  </li>
-<li><a href="how-to-contribute.html">Contribute</a></li>
-</ul>
-</div>
-
-<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'>
-          <div class='span3'>
-            <img src="/assets/img/asf.png" alt="Apache Software Foundation"/>
-          </div>
-          <div class='span9'>
-            <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. 
-          </div>
-        </div>
-      </footer>
-
-    </div> <!-- /container -->
-
-  </body>
-</html>