From 8dedd6b6d22c90b7a603cd8ffa56d2d9e29ecb89 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 13 Feb 2011 16:40:26 -0500 Subject: [PATCH] work in pyramid_mailer --- index.rst | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/index.rst b/index.rst index 8cd03f1..1a30b67 100644 --- a/index.rst +++ b/index.rst @@ -5,7 +5,8 @@ The Pylons Project maintains the Pyramid web framework as well as additional packages intended for use with Pyramid. This is the home for the documentation for all of these projects. -Skip to: +Pyramid +------- * `Pyramid documentation 1.0 `_ (`PDF `_) @@ -15,8 +16,21 @@ Skip to: (`PDF `_) (`Epub `_) +Pyramid Add-Ons +--------------- + +Pyramid supports extensibility through add-ons. The following lists of +add-ons are officially endorsed by the Pylons Project. + +Pyramid Add-Ons Hosted Within Pylons Github Organization +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The following add-ons have source code hosted within the collection of +repositories related to the `Pylons Project Github organization +`_. + * `pyramid_beaker `_, beaker session backend - plug-in + plug-in. * `pyramid_jinja2 `_, `Jinja2 `_ template renderer for Pyramid @@ -38,8 +52,18 @@ Skip to: * `pyramid_zcml `_, Zope Configuration Markup Language configuration support for Pyramid. -Resources (In-Progress) ------------------------ +Pyramid Add-Ons Hosted Outside Pylons Github Organization +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The following packages are hosted in locations outside of the Pylons Project +Github organization. + +* `pyramid_mailer `_, a package for the + Pyramid framework to take the pain out of sending emails. Source: + https://bitbucket.org/danjac/pyramid_mailer + +Pyramid Resources (In-Progress) +------------------------------- `The Pyramid Cookbook `_ presents