You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2012/03/31 20:53:42 UTC

svn commit: r810856 - in /websites/staging/libcloud/trunk/content: ./ docs/

Author: buildbot
Date: Sat Mar 31 18:53:41 2012
New Revision: 810856

Log:
Staging update by buildbot for libcloud

Modified:
    websites/staging/libcloud/trunk/content/   (props changed)
    websites/staging/libcloud/trunk/content/about.html
    websites/staging/libcloud/trunk/content/community-resources.html
    websites/staging/libcloud/trunk/content/contributing.html
    websites/staging/libcloud/trunk/content/credits.html
    websites/staging/libcloud/trunk/content/devinfo.html
    websites/staging/libcloud/trunk/content/docs/compute-base-api.html
    websites/staging/libcloud/trunk/content/docs/compute-deployment.html
    websites/staging/libcloud/trunk/content/docs/dns-base-api.html
    websites/staging/libcloud/trunk/content/docs/load-balancer-base-api.html
    websites/staging/libcloud/trunk/content/docs/storage-base-api.html
    websites/staging/libcloud/trunk/content/docs/using-libcloud-in-multi-threaded-and-async-environments.html
    websites/staging/libcloud/trunk/content/docs/writing-tests-and-using-the-fixture-framework.html
    websites/staging/libcloud/trunk/content/downloads.html
    websites/staging/libcloud/trunk/content/driver-features.html
    websites/staging/libcloud/trunk/content/europython-libcloud-sprint.html
    websites/staging/libcloud/trunk/content/getting-started.html
    websites/staging/libcloud/trunk/content/gsoc.html
    websites/staging/libcloud/trunk/content/index.html
    websites/staging/libcloud/trunk/content/news.html
    websites/staging/libcloud/trunk/content/security.html
    websites/staging/libcloud/trunk/content/sitemap.html
    websites/staging/libcloud/trunk/content/supported_providers.html
    websites/staging/libcloud/trunk/content/testing.html
    websites/staging/libcloud/trunk/content/upgrade-notes-0-6.html
    websites/staging/libcloud/trunk/content/upgrade-notes-0-7.html
    websites/staging/libcloud/trunk/content/upgrade-notes-0-8.html
    websites/staging/libcloud/trunk/content/upgrade-notes.html
    websites/staging/libcloud/trunk/content/whos-using.html

Propchange: websites/staging/libcloud/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 31 18:53:41 2012
@@ -1 +1 @@
-1307874
+1307875

Modified: websites/staging/libcloud/trunk/content/about.html
==============================================================================
--- websites/staging/libcloud/trunk/content/about.html (original)
+++ websites/staging/libcloud/trunk/content/about.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -99,7 +100,7 @@ It was created to make it easy for devel
 <p>libcloud was originally created by the folks over at <a href="https://www.cloudkick.com">Cloudkick</a>, but has
 since grown into an independent free software project licensed under the Apache License (2.0).</p>
 <p>The libcloud team can be contacted at <a href="mailto:users@libcloud.apache.org">users@libcloud.apache.org</a>.</p>
-<h2 id="supported_versions">Supported Versions</h2>
+<h2 id="supported-versions">Supported Versions</h2>
 <p>Libcloud supports the following Python version: </p>
 <ul>
 <li>Python 2.5,</li>

Modified: websites/staging/libcloud/trunk/content/community-resources.html
==============================================================================
--- websites/staging/libcloud/trunk/content/community-resources.html (original)
+++ websites/staging/libcloud/trunk/content/community-resources.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,9 +94,9 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="community_resources">Community Resources</h2>
+      <h2 id="community-resources">Community Resources</h2>
 <p>Here you can find different articles, presentations and tutorials produced by the libcloud users and developers.</p>
-<h3 id="articles_and_tutorials">Articles and Tutorials</h3>
+<h3 id="articles-and-tutorials">Articles and Tutorials</h3>
 <ul>
 <li><a href="http://zenofnptech.org/2009/07/wonders-of-libcloud.html">The wonders of libcloud</a>, <em>07-30-2009</em></li>
 <li><a href="http://blog.rimuhosting.com/2009/10/27/using-libcloud-with-rimuhosting/">USING LIBCLOUD WITH RIMUHOSTING</a>, davidmace, <em>10-27-2009</em></li>
