diff options
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 18 |
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 +------------------ + + |