summaryrefslogtreecommitdiff
path: root/www/roadmap.rst
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-06-01 10:45:21 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-06-01 10:45:21 -0700
commit8cbbb51dcb1b83cdccdf4235494bde2f57989cce (patch)
tree00396c4628f52f80bfac2c71e2e1510bdd35140c /www/roadmap.rst
parent0cb8314d36af237638890520d90863f0f4543c37 (diff)
downloadpython-cheetah-8cbbb51dcb1b83cdccdf4235494bde2f57989cce.tar.gz
Update more sphinx based documentation, this pretty much finishes the transfer from the Markdown stuff I had previously
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'www/roadmap.rst')
-rw-r--r--www/roadmap.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/roadmap.rst b/www/roadmap.rst
index a78709a..48fe964 100644
--- a/www/roadmap.rst
+++ b/www/roadmap.rst
@@ -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