From c480b09f7f7b51180d64b29017650e201210ae62 Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Fri, 3 Apr 2009 00:14:10 -0700 Subject: Update SetupConfig.py for submission of Cheetah Community Edition to the cheeseshop Mmmm packages Signed-off-by: R. Tyler Ballance --- SetupConfig.py | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'SetupConfig.py') diff --git a/SetupConfig.py b/SetupConfig.py index cd01e68..b124a69 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -1,10 +1,10 @@ #-------Main Package Settings-----------# -name = "Cheetah" +name = "Cheetah Community Edition" from src.Version import Version as version -maintainer = "Tavis Rudd" +maintainer = "R. Tyler Ballance" author = "Tavis Rudd" author_email = "cheetahtemplate-discuss@lists.sf.net" -url = "http://www.CheetahTemplate.org/" +url = "http://www.communitycheetah.org/" packages = ['Cheetah', 'Cheetah.Macros', 'Cheetah.Templates', @@ -64,7 +64,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://cheetahtemplate.org/learn.html +at http://www.communitycheetah.org/learn.html Mailing list ================================================================================ @@ -73,7 +73,7 @@ Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss Credits ================================================================================ -http://cheetahtemplate.org/credits.html +http://www.communitycheetah.org/credits.html Praise ================================================================================ @@ -109,12 +109,6 @@ lead developer of TurboGears. Recent Changes ================================================================================ -See http://cheetahtemplate.org/docs/CHANGES for full details. +See http://www.communitycheetah.org/docs/CHANGES for full details ''' -try: - recentChanges = open('CHANGES').read().split('\n1.0')[0] - long_description += recentChanges - del recentChanges -except: - pass -- cgit v1.2.1 From ef47988927b452db48c0bd19b0fc900b7d604fb3 Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Fri, 3 Apr 2009 00:40:54 -0700 Subject: Something about the Praise section was breaking the cheeseshop reStructuredText parser Signed-off-by: R. Tyler Ballance --- SetupConfig.py | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'SetupConfig.py') diff --git a/SetupConfig.py b/SetupConfig.py index b124a69..bea5a94 100644 --- a/SetupConfig.py +++ b/SetupConfig.py @@ -75,38 +75,6 @@ Credits ================================================================================ http://www.communitycheetah.org/credits.html -Praise -================================================================================ -"I\'m enamored with Cheetah" - Sam Ruby, senior member of IBM Emerging -Technologies Group & director of Apache Software Foundation - -"Give Cheetah a try. You won\'t regret it. ... Cheetah is a truly powerful -system. ... Cheetah is a serious contender for the 'best of breed' Python -templating." - Alex Martelli - -"People with a strong PHP background absolutely love Cheetah for being Smarty, -but much, much better." - Marek Baczynski - -"I am using Smarty and I know it very well, but compiled Cheetah Templates with -its inheritance approach is much powerful and easier to use than Smarty." - -Jaroslaw Zabiello - -"There is no better solution than Cheetah" - Wilk - -"A cheetah template can inherit from a python class, or a cheetah template, and -a Python class can inherit from a cheetah template. This brings the full power -of OO programming facilities to the templating system, and simply blows away -other templating systems" - Mike Meyer - -"Cheetah has successfully been introduced as a replacement for the overweight -XSL Templates for code generation. Despite the power of XSL (and notably XPath -expressions), code generation is better suited to Cheetah as templates are much -easier to implement and manage." - The FEAR development team - (http://fear.sourceforge.net/docs/latest/guide/Build.html#id2550573) - -"I\'ve used Cheetah quite a bit and it\'s a very good package" - Kevin Dangoor, -lead developer of TurboGears. - Recent Changes ================================================================================ See http://www.communitycheetah.org/docs/CHANGES for full details -- cgit v1.2.1