[Checkins] SVN: buildout-website/trunk/source/docs/recipelist.rst Added two more recipes

Baiju M baiju.m.mail at gmail.com
Wed Apr 22 13:35:32 EDT 2009


Log message for revision 99393:
  Added two more recipes
  

Changed:
  U   buildout-website/trunk/source/docs/recipelist.rst

-=-
Modified: buildout-website/trunk/source/docs/recipelist.rst
===================================================================
--- buildout-website/trunk/source/docs/recipelist.rst	2009-04-22 17:31:22 UTC (rev 99392)
+++ buildout-website/trunk/source/docs/recipelist.rst	2009-04-22 17:35:31 UTC (rev 99393)
@@ -1,12 +1,13 @@
 Buildout Recipes
 ================
 
-This is a list of Buildout recipes commonly used for Python projects.
+This is a list of Buildout recipes created by the community.
+All the recipes given here are available from
+`PyPI <http://pypi.python.org/pypi>`_ .
+You can see a complete list of `recipes in PyPI
+<http://pypi.python.org/pypi?:action=browse&show=all&c=512>`_ .
 
-You can see a list of `recipes in PyPI site
-<http://pypi.python.org/pypi?:action=browse&show=all&c=512>`_
 
-
 zc.recipe.egg
 -------------
 
@@ -22,9 +23,8 @@
 djangorecipe
 ------------
 
-`Buildout recipe for Django <http://pypi.python.org/pypi/djangorecipe>`_
+Buildout recipe for `Django <http://www.djangoproject.com>`_ .
 
-
 plone.recipe.apache
 -------------------
 
@@ -36,3 +36,13 @@
 
 Deploy an OpenLDAP server in a zc.buildout
 
+gp.recipe.pip
+-------------
+
+Recipe which allow to install python packages using
+`pip <http://pip.openplans.org>`_
+
+fez.djangoskel
+--------------
+
+Paster templates for creating Django applications as eggs.



More information about the Checkins mailing list