summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2009-09-20 00:46:24 -0700
committerR. Tyler Ballance <tyler@monkeypox.org>2009-10-15 07:30:19 -0700
commit97dbe54c71dd2922f561788a48c21d275d18a654 (patch)
treec4cc980b568b127fae36c2d0d9b26f7c7bac4d10 /README.markdown
parent9b6fc119f8ebc83909b83644eff3e339a1535983 (diff)
downloadpython-cheetah-97dbe54c71dd2922f561788a48c21d275d18a654.tar.gz
Rename the README to reflect formatting
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown51
1 files changed, 51 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..fe473b1
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,51 @@
+Cheetah is an open source template engine and code generation tool.
+
+It can be used standalone or combined with other tools and frameworks. Web
+development is its principle use, but Cheetah is very flexible and is also being
+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
+
+Mailing list
+================================================================================
+cheetahtemplate-discuss@lists.sourceforge.net
+Subscribe at http://lists.sourceforge.net/lists/listinfo/cheetahtemplate-discuss
+
+Credits
+================================================================================
+http://cheetahtemplate.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.