@@ -108,7 +109,7 @@
 <li><a href="http://agiletesting.blogspot.com/2011/01/libcloud-042-and-ssl.html">libcloud 0.4.2 and SSL</a>, Grig Gheorghiu, <em>01-19-2011</em></li>
 <li><a href="http://lars.la/libcloud_and_fabric.html">Playing with Amazon EC2, libcloud and fabric</a>, Lars Larsson, <em>04-16-2011</em></li>
 </ul>
-<h3 id="non-english_publications">Non-English Publications</h3>
+<h3 id="non-english-publications">Non-English Publications</h3>
 <ul>
 <li><a href="http://habrahabr.ru/blogs/python/111530/">Управление облаками в Python</a>, <em>01-09-2011</em></li>
 <li><a href="http://www.tomaz.me/other/slides/2011-10-05_wwwhmb_apache_libcloud.pdf">Apache Libcloud</a>, Tomaz Muraus @ wwwhmb 2011, <em>05-10-2011</em></li>

Modified: websites/staging/libcloud/trunk/content/contributing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/contributing.html (original)
+++ websites/staging/libcloud/trunk/content/contributing.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="contributing_to_libcloud">Contributing to libcloud</h2>
+      <h2 id="contributing-to-libcloud">Contributing to libcloud</h2>
 <p>This pages explains how you can contribute to the libcloud project.</p>
 <p>Keep in mind that all kind of contributions are welcome (ideas, code, tests, documentation, examples, ...).</p>
 <h3 id="process">Process</h3>

Modified: websites/staging/libcloud/trunk/content/credits.html
==============================================================================
--- websites/staging/libcloud/trunk/content/credits.html (original)
+++ websites/staging/libcloud/trunk/content/credits.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="pmc_members">PMC Members</h2>
+      <h2 id="pmc-members">PMC Members</h2>
 <ul>
 <li>Eric Woods (woodser [at] apache [dot] org)</li>
 <li>Jed Smith (jed [at] apache [dot] org)</li>

Modified: websites/staging/libcloud/trunk/content/devinfo.html
==============================================================================
--- websites/staging/libcloud/trunk/content/devinfo.html (original)
+++ websites/staging/libcloud/trunk/content/devinfo.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,15 +94,15 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="api_documentation">API Documentation</h2>
+      <h2 id="api-documentation">API Documentation</h2>
 <p>Generated <a href="/apidocs/">API documentation</a> is available.</p>
 <h2 id="testing">Testing</h2>
 <p>For information how to run the tests and how to generate the test coverage report, please see the <a href="/testing.html">Testing</a> page.</p>
-<h2 id="continuous_integration">Continuous Integration</h2>
+<h2 id="continuous-integration">Continuous Integration</h2>
 <p>For continuous integration we use buildbot. You can find all the build reports <a href="http://ci.apache.org/waterfall?builder=libcloud-trunk-py25&amp;builder=libcloud-trunk-tox&amp;builder=libcloud-site-staging">here</a>.</p>
-<h2 id="test_coverage">Test Coverage</h2>
+<h2 id="test-coverage">Test Coverage</h2>
 <p>Test coverage report is automatically generated after every commit and can be found at <a href="http://ci.apache.org/projects/libcloud/coverage">http://ci.apache.org/projects/libcloud/coverage</a>.</p>
