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 2011/10/19 13:29:46 UTC

svn commit: r797197 [20/30] - in /websites/staging/libcloud/trunk/content/apidocs: ./ 0.6.0-beta1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.dummy.DummyDNSDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.dummy.DummyDNSDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.dummy.DummyDNSDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,397 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.dummy.DummyDNSDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.d.DummyDNSDriver(<a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.dummy.html">dummy</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L23">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.dummy.DummyDNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Dummy DNS driver.
+
+&gt;&gt;&gt; from libcloud.dns.drivers.dummy import DummyDNSDriver
+&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; driver.name
+'Dummy DNS Provider'</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id355">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#list_zones">list_zones</a></td>
+    <td><tt>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret') &gt;&gt;&gt; driver.list_zones() []</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#list_records">list_records</a></td>
+    <td><tt>Return a list of records for the provided zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#get_zone">get_zone</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#get_record">get_record</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#create_zone">create_zone</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#create_record">create_record</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html#delete_record">delete_record</a></td>
+    <td><span class="undocumented">No summary</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>:
+        </p>
+        <table class="children sortable" id="id356">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_zone">update_zone</a></td>
+    <td><tt>Update en existing zone.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#update_record">update_record</a></td>
+    <td><tt>Update an existing record.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#_string_to_record_type">_string_to_record_type</a></td>
+    <td><tt>Return a string representation of a DNS record type to a libcloud RecordType ENUM.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id357">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, api_key, api_secret):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L35" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#__init__">libcloud.dns.base.DNSDriver.__init__</a></div>
+    <pre>@keyword    key:    API key or username to used
+@type       key:    str
+
+@keyword    secret: Secret password to be used
+@type       secret: str
+
+@keyword    secure: Weither to use HTTPS or HTTP. Note: Some providers
+                    only support HTTPS, and it is on by default.
+@type       secure: bool
+
+@keyword    host: Override hostname used for connections.
+@type       host: str
+
+@keyword    port: Override port used for connections.
+@type       port: int
+
+@keyword    api_version: Optional API version. Only used by drivers
+                         which support multiple API versions.
+@type       api_version: str</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.list_zones">
+    
+  </a>
+  <a name="list_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_zones(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L38" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_zones">libcloud.dns.base.DNSDriver.list_zones</a></div>
+    <pre>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; driver.list_zones()
+[]</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.list_records">
+    
+  </a>
+  <a name="list_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_records(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L47" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_records">libcloud.dns.base.DNSDriver.list_records</a></div>
+    <pre>Return a list of records for the provided zone.
+
+@type zone: C{Zone}
+@param zone: Zone to list records for.
+
+@return: A list of C{Record} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.get_zone">
+    
+  </a>
+  <a name="get_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_zone(self, zone_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L50" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_zone">libcloud.dns.base.DNSDriver.get_zone</a></div>
+    <pre>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; driver.get_zone(zone_id='foobar')
+... #doctest: +IGNORE_EXCEPTION_DETAIL
+Traceback (most recent call last):
+ZoneDoesNotExistError:</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.get_record">
+    
+  </a>
+  <a name="get_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_record(self, zone_id, record_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L65" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_record">libcloud.dns.base.DNSDriver.get_record</a></div>
+    <pre>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; driver.get_record(zone_id='doesnotexist', record_id='exists')
+... #doctest: +IGNORE_EXCEPTION_DETAIL
+Traceback (most recent call last):
+ZoneDoesNotExistError:</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.create_zone">
+    
+  </a>
+  <a name="create_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_zone(self, domain, type='master', ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L83" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_zone">libcloud.dns.base.DNSDriver.create_zone</a></div>
+    <pre>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; zone = driver.create_zone(domain='apache.org', type='master',
+...                           ttl=100)
+&gt;&gt;&gt; zone
+&lt;Zone: domain=apache.org, ttl=100, provider=Dummy DNS Provider ...&gt;
+&gt;&gt;&gt; zone = driver.create_zone(domain='apache.org', type='master',
+...                           ttl=100)
+... #doctest: +IGNORE_EXCEPTION_DETAIL
+Traceback (most recent call last):
+ZoneAlreadyExistsError:</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.create_record">
+    
+  </a>
+  <a name="create_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_record(self, name, zone, type, data, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L108" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_record">libcloud.dns.base.DNSDriver.create_record</a></div>
+    <pre>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; zone = driver.create_zone(domain='apache.org', type='master',
+...                           ttl=100)
+&gt;&gt;&gt; record = driver.create_record(name='libcloud', zone=zone,
+...                               type=RecordType.A, data='127.0.0.1')
+&gt;&gt;&gt; record #doctest: +ELLIPSIS
+&lt;Record: zone=id-apache.org, name=libcloud, type=A, data=127.0.0.1...&gt;
+&gt;&gt;&gt; record = driver.create_record(name='libcloud', zone=zone,
+...                               type=RecordType.A, data='127.0.0.1')
+... #doctest: +IGNORE_EXCEPTION_DETAIL
+Traceback (most recent call last):
+RecordAlreadyExistsError:</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.delete_zone">
+    
+  </a>
+  <a name="delete_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_zone(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L136" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_zone">libcloud.dns.base.DNSDriver.delete_zone</a></div>
+    <pre>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; zone = driver.create_zone(domain='apache.org', type='master',
+...                           ttl=100)
+&gt;&gt;&gt; driver.delete_zone(zone)
+True
+&gt;&gt;&gt; driver.delete_zone(zone) #doctest: +IGNORE_EXCEPTION_DETAIL
+Traceback (most recent call last):
+ZoneDoesNotExistError:</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.dummy.DummyDNSDriver.delete_record">
+    
+  </a>
+  <a name="delete_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_record(self, record):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py#L152" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_record">libcloud.dns.base.DNSDriver.delete_record</a></div>
+    <pre>&gt;&gt;&gt; driver = DummyDNSDriver('key', 'secret')
+&gt;&gt;&gt; zone = driver.create_zone(domain='apache.org', type='master',
+...                           ttl=100)
+&gt;&gt;&gt; record = driver.create_record(name='libcloud', zone=zone,
+...                               type=RecordType.A, data='127.0.0.1')
+&gt;&gt;&gt; driver.delete_record(record)
+True
+&gt;&gt;&gt; driver.delete_record(record) #doctest: +IGNORE_EXCEPTION_DETAIL
+Traceback (most recent call last):
+RecordDoesNotExistError:</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.dummy.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.dummy.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.dummy.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,51 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.dummy : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.d.d.dummy : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/dummy.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id354">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.dummy.DummyDNSDriver.html">DummyDNSDriver</a></td>
+    <td><tt>Dummy DNS driver.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="package">l.d.drivers : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id353">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.drivers.dummy.html">dummy</a></td>
+    <td><span class="undocumented">No module docstring; 1/1 classes documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.drivers.linode.html">linode</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.drivers.zerigo.html">zerigo</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSConnection.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,56 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.linode.LinodeDNSConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.l.LinodeDNSConnection(<a href="libcloud.common.linode.LinodeConnection.html">LinodeConnection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.linode.html">linode</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L64">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.linode.LinodeDNSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.common.linode.LinodeConnection.html">LinodeConnection</a>:
+        </p>
+        <table class="children sortable" id="id362">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeConnection.html#add_default_params">add_default_params</a></td>
+    <td><tt>Add parameters that are necessary for every request</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,474 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.linode.LinodeDNSDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.l.LinodeDNSDriver(<a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.linode.html">linode</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L68">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.linode.LinodeDNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No class docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id363">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#list_zones">list_zones</a></td>
+    <td><tt>Return a list of zones.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#list_records">list_records</a></td>
+    <td><tt>Return a list of records for the provided zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#get_zone">get_zone</a></td>
+    <td><tt>Return a Zone instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#get_record">get_record</a></td>
+    <td><tt>Return a Record instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#create_zone">create_zone</a></td>
+    <td><tt>Create a new zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#update_zone">update_zone</a></td>
+    <td><tt>Update an existing zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#create_record">create_record</a></td>
+    <td><tt>Create a new record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#update_record">update_record</a></td>
+    <td><tt>Update an existing record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><tt>Delete a zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#delete_record">delete_record</a></td>
+    <td><tt>Delete a record.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#_to_zones">_to_zones</a></td>
+    <td><tt>Convert a list of items to the Zone objects.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#_to_zone">_to_zone</a></td>
+    <td><tt>Build an Zone object from the item dictionary.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#_to_records">_to_records</a></td>
+    <td><tt>Convert a list of items to the Record objects.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html#_to_record">_to_record</a></td>
+    <td><tt>Build a Record object from the item dictionary.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>:
+        </p>
+        <table class="children sortable" id="id364">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#_string_to_record_type">_string_to_record_type</a></td>
+    <td><tt>Return a string representation of a DNS record type to a libcloud RecordType ENUM.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id365">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.list_zones">
+    
+  </a>
+  <a name="list_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_zones(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L73" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_zones">libcloud.dns.base.DNSDriver.list_zones</a></div>
+    <pre>Return a list of zones.
+
+@return: A list of C{Zone} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.list_records">
+    
+  </a>
+  <a name="list_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_records(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L79" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_records">libcloud.dns.base.DNSDriver.list_records</a></div>
+    <pre>Return a list of records for the provided zone.
+
+@type zone: C{Zone}
+@param zone: Zone to list records for.
+
+@return: A list of C{Record} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.get_zone">
+    
+  </a>
+  <a name="get_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_zone(self, zone_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L88" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_zone">libcloud.dns.base.DNSDriver.get_zone</a></div>
+    <pre>Return a Zone instance.
+
+@return: C{Zone} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.get_record">
+    
+  </a>
+  <a name="get_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_record(self, zone_id, record_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L98" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_record">libcloud.dns.base.DNSDriver.get_record</a></div>
+    <pre>Return a Record instance.
+
+@return: C{Record} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.create_zone">
+    
+  </a>
+  <a name="create_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_zone(self, domain, type='master', ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L111" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_zone">libcloud.dns.base.DNSDriver.create_zone</a></div>
+    <pre>Create a new zone.
+
+API docs: http://www.linode.com/api/dns/domain.create</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.update_zone">
+    
+  </a>
+  <a name="update_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_zone(self, zone, domain=None, type=None, ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L131" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#update_zone">libcloud.dns.base.DNSDriver.update_zone</a></div>
+    <pre>Update an existing zone.
+
+API docs: http://www.linode.com/api/dns/domain.update</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.create_record">
+    
+  </a>
+  <a name="create_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_record(self, name, zone, type, data, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L158" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_record">libcloud.dns.base.DNSDriver.create_record</a></div>
+    <pre>Create a new record.
+
+API docs: http://www.linode.com/api/dns/domain.resource.create</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.update_record">
+    
+  </a>
+  <a name="update_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_record(self, record, name=None, type=None, data=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L175" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#update_record">libcloud.dns.base.DNSDriver.update_record</a></div>
+    <pre>Update an existing record.
+
+API docs: http://www.linode.com/api/dns/domain.resource.update</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.delete_zone">
+    
+  </a>
+  <a name="delete_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_zone(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L205" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_zone">libcloud.dns.base.DNSDriver.delete_zone</a></div>
+    <pre>Delete a zone.
+
+Note: This will delete all the records belonging to this zone.
+
+@param zone: C{Zone}
+@type zone: Zone to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver.delete_record">
+    
+  </a>
+  <a name="delete_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_record(self, record):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L214" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_record">libcloud.dns.base.DNSDriver.delete_record</a></div>
+    <pre>Delete a record.
+
+@param record: C{Record}
+@type record: Record to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver._to_zones">
+    
+  </a>
+  <a name="_to_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zones(self, items):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L224" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Convert a list of items to the Zone objects.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver._to_zone">
+    
+  </a>
+  <a name="_to_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zone(self, item):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L235" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Build an Zone object from the item dictionary.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver._to_records">
+    
+  </a>
+  <a name="_to_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_records(self, items, zone=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L246" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Convert a list of items to the Record objects.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSDriver._to_record">
+    
+  </a>
+  <a name="_to_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_record(self, item, zone=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L257" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Build a Record object from the item dictionary.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.LinodeDNSResponse.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,118 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.linode.LinodeDNSResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.l.LinodeDNSResponse(<a href="libcloud.common.linode.LinodeResponse.html">LinodeResponse</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.linode.html">linode</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L46">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.linode.LinodeDNSResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id359">
+  
+  
+<tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSResponse.html#_make_excp">_make_excp</a></td>
+    <td><tt>Convert an API error to a LinodeException instance</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.linode.LinodeResponse.html">LinodeResponse</a>:
+        </p>
+        <table class="children sortable" id="id360">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#__init__">__init__</a></td>
+    <td><tt>Instantiate a LinodeResponse from the HTTP response</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#parse_body">parse_body</a></td>
+    <td><tt>Parse the body of the response into JSON objects</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#success">success</a></td>
+    <td><tt>Check the response for success</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a> (via <a href="libcloud.common.linode.LinodeResponse.html">LinodeResponse</a>):
+        </p>
+        <table class="children sortable" id="id361">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.linode.LinodeDNSResponse._make_excp">
+    
+  </a>
+  <a name="_make_excp">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _make_excp(self, error):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py#L47" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.linode.LinodeResponse.html#_make_excp">libcloud.common.linode.LinodeResponse._make_excp</a></div>
+    <pre>Convert an API error to a LinodeException instance
+
+@keyword error: JSON object containing C{ERRORCODE} and C{ERRORMESSAGE}
+@type error: dict</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.linode.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.linode : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.d.d.linode : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/linode.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id358">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSResponse.html">LinodeDNSResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSConnection.html">LinodeDNSConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.linode.LinodeDNSDriver.html">LinodeDNSDriver</a></td>
+    <td><span class="undocumented">No class docstring; 8/14 methods documented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoDNSConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.z.ZerigoDNSConnection(<span title="libcloud.common.base.ConnectionUserAndKey">ConnectionUserAndKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L121">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoDNSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id369">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L126" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, action, params=None, data='', headers=None, method='GET'):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L131" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,620 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoDNSDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.z.ZerigoDNSDriver(<a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L147">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoDNSDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No class docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id370">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#list_zones">list_zones</a></td>
+    <td><tt>Return a list of zones.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#list_records">list_records</a></td>
+    <td><tt>Return a list of records for the provided zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#get_zone">get_zone</a></td>
+    <td><tt>Return a Zone instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#get_record">get_record</a></td>
+    <td><tt>Return a Record instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#create_zone">create_zone</a></td>
+    <td><tt>Create a new zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#update_zone">update_zone</a></td>
+    <td><tt>Update an existing zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#create_record">create_record</a></td>
+    <td><tt>Create a new record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#update_record">update_record</a></td>
+    <td><tt>Update an existing record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#delete_zone">delete_zone</a></td>
+    <td><tt>Delete a zone.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#delete_record">delete_record</a></td>
+    <td><tt>Delete a record.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#ex_get_zone_by_domain">ex_get_zone_by_domain</a></td>
+    <td><tt>Retrieve a zone object by the domain name.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#ex_force_slave_axfr">ex_force_slave_axfr</a></td>
+    <td><tt>Force a zone transfer.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_zone_elem">_to_zone_elem</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_record_elem">_to_record_elem</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_zones">_to_zones</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_zone">_to_zone</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_records">_to_records</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_to_record">_to_record</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html#_get_more">_get_more</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>:
+        </p>
+        <table class="children sortable" id="id371">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.base.DNSDriver.html#_string_to_record_type">_string_to_record_type</a></td>
+    <td><tt>Return a string representation of a DNS record type to a libcloud RecordType ENUM.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.dns.base.DNSDriver.html">DNSDriver</a>):
+        </p>
+        <table class="children sortable" id="id372">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.list_zones">
+    
+  </a>
+  <a name="list_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_zones(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L152" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_zones">libcloud.dns.base.DNSDriver.list_zones</a></div>
+    <pre>Return a list of zones.
+
+@return: A list of C{Zone} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.list_records">
+    
+  </a>
+  <a name="list_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_records(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L156" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#list_records">libcloud.dns.base.DNSDriver.list_records</a></div>
+    <pre>Return a list of records for the provided zone.
+
+@type zone: C{Zone}
+@param zone: Zone to list records for.
+
+@return: A list of C{Record} instances.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.get_zone">
+    
+  </a>
+  <a name="get_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_zone(self, zone_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L160" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_zone">libcloud.dns.base.DNSDriver.get_zone</a></div>
+    <pre>Return a Zone instance.
+
+@return: C{Zone} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.get_record">
+    
+  </a>
+  <a name="get_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_record(self, zone_id, record_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L167" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#get_record">libcloud.dns.base.DNSDriver.get_record</a></div>
+    <pre>Return a Record instance.
+
+@return: C{Record} instance.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.create_zone">
+    
+  </a>
+  <a name="create_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_zone(self, domain, type='master', ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L175" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_zone">libcloud.dns.base.DNSDriver.create_zone</a></div>
+    <pre>Create a new zone.
+
+Provider API docs:
+https://www.zerigo.com/docs/apis/dns/1.1/zones/create</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.update_zone">
+    
+  </a>
+  <a name="update_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_zone(self, zone, domain=None, type=None, ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L191" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#update_zone">libcloud.dns.base.DNSDriver.update_zone</a></div>
+    <pre>Update an existing zone.
+
+Provider API docs:
+https://www.zerigo.com/docs/apis/dns/1.1/zones/update</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.create_record">
+    
+  </a>
+  <a name="create_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_record(self, name, zone, type, data, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L218" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#create_record">libcloud.dns.base.DNSDriver.create_record</a></div>
+    <pre>Create a new record.
+
+Provider API docs:
+https://www.zerigo.com/docs/apis/dns/1.1/hosts/create</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.update_record">
+    
+  </a>
+  <a name="update_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    update_record(self, record, name=None, type=None, data=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L235" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#update_record">libcloud.dns.base.DNSDriver.update_record</a></div>
+    <pre>Update an existing record.
+
+@param record: C{Record}
+@type record: Record to update.
+
+@param name: C{string}
+@type name: Hostname or FQDN.
+
+@type type: C{RecordType}
+@param type: DNS record type (A, AAAA, ...).
+
+@type data: C{str}
+@param data: Data for the record (depends on the record type).
+
+@type extra: C{dict}
+@param extra: (optional) Extra attributes (driver specific).</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.delete_zone">
+    
+  </a>
+  <a name="delete_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_zone(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L254" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_zone">libcloud.dns.base.DNSDriver.delete_zone</a></div>
+    <pre>Delete a zone.
+
+Note: This will delete all the records belonging to this zone.
+
+@param zone: C{Zone}
+@type zone: Zone to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.delete_record">
+    
+  </a>
+  <a name="delete_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    delete_record(self, record):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L260" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.dns.base.DNSDriver.html#delete_record">libcloud.dns.base.DNSDriver.delete_record</a></div>
+    <pre>Delete a record.
+
+@param record: C{Record}
+@type record: Record to delete.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.ex_get_zone_by_domain">
+    
+  </a>
+  <a name="ex_get_zone_by_domain">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_get_zone_by_domain(self, domain):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L266" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Retrieve a zone object by the domain name.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.ex_force_slave_axfr">
+    
+  </a>
+  <a name="ex_force_slave_axfr">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_force_slave_axfr(self, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L276" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Force a zone transfer.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_zone_elem">
+    
+  </a>
+  <a name="_to_zone_elem">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zone_elem(self, domain=None, type=None, ttl=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L286" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_record_elem">
+    
+  </a>
+  <a name="_to_record_elem">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_record_elem(self, name=None, type=None, data=None, extra=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L331" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_zones">
+    
+  </a>
+  <a name="_to_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zones(self, elem):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L365" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_zone">
+    
+  </a>
+  <a name="_to_zone">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_zone(self, elem):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L374" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_records">
+    
+  </a>
+  <a name="_to_records">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_records(self, elem, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L398" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._to_record">
+    
+  </a>
+  <a name="_to_record">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_record(self, elem, zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L407" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSDriver._get_more">
+    
+  </a>
+  <a name="_get_more">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_more(self, last_key, value_dict):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L426" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoDNSResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.z.ZerigoDNSResponse(<span title="libcloud.common.base.Response">Response</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L75">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoDNSResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id368">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html#parse_body">parse_body</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html#success">success</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html#parse_error">parse_error</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L76" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L86" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L89" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoError.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoError.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.ZerigoError.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo.ZerigoError : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.d.z.ZerigoError(<a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a>.<a href="libcloud.dns.drivers.zerigo.html">zerigo</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L61">View Source</a>
+      <a href="classIndex.html#libcloud.dns.drivers.zerigo.ZerigoError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id367">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, code, errors):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L62" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__init__">libcloud.common.types.LibcloudError.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L66" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__str__">libcloud.common.types.LibcloudError.__str__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.dns.drivers.zerigo.ZerigoError.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py#L69" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.drivers.zerigo.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.drivers.zerigo : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.d.d.zerigo : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/zerigo.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id366">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoError.html">ZerigoError</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSResponse.html">ZerigoDNSResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSConnection.html">ZerigoDNSConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.dns.drivers.zerigo.ZerigoDNSDriver.html">ZerigoDNSDriver</a></td>
+    <td><span class="undocumented">No class docstring; 5/19 methods documented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="package">l.dns : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id347">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.base.html">base</a></td>
+    <td><span class="undocumented">No module docstring; 3/3 classes documented</span></td>
+  </tr><tr class="package">
+    
+    
+    <td>Package</td>
+    <td><a href="libcloud.dns.drivers.html">drivers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.providers.html">providers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.dns.types.html">types</a></td>
+    <td><span class="undocumented">No module docstring; 1/8 classes documented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.providers.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.providers.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.providers.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.providers : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.d.providers : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/providers.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id373">
+  
+  
+<tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.dns.providers.html#get_driver">get_driver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.dns.providers.get_driver">
+    
+  </a>
+  <a name="get_driver">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_driver(provider):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/providers.py#L29" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.Provider.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.Provider.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.Provider.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.Provider : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.t.Provider(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L30">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.Provider">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.RecordAlreadyExistsError.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.RecordAlreadyExistsError.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.RecordAlreadyExistsError.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.RecordAlreadyExistsError : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.t.RecordAlreadyExistsError(<a href="libcloud.dns.types.RecordError.html">RecordError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L99">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.RecordAlreadyExistsError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.types.RecordError.html">RecordError</a>:
+        </p>
+        <table class="children sortable" id="id381">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.RecordDoesNotExistError.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.RecordDoesNotExistError.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.dns.types.RecordDoesNotExistError.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,62 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.dns.types.RecordDoesNotExistError : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.d.t.RecordDoesNotExistError(<a href="libcloud.dns.types.RecordError.html">RecordError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.dns.html">dns</a>.<a href="libcloud.dns.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/types.py#L95">View Source</a>
+      <a href="classIndex.html#libcloud.dns.types.RecordDoesNotExistError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.dns.types.RecordError.html">RecordError</a>:
+        </p>
+        <table class="children sortable" id="id380">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.dns.types.RecordError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file