summaryrefslogtreecommitdiff
path: root/docs.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'docs.tmpl')
-rw-r--r--docs.tmpl93
1 files changed, 93 insertions, 0 deletions
diff --git a/docs.tmpl b/docs.tmpl
new file mode 100644
index 0000000..998364f
--- /dev/null
+++ b/docs.tmpl
@@ -0,0 +1,93 @@
+#import WikiRoot
+#from Cheetah.Filters import Markdown
+#extends WikiRoot.WikiRoot
+
+#def pagename()
+ #return 'Documentation'
+#end def
+
+#def content()
+#transform Markdown
+Cheetah Documentation
+=====================
+
+Currently the Community Cheetah documentation is in a state-of flux, you can however
+still refer to the older Cheetah v2.0.1 documentation for most of the basics
+
+* [Single-page HTML](http://www.cheetahtemplate.org/docs/users_guide_html/)
+* [Multi-page HTML](http://www.cheetahtemplate.org/docs/users_guide_html_multipage/)
+* [Text](http://www.cheetahtemplate.org/docs/users_guide.txt)
+* [PDF](http://www.cheetahtemplate.org/docs/users_guide.pdf)
+
+
+Unofficial Documentation and Articles
+-------------------------------------
+
+[Building and filling out templates with Python and Cheetah](http://www-128.ibm.com/developerworks/opensource/library/os-pythcheetah/?ca=dgr-lnxw06PythonCheetah) by Leonard Richardson, Software Engineer
+at CollabNet. Published in IBM Developer Works, August 9th, 2005. Leonard
+Richardson is the author of many Python applications and libraries, including
+NewsBruiser and Beautiful Soup. He is a co-author of the new tome Beginning
+Python, from Wrox.
+
+
+[Python-Powered Templates with Cheetah](http://www.onlamp.com/pub/a/python/2005/01/13/cheetah.html)
+by Andrew Glover, founder and CTO of Vanward
+Technologies, a company specializing in building automated testing frameworks.
+Published in O'Reilly's ONLamp.com, January 13th, 2005
+
+
+[Templating with Cheetah](http://www.devshed.com/c/a/Python/Templating-with-Cheetah/)
+A DevShed article by Peyton McCullough. Published in December 2005.
+
+
+[Templating in Python](http://linuxgazette.net/117/orr.html) A
+Linux Gazette article by Mike Orr. Published in Issue 117 of Linux Gazette,
+August 2005.
+
+
+[Regular Expressions: CherryPy proves its worth](http://www.unixreview.com/documents/s=10075/ur0604h/)
+An Unix Review article by Miki Tebeka and Cameron Laid. They build a small addressbook application in less
+than 150 lines of code using the CherryPy web framework and Cheetah.
+Published May 2006.
+
+
+[How to install Cheetah on Dreamhost](http://coderseye.com/2006/how-to-install-cheetah-on-dreamhost.html)
+A blog article published by Bruce Kroeze in January 2006.
+
+
+[Tierisch gut Das Cheetah Templating-System in der Praxis](http://www.linuxenterprise.de/itr/online_artikel/psecom,id,639,nodeid,9.html)
+A German-language article by Markus Jais. Published in the
+December 2004 edition of [linuxenterprise.de](http://www.linuxenterprise.de/)
+
+
+[Python Success Stories: Python Enterprise-Wide at the University of St Andrews in Scotland](http://wingware.com/python/success/st-andrews)
+by Hamish Lawson. Cheetah is used for the presentation
+layer. Hamish Lawson is a software developer in the IT Services department at
+the University of St Andrews, Scotland. Published January 17th, 2003.
+
+
+[Code Generation Network - Case Study with Peter White](http://www.codegeneration.net/tiki-read_article.php?articleId=39)
+An interview that discusses using Cheetah for generating Java code in a financial services
+application. "Given my recent experience with Python and Cheetah, I can't
+imagine an easier way to generate code!" Published March 1st, 2004.
+
+
+In Literature
+-------------
+
+Cheetah is covered in [Python in a Nutshell](http://www.amazon.com/exec/obidos/tg/detail/-/0596001886/ref=pd_sim_b_2/002-9262270-4252038?%5Fencoding=UTF8&v=glance)
+by Alex Martelli. Alex writes on the Cheetah list: "Nutshell
+readers looking for templating engines will be tempted by my ultra-brief
+coverage enough to come visit the Cheetah site and get stunned. Indeed, I'm
+impressed enough that I plan to cover _only_ Cheetah as the one tool for any
+serious templating need."
+
+
+It is also introduced in the New Riders book [Python Web Programming](http://www.informit.com/title/0735710902)
+by Steve Holden. Steve writes "Although the software is still in beta at the
+time of writing, it is already stable and easy to use either with or without
+Webware. It looks as though Cheetah will be useful to many web projects, as
+well as any others that need flexible template substitution of a general
+nature." Published Jan 8th, 2002.
+
+#end def