-<h2 id="mailing_lists">Mailing Lists</h2>
+<h2 id="mailing-lists">Mailing Lists</h2>
 <ul>
 <li><a href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a> - Mailing list for general talk about Libcloud and other off-topic things (<a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/">archive</a>)</li>
 <li><a href="mailto:dev-subscribe@libcloud.apache.org">dev@libcloud.apache.org</a> - General mailing list for developers (<a href="http://mail-archives.apache.org/mod_mbox/libcloud-dev/">archive</a>)</li>
@@ -112,21 +113,21 @@
 <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-libcloud/">incubator-libcloud</a></li>
 <li><a href="http://mail-archives.apache.org/mod_mbox/incubator-libcloud-commits/">incubator-libcloud-commits</a></li>
 </ul>
-<h2 id="issue_tracker">Issue Tracker</h2>
+<h2 id="issue-tracker">Issue Tracker</h2>
 <ul>
 <li>Apache JIRA: <a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a> (preferred)</li>
 </ul>
-<h2 id="svn_repository">SVN Repository</h2>
+<h2 id="svn-repository">SVN Repository</h2>
 <ul>
 <li>Repository: <a href="https://svn.apache.org/repos/asf/libcloud/trunk/">https://svn.apache.org/repos/asf/libcloud/trunk/</a></li>
 <li>ViewVC: <a href="https://svn.apache.org/viewvc/libcloud/trunk/">https://svn.apache.org/viewvc/libcloud/trunk/</a></li>
 </ul>
-<h2 id="git_repositories">Git Repositories</h2>
+<h2 id="git-repositories">Git Repositories</h2>
 <ul>
 <li><a href="git://git.apache.org/libcloud.git">git://git.apache.org/libcloud.git</a></li>
 <li><a href="https://github.com/apache/libcloud">https://github.com/apache/libcloud</a> (mirror - please use mailing list to submit patches and JIRA to open a new issue)</li>
 </ul>
-<h2 id="irc_twitter">IRC, Twitter</h2>
+<h2 id="irc-twitter">IRC, Twitter</h2>
 <ul>
 <li><a href="http://webchat.freenode.net?channels=libcloud&amp;uio=d4">#libcloud</a> on Freenode</li>
 <li>@libcloud: <a href="http://twitter.com/libcloud">http://twitter.com/libcloud</a></li>

Modified: websites/staging/libcloud/trunk/content/docs/compute-base-api.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/compute-base-api.html (original)
+++ websites/staging/libcloud/trunk/content/docs/compute-base-api.html Sat Mar 31 18:53:41 2012
@@ -92,7 +92,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="base_api">Base API</h2>
+      <h2 id="base-api">Base API</h2>
 <ul>
 <li><a href="#list_nodes">list_nodes</a></li>
 <li><a href="#list_images">list_images</a></li>

Modified: websites/staging/libcloud/trunk/content/docs/compute-deployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/compute-deployment.html (original)
+++ websites/staging/libcloud/trunk/content/docs/compute-deployment.html Sat Mar 31 18:53:41 2012
@@ -102,7 +102,7 @@ fully started SSHing into the node and r
 <p>Keep in mind that Libcloud is not a replacement for a configuration management
 tool so it shouldn't be used as such.</p>
 <p><em>Note: Deployment functionality depends on the <code>paramiko</code> library which can be installed using pip - <code>pip install paramiko</code>.</em></p>
-<h3 id="example_1_-_deploying_a_rackspace_node_using_password_authentication_and_installing_your_ssh_key_and_puppet_on_it">Example 1 - Deploying a Rackspace Node using password authentication and installing your SSH key and Puppet on it</h3>
+<h3 id="example-1-deploying-a-rackspace-node-using-password-authentication-and-installing-your-ssh-key-and-puppet-on-it">Example 1 - Deploying a Rackspace Node using password authentication and installing your SSH key and Puppet on it</h3>
 <div class="codehilite"><pre><span class="kn">from</span> <span class="nn">libcloud.compute.types</span> <span class="kn">import</span> <span class="n">Provider</span>
 <span class="kn">from</span> <span class="nn">libcloud.compute.providers</span> <span class="kn">import</span> <span class="n">get_driver</span>
 <span class="kn">from</span> <span class="nn">libcloud.compute.deployment</span> <span class="kn">import</span> <span class="n">MultiStepDeployment</span><span class="p">,</span> <span class="n">ScriptDeployment</span><span class="p">,</span> <span class="n">SSHKeyDeployment</span>
@@ -133,7 +133,7 @@ tool so it shouldn't be used as such.</p
 </pre></div>
 
 
-<h3 id="example_2_-_deploying_an_ec2_node_using_ssh_key_authentication_and_installing_puppet_on_it">Example 2 - Deploying an EC2 Node using SSH key authentication and installing Puppet on it</h3>
+<h3 id="example-2-deploying-an-ec2-node-using-ssh-key-authentication-and-installing-puppet-on-it">Example 2 - Deploying an EC2 Node using SSH key authentication and installing Puppet on it</h3>
 <div class="codehilite"><pre><span class="kn">from</span> <span class="nn">libcloud.compute.types</span> <span class="kn">import</span> <span class="n">Provider</span>
 <span class="kn">from</span> <span class="nn">libcloud.compute.providers</span> <span class="kn">import</span> <span class="n">get_driver</span>
 <span class="kn">from</span> <span class="nn">libcloud.compute.deployment</span> <span class="kn">import</span> <span class="n">ScriptDeployment</span>

Modified: websites/staging/libcloud/trunk/content/docs/dns-base-api.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/dns-base-api.html (original)
+++ websites/staging/libcloud/trunk/content/docs/dns-base-api.html Sat Mar 31 18:53:41 2012
@@ -92,7 +92,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="base_api">Base API</h2>
+      <h2 id="base-api">Base API</h2>
 <ul>
 <li><a href="#list_record_types">list_record_types</a></li>
 <li><a href="#list_zones">list_zones</a></li>

Modified: websites/staging/libcloud/trunk/content/docs/load-balancer-base-api.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/load-balancer-base-api.html (original)
+++ websites/staging/libcloud/trunk/content/docs/load-balancer-base-api.html Sat Mar 31 18:53:41 2012
@@ -92,7 +92,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="base_api">Base API</h2>
+      <h2 id="base-api">Base API</h2>
 <ul>
 <li><a href="#list_protocols">list_protocols</a></li>
 <li><a href="#list_balancers">list_balancers</a></li>

Modified: websites/staging/libcloud/trunk/content/docs/storage-base-api.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/storage-base-api.html (original)
+++ websites/staging/libcloud/trunk/content/docs/storage-base-api.html Sat Mar 31 18:53:41 2012
@@ -92,7 +92,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="base_api">Base API</h2>
+      <h2 id="base-api">Base API</h2>
 <ul>
 <li><a href="#containers">list_containers</a></li>
 <li><a href="#list_container_object">list_container_object</a></li>

Modified: websites/staging/libcloud/trunk/content/docs/using-libcloud-in-multi-threaded-and-async-environments.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/using-libcloud-in-multi-threaded-and-async-environments.html (original)
+++ websites/staging/libcloud/trunk/content/docs/using-libcloud-in-multi-threaded-and-async-environments.html Sat Mar 31 18:53:41 2012
@@ -92,7 +92,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="using_libcloud_in_multi-threaded_and_async_environments">Using Libcloud in multi-threaded and async environments</h2>
+      <h2 id="using-libcloud-in-multi-threaded-and-async-environments">Using Libcloud in multi-threaded and async environments</h2>
 <p>Libcloud's primary task is to communicate with different provider APIs using HTTP.
 This means most of the work is not CPU intensive, but performing all those HTTP
 requests includes a lot of waiting which makes the library I/O bound.</p>
@@ -103,12 +103,12 @@ polling for node status).</p>
 Twisted, Tornado or gevent.</p>
 <p>This page contains some information and tips about how to use Libcloud in
 such environments.</p>
