summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-09 02:17:03 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-09 02:17:03 -0700
commitff10ce663835a4d412b96ed0c35ca140342d0267 (patch)
treebdf70878324c29ab06f4d47ee0680c296308ddc4
parentd5c2c9252fd5eb3a28f579381cc1bab880150ef3 (diff)
downloadpython-cheetah-ff10ce663835a4d412b96ed0c35ca140342d0267.tar.gz
Link to the actual branch where v2.2 development is occurring
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--roadmap.html3
-rw-r--r--roadmap.tmpl3
2 files changed, 4 insertions, 2 deletions
diff --git a/roadmap.html b/roadmap.html
index 4675da9..1357661 100644
--- a/roadmap.html
+++ b/roadmap.html
@@ -70,7 +70,8 @@
development for Community Cheetah</p>
<h2>Cheetah v2.2</h2>
<p>The v2.2 release of the Cheetah is a minor change as far as the code-level
-changes are concerned but has much farther reaching implications.</p>
+changes are concerned but has much farther reaching implications. These
+changes currently reside in the <a href="http://github.com/rtyler/cheetah/tree/unicode">unicode branch</a></p>
<ul>
<li>Moving internal representation of source inside the compiler/parser
to unicode() objects instead of a potential mix of str() and unicode()
diff --git a/roadmap.tmpl b/roadmap.tmpl
index b89a659..9302a6d 100644
--- a/roadmap.tmpl
+++ b/roadmap.tmpl
@@ -20,7 +20,8 @@ development for Community Cheetah
Cheetah v2.2
------------
The v2.2 release of the Cheetah is a minor change as far as the code-level
-changes are concerned but has much farther reaching implications.
+changes are concerned but has much farther reaching implications. These
+changes currently reside in the [unicode branch](http://github.com/rtyler/cheetah/tree/unicode)
- Moving internal representation of source inside the compiler/parser
to unicode() objects instead of a potential mix of str() and unicode()