summaryrefslogtreecommitdiff
path: root/changelog.html
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2010-07-23 15:21:22 +0200
committerAsk Solem <askh@opera.com>2010-07-23 15:21:22 +0200
commitddc9736893b70582ca004b6385cfd19af9e2fbb0 (patch)
treeb2e3ecd217883b30199c82fdb3158f4c8ce3a77f /changelog.html
parent75f5adff0a988967027e5582afb9c14171ac264f (diff)
downloadkombu-ddc9736893b70582ca004b6385cfd19af9e2fbb0.tar.gz
Github Pages: Added Pages
Diffstat (limited to 'changelog.html')
-rw-r--r--changelog.html129
1 files changed, 129 insertions, 0 deletions
diff --git a/changelog.html b/changelog.html
new file mode 100644
index 00000000..f6db43d9
--- /dev/null
+++ b/changelog.html
@@ -0,0 +1,129 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
+ <title>Change history &mdash; Kombu v0.1.0 documentation</title>
+ <link rel="stylesheet" href="static/celery.css" type="text/css" />
+ <link rel="stylesheet" href="static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '',
+ VERSION: '0.1.0',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true
+ };
+ </script>
+ <script type="text/javascript" src="static/jquery.js"></script>
+ <script type="text/javascript" src="static/underscore.js"></script>
+ <script type="text/javascript" src="static/doctools.js"></script>
+ <link rel="top" title="Kombu v0.1.0 documentation" href="index.html" />
+ <link rel="prev" title="Utilities - kombu.utils" href="reference/kombu.utils.html" />
+ </head>
+ <body>
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ accesskey="I">index</a></li>
+ <li class="right" >
+ <a href="py-modindex.html" title="Python Module Index"
+ >modules</a> |</li>
+ <li class="right" >
+ <a href="reference/kombu.utils.html" title="Utilities - kombu.utils"
+ accesskey="P">previous</a> |</li>
+ <li><a href="index.html">Kombu v0.1.0 documentation</a> &raquo;</li>
+ </ul>
+ </div>
+
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+
+ <div class="section" id="change-history">
+<h1>Change history<a class="headerlink" href="#change-history" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="id1">
+<h2>0.1.0<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field"><th class="field-name">release-date:</th><td class="field-body">2010-07-22 4:20 P.M CEST</td>
+</tr>
+</tbody>
+</table>
+<ul class="simple">
+<li>Rewrite of carrot</li>
+<li>Initial release</li>
+</ul>
+</div>
+</div>
+
+
+ </div>
+ </div>
+ </div>
+ <div class="sphinxsidebar">
+ <div class="sphinxsidebarwrapper"><p class="logo"><a href="index.html">
+ <img class="logo" width="128" height="128" src="http://cloud.github.com/downloads/ask/kombu/kombusmall.jpg" alt="Logo"/>
+</a></p>
+ <h3><a href="index.html">Table Of Contents</a></h3>
+ <ul>
+<li><a class="reference internal" href="#">Change history</a><ul>
+<li><a class="reference internal" href="#id1">0.1.0</a></li>
+</ul>
+</li>
+</ul>
+
+ <h4>Previous topic</h4>
+ <p class="topless"><a href="reference/kombu.utils.html"
+ title="previous chapter">Utilities - kombu.utils</a></p>
+ <h3>This Page</h3>
+ <ul class="this-page-menu">
+ <li><a href="sources/changelog.txt"
+ rel="nofollow">Show Source</a></li>
+ </ul>
+<div id="searchbox" style="display: none">
+ <h3>Quick search</h3>
+ <form class="search" action="search.html" method="get">
+ <input type="text" name="q" size="18" />
+ <input type="submit" value="Go" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+ <p class="searchtip" style="font-size: 90%">
+ Enter search terms or a module, class or function name.
+ </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+ </div>
+ </div>
+ <div class="clearer"></div>
+ </div>
+ <div class="related">
+ <h3>Navigation</h3>
+ <ul>
+ <li class="right" style="margin-right: 10px">
+ <a href="genindex.html" title="General Index"
+ >index</a></li>
+ <li class="right" >
+ <a href="py-modindex.html" title="Python Module Index"
+ >modules</a> |</li>
+ <li class="right" >
+ <a href="reference/kombu.utils.html" title="Utilities - kombu.utils"
+ >previous</a> |</li>
+ <li><a href="index.html">Kombu v0.1.0 documentation</a> &raquo;</li>
+ </ul>
+ </div>
+ <div class="footer">
+ &copy; Copyright 2009-2010, Ask Solem.
+ Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2.
+ </div>
+ </body>
+</html> \ No newline at end of file