-<h3 id="libcloud_and_thread-safety">Libcloud and thread-safety</h3>
+<h3 id="libcloud-and-thread-safety">Libcloud and thread-safety</h3>
 <p>Important thing to keep in mind when dealing with threads is
 thread-safety. Libcloud driver instance is <strong>not</strong> thread safe. This means if
 you don't want to deal with complex (and usually inefficient) locking the
 easiest solution is to create a new driver instance inside each thread.</p>
-<h3 id="using_libcloud_with_gevent">Using Libcloud with gevent</h3>
+<h3 id="using-libcloud-with-gevent">Using Libcloud with gevent</h3>
 <p>gevent has an ability to monkey patch and replace functions in the Python <code>socket</code>
 and <code>time</code> module with its own functions which don't block.</p>
 <p>The only thing you need to use to make Libcloud efficiently work with gevent is
@@ -118,7 +118,7 @@ to enable this monkey-patching:</p>
 </pre></div>
 
 
-<h3 id="using_libcloud_with_twisted">Using Libcloud with Twisted</h3>
+<h3 id="using-libcloud-with-twisted">Using Libcloud with Twisted</h3>
 <p>Libcloud has no Twisted support included in the core which means you need
 to be careful when you use it with Twisted and some other async frameworks.</p>
 <p>If you don't use it properly it can block the whole reactor (similar as any

