summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAlfredo Deza <alfredodeza@gmail.com>2010-10-09 15:41:19 -0400
committerAlfredo Deza <alfredodeza@gmail.com>2010-10-09 15:41:19 -0400
commit7eb8f7da71ba9caae64be0d1257cb56893b7b1c6 (patch)
tree0aef448121e26df7b74aa5d24ecf7ec45bb5ea1a /docs/source
parentbc8c233202e786a0da9bfc6564fb08b2be6b763f (diff)
downloadpecan-7eb8f7da71ba9caae64be0d1257cb56893b7b1c6.tar.gz
adding initial info for app engine
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/app_engine.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/source/app_engine.rst b/docs/source/app_engine.rst
new file mode 100644
index 0000000..9c3ac92
--- /dev/null
+++ b/docs/source/app_engine.rst
@@ -0,0 +1,27 @@
+.. _app_engine:
+
+App Engine Support
+=========================
+
+Pecan runs smoothly in Google's App Engine. There is **no** hacking/patching or weird
+changes that you need to make to work with Pecan. However, since App Engine has certain
+restrictions you may want to be aware of how to set it up correctly.
+
+
+Dependencies
+---------------
+Pecan has a few dependencies and one of them is already supported by App Engine (WebOb)
+so no need to grab that. Just so you are aware, this is the list of things that you absolutely need
+to grab:
+
+ * simplegeneric >= 0.7",
+ * Paste >= 1.7.5.1",
+
+These are optional, depending on the templating engine you want to use. However, depending on your choice,
+you might want to check the engine's dependencies as well. The only engine from this list that doesn't require
+a dependency is Kajiki.
+
+ * Genshi >= 0.6
+ * Kajiki >= 0.2.2
+ * Mako >= 0.3
+