summaryrefslogtreecommitdiff
path: root/sources/download.rst
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-07-16 15:41:22 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-07-16 15:41:22 -0700
commit2a8c22e911bc8b198614b25acd9e298fca572a0d (patch)
treedbac251aa74cb876ceae9b073239913337140b82 /sources/download.rst
parentbbda205db05d66df3fc0f158dcd4a922898d96a7 (diff)
downloadpython-cheetah-2a8c22e911bc8b198614b25acd9e298fca572a0d.tar.gz
Add the webpage sources
Diffstat (limited to 'sources/download.rst')
-rw-r--r--sources/download.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/download.rst b/sources/download.rst
new file mode 100644
index 0000000..36009c1
--- /dev/null
+++ b/sources/download.rst
@@ -0,0 +1,19 @@
+Downloading Cheetah
+===================
+
+The most recent stable release of Cheetah **v2.2.1** which was released on
+June 1st, 2009.
+
+Download v2.2.1
+^^^^^^^^^^^^^^^
+* `v2.2.1 tarball <http://github.com/cheetahtemplate/cheetah/tarball/v2.2.1>`_
+* `v2.2.1 zip <http://github.com/cheetahtemplate/cheetah/zipball/v2.2.1>`_
+
+You can keep up to date with release candidates or other downloads of Cheetah by
+visiting the `cheetahtemplate GitHub page <http://github.com/cheetahtemplate/cheetah/downloads>`_
+
+**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.