Modified: websites/staging/libcloud/trunk/content/docs/writing-tests-and-using-the-fixture-framework.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/writing-tests-and-using-the-fixture-framework.html (original)
+++ websites/staging/libcloud/trunk/content/docs/writing-tests-and-using-the-fixture-framework.html Sat Mar 31 18:53:41 2012
@@ -92,7 +92,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="writing_tests_and_using_the_fixture_framework">Writing tests and using the fixture framework</h2>
+      <h2 id="writing-tests-and-using-the-fixture-framework">Writing tests and using the fixture framework</h2>
 <p>This section describes how to write tests for the provider drivers and how to use
 our fixture framework and system for mocking the responses.</p>
 <p>Examples in this section refer to the compute API but things described in this

Modified: websites/staging/libcloud/trunk/content/downloads.html
==============================================================================
--- websites/staging/libcloud/trunk/content/downloads.html (original)
+++ websites/staging/libcloud/trunk/content/downloads.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -113,7 +114,7 @@
   </ul>
 
 <p><p>For upgrade notes please see <a href="/upgrade-notes.html">Upgrade notes</a>. Old releases can be found in archive at <a href="http://archive.apache.org/dist/libcloud/">http://archive.apache.org/dist/libcloud/</a>.</p></p>
-<h2 id="distribution_specific_packages">Distribution specific packages</h2>
+<h2 id="distribution-specific-packages">Distribution specific packages</h2>
 <ul>
 <li>FreeBSD (ports) - <code>ports/net/py-libcloud</code></li>
 <li>Ubuntu, Debian (apt) - <code>python-libcloud</code></li>

Modified: websites/staging/libcloud/trunk/content/driver-features.html
==============================================================================
--- websites/staging/libcloud/trunk/content/driver-features.html (original)
+++ websites/staging/libcloud/trunk/content/driver-features.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,23 +94,23 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="driver_features">Driver features</h2>
+      <h2 id="driver-features">Driver features</h2>
 <p>Here you can find a short description of the common features supported by different provider drivers. Keep in mind that this page only contains a list of standard features - provider specific features (extension methods) are not included.</p>
-<h2 id="a_namecomputecomputea"><a name="compute">Compute</a></h2>
+<h2 id="wzxhzdk0computewzxhzdk1"><a name="compute">Compute</a></h2>
 <p>Compute part of the library allows users to manage virtual servers and services such as Amazon EC2 and Rackspace CloudServers.</p>
-<h3 id="a_namelistlista"><a name="list">list</a></h3>
+<h3 id="wzxhzdk2listwzxhzdk3"><a name="list">list</a></h3>
 <p>Returns a list of the currently active nodes.</p>
-<h3 id="a_namerebootreboota"><a name="reboot">reboot</a></h3>
+<h3 id="wzxhzdk4rebootwzxhzdk5"><a name="reboot">reboot</a></h3>
 <p>Allows user to reboot (restart) a node.</p>
-<h3 id="a_namecreatecreatea"><a name="create">create</a></h3>
+<h3 id="wzxhzdk6createwzxhzdk7"><a name="create">create</a></h3>
 <p>Allows user to create a new node.</p>
-<h3 id="a_namedestroydestroya"><a name="destroy">destroy</a></h3>
+<h3 id="wzxhzdk8destroywzxhzdk9"><a name="destroy">destroy</a></h3>
 <p>Allows user to destroy an existing node.</p>
-<h3 id="a_nameimagesimagesa"><a name="images">images</a></h3>
+<h3 id="wzxhzdk10imageswzxhzdk11"><a name="images">images</a></h3>
 <p>Returns a list of available node images. An image usually represents an operating system which is installed on the server.</p>
