diff options
author | R. Tyler Ballance <tyler@slide.com> | 2009-06-01 21:31:49 -0700 |
---|---|---|
committer | R. Tyler Ballance <tyler@slide.com> | 2009-06-01 21:31:49 -0700 |
commit | 56c8db9bc8e41b50e649ed4f9510a6be0d96eab6 (patch) | |
tree | 7d41bfd4f2ed64789f5f53dc0caa39cd71f75cdd /SetupConfig.py | |
parent | fa593e26a737acfac0453825905ff991a2c70b85 (diff) | |
download | python-cheetah-56c8db9bc8e41b50e649ed4f9510a6be0d96eab6.tar.gz |
Update references to communitycheetah.org -> cheetahtemplate.org
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'SetupConfig.py')
-rw-r--r-- | SetupConfig.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SetupConfig.py b/SetupConfig.py index 9836a32..aac33e4 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -4,7 +4,7 @@ from src.Version import Version as version maintainer = "R. Tyler Ballance" author = "Tavis Rudd" author_email = "cheetahtemplate-discuss@lists.sf.net" -url = "http://www.communitycheetah.org/" +url = "http://www.cheetahtemplate.org/" packages = ['Cheetah', 'Cheetah.Macros', 'Cheetah.Templates', @@ -65,7 +65,7 @@ used to generate C++ game code, Java, sql, form emails and even Python code. Documentation ================================================================================ For a high-level introduction to Cheetah please refer to the User\'s Guide -at http://www.communitycheetah.org/learn.html +at http://www.cheetahtemplate.org/learn.html Mailing list ================================================================================ @@ -74,10 +74,10 @@ Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss Credits ================================================================================ -http://www.communitycheetah.org/credits.html +http://www.cheetahtemplate.org/credits.html Recent Changes ================================================================================ -See http://www.communitycheetah.org/CHANGES.txt for full details +See http://www.cheetahtemplate.org/CHANGES.txt for full details ''' |