summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-05 22:03:43 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-05 22:03:43 -0700
commit3d8e572deac46797c0e8b8f5fd0178b1f9462cd7 (patch)
treee77a90a9b656b338a21dca3c9b7095d3135fc89b
parent10477af3fd5271b445e10a8e9bbb0a068d3dbe3d (diff)
downloadpython-cheetah-3d8e572deac46797c0e8b8f5fd0178b1f9462cd7.tar.gz
Add a mostly empty Cheetah Recipes page
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
-rw-r--r--WikiRoot.tmpl1
-rw-r--r--recipes.tmpl19
2 files changed, 20 insertions, 0 deletions
diff --git a/WikiRoot.tmpl b/WikiRoot.tmpl
index 9f3de2f..029ecf6 100644
--- a/WikiRoot.tmpl
+++ b/WikiRoot.tmpl
@@ -7,6 +7,7 @@
('Home', 'index.html', True),
('Download', 'download.html', True),
('Documentation', 'docs.html', True),
+ ('Recipes', 'recipes.html', True),
('Issues', 'http://bugs.communitycheetah.org', False),
('Developers', 'developers.html', True),
('Source', 'http://github.com/rtyler/cheetah/tree/master', False),
diff --git a/recipes.tmpl b/recipes.tmpl
new file mode 100644
index 0000000..354465a
--- /dev/null
+++ b/recipes.tmpl
@@ -0,0 +1,19 @@
+#import WikiRoot
+#from Cheetah.Filters import Markdown
+#extends WikiRoot.WikiRoot
+
+#def pagename()
+ #return 'Recipes'
+#end def
+
+#def content()
+#transform Markdown
+Cheetah Recipes
+===============
+
+This page hasn't been fully fleshed out unfortunately :(
+
+If you're really hungry for some Cheetah recipies, you can check out the
+out-of-date [Cheetah recipes page](http://wiki.cheetahtemplate.org/cheetah-recipes.html?)
+from the old Wiki
+#end def