-<h3 id="a_namesizessizesa"><a name="sizes">sizes</a></h3>
+<h3 id="wzxhzdk12sizeswzxhzdk13"><a name="sizes">sizes</a></h3>
 <p>Returns a list of available node sizes. A size represents server configuration (CPU speed, number of cores, amount of RAM, disk size, etc.)</p>
-<h3 id="a_namedeploydeploya"><a name="deploy">deploy</a></h3>
+<h3 id="wzxhzdk14deploywzxhzdk15"><a name="deploy">deploy</a></h3>
 <p>Allows user to run arbitrary shell script on the node after it has been provisioned.</p>
       
     </div>

Modified: websites/staging/libcloud/trunk/content/europython-libcloud-sprint.html
==============================================================================
--- websites/staging/libcloud/trunk/content/europython-libcloud-sprint.html (original)
+++ websites/staging/libcloud/trunk/content/europython-libcloud-sprint.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="apache_libcloud_development_sprint_at_europython_2011_in_florence_italy">Apache Libcloud development sprint at EuroPython 2011 in Florence, Italy</h2>
+      <h2 id="apache-libcloud-development-sprint-at-europython-2011-in-florence-italy">Apache Libcloud development sprint at EuroPython 2011 in Florence, Italy</h2>
 <p>Tomaz Muraus, one of the Libcloud developers will be present at <a href="http://ep2011.europython.eu/">EuroPython</a>
 in Florence Italy from <strong>20-26 of June</strong> where he will held a Libcloud development sprint.</p>
 <p>This is a great opportunity for anyone who would like to participate or learn more about Libcloud to join

Modified: websites/staging/libcloud/trunk/content/getting-started.html
==============================================================================
--- websites/staging/libcloud/trunk/content/getting-started.html (original)
+++ websites/staging/libcloud/trunk/content/getting-started.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -105,9 +106,9 @@
 </pre></div>
 
 
-<h2 id="api_reference_documentation">API Reference Documentation</h2>
+<h2 id="api-reference-documentation">API Reference Documentation</h2>
 <p>Available at <a href="http://libcloud.apache.org/apidocs/">http://libcloud.apache.org/apidocs/</a>.</p>
-<h2 id="example_connecting_with_a_driver">Example: Connecting with a Driver</h2>
+<h2 id="example-connecting-with-a-driver">Example: Connecting with a Driver</h2>
 <div class="codehilite"><pre><span class="kn">from</span> <span class="nn">libcloud.compute.types</span> <span class="kn">import</span> <span class="n">Provider</span>
 <span class="kn">from</span> <span class="nn">libcloud.compute.providers</span> <span class="kn">import</span> <span class="n">get_driver</span>
 
@@ -122,7 +123,7 @@
 </pre></div>
 
 
-<h2 id="example_creating_a_node">Example: Creating a Node</h2>
+<h2 id="example-creating-a-node">Example: Creating a Node</h2>
 <div class="codehilite"><pre><span class="kn">from</span> <span class="nn">libcloud.compute.types</span> <span class="kn">import</span> <span class="n">Provider</span>
 <span class="kn">from</span> <span class="nn">libcloud.compute.providers</span> <span class="kn">import</span> <span class="n">get_driver</span>
 
@@ -144,7 +145,7 @@
 </pre></div>
 
 
-<h2 id="example_list_nodes_across_multiple_providers">Example: List Nodes Across Multiple Providers</h2>
+<h2 id="example-list-nodes-across-multiple-providers">Example: List Nodes Across Multiple Providers</h2>
 <p>The following example will list servers across Amazon EC2, Slicehost, and Rackspace Cloud Servers using the same API call. The servers will be represented in a standard Node object.</p>
 <div class="codehilite"><pre><span class="kn">from</span> <span class="nn">libcloud.compute.types</span> <span class="kn">import</span> <span class="n">Provider</span>
 <span class="kn">from</span> <span class="nn">libcloud.compute.providers</span> <span class="kn">import</span> <span class="n">get_driver</span>
@@ -175,7 +176,7 @@
 </pre></div>
 
 
