summaryrefslogtreecommitdiff
path: root/docs/source/index.rst
diff options
context:
space:
mode:
authorAlfredo Deza <alfredodeza@gmail.com>2010-11-26 09:37:31 -0500
committerAlfredo Deza <alfredodeza@gmail.com>2010-11-26 09:37:31 -0500
commit2815894d44b95931e70107afd69a0da602ba129d (patch)
tree473cb2a4ef35d9744885b5301ec2a95d1714ed1f /docs/source/index.rst
parent6551b3aab2eac22fc36ae56c1452524f31ae688c (diff)
downloadpecan-2815894d44b95931e70107afd69a0da602ba129d.tar.gz
some intro for Pecan
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index ccc7cdb..4b9097f 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -28,7 +28,23 @@ Contents:
Introduction
============
-This section will introduce Pecan as a framework.
+A WSGI object-dispatching lean web framework, in the spirit of TurboGears, only
+much much smaller, with many fewer dependencies.
+
+ * Object-Dispatch for easy routing
+ * Pre and Post Hooks
+ * REST capabilities
+ * Validation and Error handling
+ * Secure controllers
+ * Template language support
+ * AppEngine out of the box (no patching!)
+
+
+
+Pecan Hello World
+------------------
+
+