<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>www/documentation.rst</filename>
    </added>
    <added>
      <filename>www/recipes/inheritance.rst</filename>
    </added>
    <added>
      <filename>www/recipes/precompiled.rst</filename>
    </added>
    <added>
      <filename>www/recipes/staticmethod.rst</filename>
    </added>
    <added>
      <filename>www/recipes/writing_a_recipe.rst</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
 # Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default'
+html_theme = 'sphinxdoc'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
@@ -124,7 +124,7 @@ html_static_path = ['_static']
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.
-#html_last_updated_fmt = '%b %d, %Y'
+html_last_updated_fmt = '%b %d, %Y'
 
 # If true, SmartyPants will be used to convert quotes and dashes to
 # typographically correct entities.
@@ -138,16 +138,16 @@ html_use_smartypants = True
 #html_additional_pages = {}
 
 # If false, no module index is generated.
-#html_use_modindex = True
+html_use_modindex = True
 
 # If false, no index is generated.
-#html_use_index = True
+html_use_index = True
 
 # If true, the index is split into individual pages for each letter.
 #html_split_index = False
 
 # If true, links to the reST sources are added to the pages.
-#html_show_sourcelink = True
+html_show_sourcelink = True
 
 # If true, an OpenSearch description file will be output, and all pages will
 # contain a &lt;link&gt; tag referring to it.  The value of this option must be the</diff>
      <filename>www/conf.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,19 @@
 Downloading Cheetah
 ===================
+
+The most recent stable release of Cheetah **v2.2.0** which was released on
+May 17th, 2009.
+
+Download v2.2.0
+^^^^^^^^^^^^^^^
+* `v2.2.0 tarball &lt;http://github.com/cheetahtemplate/cheetah/tarball/v2.2.0&gt;`_
+* `v2.2.0 zip &lt;http://github.com/cheetahtemplate/cheetah/zipball/v2.2.0&gt;`_
+
+You can keep up to date with release candidates or other downloads of Cheetah by 
+visiting the `cheetahtemplate GitHub page &lt;http://github.com/cheetahtemplate/cheetah/downloads&gt;`_
+
+**Note to Windows users:** You should install the compiled version of Cheetah's 
+NameMapper. It is dramatically faster than the pure Python version, in the source
+tree you can find compiled versions for Python 2.4: namemapper.pyd2.4, 
+Python 2.5: namemapper.pyd2.5. Install it wherever your system puts 
+Cheetah/NameMapper.py. Strip the version numbers off the filename.</diff>
      <filename>www/download.rst</filename>
    </modified>
    <modified>
      <diff>@@ -17,17 +17,22 @@ At its core, Cheetah is a domain-specific language for markup generation and
 templating which allows for full integration with existing Python code but also 
 offers extensions to traditional Python syntax to allow for easier text-generation.
 
+Talk Cheetah
+^^^^^^^^^^^^
+You can get involved and talk with Cheetah developers on the `Cheetah mailing list &lt;http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss&gt;`_
+(*cheetahtemplate-discuss@lists.sourceforge.net*) or on the **IRC** channel: 
+**#cheetah** on `Freenode &lt;http://freenode.net/&gt;`_
 
-
-Contents:
+Contents
 ^^^^^^^^^
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
 
    developers.rst
    download.rst
    roadmap.rst
+   documentation.rst
 
 
 Cheetah in a nutshell</diff>
      <filename>www/index.rst</filename>
    </modified>
    <modified>
      <diff>@@ -1,2 +1,27 @@
 Cheetah Roadmap
 ===============
+
+Cheetah v2.2
+------------
+The first release in the v2.2 series (*v2.2.0*) introduced an overhaul of 
+Cheetah's string handling to convert everything internally to use `unicode()`
+objects instead of encoded string buffers. 
+
+The subsequent releases in the v2.2 series are planned to have a number of 
+important upgrades to Cheetah's infrastructure:
+
+* Built-in Django support
+* Cleaner code generation 
+* Finish and document #defmacro support
+
+Cheetah v2.3
+------------
+*still in planning*
+
+The third major series in the Cheetah 2 line of releases will have one focal point, **performance**
+
+Cheetah v3.0
+------------
+*still in planning*
+
+Cheetah 3000 will be the seminal milestone for running Cheetah on Python 3.0</diff>
      <filename>www/roadmap.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0cb8314d36af237638890520d90863f0f4543c37</id>
    </parent>
  </parents>
  <author>
    <name>R. Tyler Ballance</name>
    <email>tyler@slide.com</email>
  </author>
  <url>http://github.com/rtyler/cheetah/commit/8cbbb51dcb1b83cdccdf4235494bde2f57989cce</url>
  <id>8cbbb51dcb1b83cdccdf4235494bde2f57989cce</id>
  <committed-date>2009-06-01T10:45:21-07:00</committed-date>
  <authored-date>2009-06-01T10:45:21-07:00</authored-date>
  <message>Update more sphinx based documentation, this pretty much finishes the transfer from the Markdown stuff I had previously

Signed-off-by: R. Tyler Ballance &lt;tyler@slide.com&gt;</message>
  <tree>00396c4628f52f80bfac2c71e2e1510bdd35140c</tree>
  <committer>
    <name>R. Tyler Ballance</name>
    <email>tyler@slide.com</email>
  </committer>
</commit>