-<h2 id="example_bootstrapping_puppet_on_a_node">Example: Bootstrapping Puppet on a Node</h2>
+<h2 id="example-bootstrapping-puppet-on-a-node">Example: Bootstrapping Puppet on a Node</h2>
 <p>Just creating a node isn't that helpful because each cloud gives you
 back nodes in different states. The deploy_node API lets
 you do more complex actions in cross-cloud portable manner. It works by

Modified: websites/staging/libcloud/trunk/content/gsoc.html
==============================================================================
--- websites/staging/libcloud/trunk/content/gsoc.html (original)
+++ websites/staging/libcloud/trunk/content/gsoc.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 

Modified: websites/staging/libcloud/trunk/content/index.html
==============================================================================
--- websites/staging/libcloud/trunk/content/index.html (original)
+++ websites/staging/libcloud/trunk/content/index.html Sat Mar 31 18:53:41 2012
@@ -93,6 +93,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -128,7 +129,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="apache_libcloud">Apache Libcloud</h2>
+      <h2 id="apache-libcloud">Apache Libcloud</h2>
 <p>Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs. </p>
 <p>The current version allows users to manage four different cloud resources:</p>
 <ul>

Modified: websites/staging/libcloud/trunk/content/news.html
==============================================================================
--- websites/staging/libcloud/trunk/content/news.html (original)
+++ websites/staging/libcloud/trunk/content/news.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 

Modified: websites/staging/libcloud/trunk/content/security.html
==============================================================================
--- websites/staging/libcloud/trunk/content/security.html (original)
+++ websites/staging/libcloud/trunk/content/security.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="libcloud_vulnerabilities">Libcloud Vulnerabilities</h2>
+      <h2 id="libcloud-vulnerabilities">Libcloud Vulnerabilities</h2>
 <p><strong>SSL MITM vulnerability - CVE-2010-4340</strong></p>
 <p><strong>Description</strong>:</p>
 <p>Python SSL library doesn't validate a host SSL certificate and as a
@@ -105,7 +106,7 @@ attack.</p>
 <strong><a href="/libcloud/downloads.html">0.4.2</a></strong>. You are strongly encouraged
 to upgrade to this version and set libcloud.security.VERIFY_SSL_CERT variable
 to True.</p>
-<h2 id="reporting_a_vulnerability">Reporting a vulnerability</h2>
+<h2 id="reporting-a-vulnerability">Reporting a vulnerability</h2>
 <p>If you find a security vulnerability you are strongly encouraged to report it to
 our private mailing list: <a href="mailto:security@libcloud.apache.org">security@libcloud.apache.org</a></p>
 <p>PGP keys of the libcloud developers can be found at

Modified: websites/staging/libcloud/trunk/content/sitemap.html
==============================================================================
--- websites/staging/libcloud/trunk/content/sitemap.html (original)
+++ websites/staging/libcloud/trunk/content/sitemap.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -105,6 +106,7 @@
 <li><a href="/driver-features.html">Driver features</a></li>
 <li><a href="/europython-libcloud-sprint.html">Apache Libcloud development sprint at EuroPython 2011 in Florence, Italy</a></li>
 <li><a href="/getting-started.html">Getting started</a></li>
+<li><a href="/gsoc.html">Google Summer of Code 2012</a></li>
 <li><a href="/index.html">Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/security.html">Security updates and reports</a></li>

Modified: websites/staging/libcloud/trunk/content/supported_providers.html
==============================================================================
--- websites/staging/libcloud/trunk/content/supported_providers.html (original)
+++ websites/staging/libcloud/trunk/content/supported_providers.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 

Modified: websites/staging/libcloud/trunk/content/testing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/testing.html (original)
+++ websites/staging/libcloud/trunk/content/testing.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -103,17 +104,17 @@ installed:</p>
 <li>coverage (pip install coverage) - you only need this library if you want to
  generate a test coverage report</li>
 </ul>
-<h3 id="running_tests_on_all_the_supported_python_versions_using_tox">Running Tests On All the Supported Python Versions Using tox</h3>
+<h3 id="running-tests-on-all-the-supported-python-versions-using-tox">Running Tests On All the Supported Python Versions Using tox</h3>
 <p>To run the tests on all the supported Python versions run the following command:</p>
 <p><code>sudo tox</code></p>
 <p>You need to run this command as a root user, because Python 2.5 depends on <strong>ssl</strong>
 module and you need root permissions to install it.</p>
 <p>Note: tox uses virtualenv and won't pollute your local Python installations.</p>
-<h3 id="running_tests_manually">Running Tests Manually</h3>
+<h3 id="running-tests-manually">Running Tests Manually</h3>
 <p>To run the tests move to the root of the repository and run the following
 command:</p>
 <p><code>PYTHONPATH=. python setup.py test</code></p>
-<h3 id="generating_test_coverage_report">Generating Test Coverage Report</h3>
+<h3 id="generating-test-coverage-report">Generating Test Coverage Report</h3>
 <p>To generate the test coverage run the following command:</p>
 <p><code>PYTHONPATH=. python setup.py coverage</code></p>
 <p>When it completes  you should see a new <code>coverage_html_report</code> directory which

Modified: websites/staging/libcloud/trunk/content/upgrade-notes-0-6.html
==============================================================================
--- websites/staging/libcloud/trunk/content/upgrade-notes-0-6.html (original)
+++ websites/staging/libcloud/trunk/content/upgrade-notes-0-6.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="upgrading_from_05x">Upgrading from 0.5.x</h2>
+      <h2 id="upgrading-from-05x">Upgrading from 0.5.x</h2>
 <h3 id="changes">Changes</h3>
 <ul>
 <li>SSL certificate verification is now enabled by default and an exception is

Modified: websites/staging/libcloud/trunk/content/upgrade-notes-0-7.html
==============================================================================
--- websites/staging/libcloud/trunk/content/upgrade-notes-0-7.html (original)
+++ websites/staging/libcloud/trunk/content/upgrade-notes-0-7.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="upgrading_from_06x">Upgrading from 0.6.x</h2>
+      <h2 id="upgrading-from-06x">Upgrading from 0.6.x</h2>
 <h3 id="changes">Changes</h3>
 <ul>
 <li>For consistency, <code>public_ip</code> and <code>private_ip</code> attribute on the <code>Node</code> object

Modified: websites/staging/libcloud/trunk/content/upgrade-notes-0-8.html
==============================================================================
--- websites/staging/libcloud/trunk/content/upgrade-notes-0-8.html (original)
+++ websites/staging/libcloud/trunk/content/upgrade-notes-0-8.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="upgrading_from_07x">Upgrading from 0.7.x</h2>
+      <h2 id="upgrading-from-07x">Upgrading from 0.7.x</h2>
 <h3 id="changes">Changes</h3>
 <ul>
 <li>

Modified: websites/staging/libcloud/trunk/content/upgrade-notes.html
==============================================================================
--- websites/staging/libcloud/trunk/content/upgrade-notes.html (original)
+++ websites/staging/libcloud/trunk/content/upgrade-notes.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="upgrade_notes">Upgrade Notes</h2>
+      <h2 id="upgrade-notes">Upgrade Notes</h2>
 <p>This page describes a process of upgrading from a previous version to a new
 one. It also describes backward incompatible or semi-incompatible changes
 and how to preserve the old behavior when this is possible.</p>

Modified: websites/staging/libcloud/trunk/content/whos-using.html
==============================================================================
--- websites/staging/libcloud/trunk/content/whos-using.html (original)
+++ websites/staging/libcloud/trunk/content/whos-using.html Sat Mar 31 18:53:41 2012
@@ -58,6 +58,7 @@
 <h2><a href="/whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="/community-resources.html">community resources</a></h2>
 <h2><a href="/devinfo.html">developer information</a></h2>
+<h2><a href="/gsoc.html">google summer of code</a></h2>
 <h2><a href="/contributing.html">contributing</a></h2>
 <h2><a href="/downloads.html">downloads</a></h2>
 
@@ -93,7 +94,7 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="whos_using_libcloud">Who's Using Libcloud?</h2>
+      <h2 id="whos-using-libcloud">Who's Using Libcloud?</h2>
 <p>If you or someone you know is using libcloud, <a href="/devinfo.html">let us know</a>.</p>
 <h2 id="projects">Projects</h2>
 <p><strong>Name:</strong> Dewpoint<br />