From 4b9e9db994dae5df2586087081a0b097af450452 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Mon, 19 Oct 2009 09:06:06 +0000 Subject: [PATCH] README rest fix. svn path=/plone.app.discussion/trunk/; revision=30704 --- README.txt | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index 66d5b88..05cbb5d 100644 --- a/README.txt +++ b/README.txt @@ -14,7 +14,8 @@ Feel free to send bug reports and feature requests to timo@zmag.de. Disclaimer ========== -This is an alpha release! Alpha releases should only be used for testing and development. +This is an alpha release! Alpha releases should only be used for testing and +development. Requirements ============ @@ -30,7 +31,7 @@ To install plone.app.discussion, add the following code to your buildout.cfg:: ... extends = ... - http://good-py.appspot.com/release/plone.app.discussion/1.0a1 + http://good-py.appspot.com/release/plone.app.discussion/1.0a2 ... @@ -46,13 +47,17 @@ To install plone.app.discussion, add the following code to your buildout.cfg:: Add-on Products =============== -- `collective.autoresizetextarea`_ (for auto-resizing the comment textarea while typing) -- `plone.formwidget.captcha`_ (for Captcha spam protection) -- `plone.formwidget.recaptcha`_ (for ReCaptcha spam protection) +- `collective.autoresizetextarea + `_ + (for auto-resizing the comment textarea while typing) -.. _`collective.autoresizetextarea`: http://pypi.python.org/pypi/collective.autoresizetextarea -.. _`plone.formwidget.captcha`: http://pypi.python.org/pypi/plone.formwidget.captcha -.. _`plone.formwidget.recaptcha`: http://pypi.python.org/pypi/plone.formwidget.recaptcha +- `plone.formwidget.captcha + `_ + (for Captcha spam protection) + +- `plone.formwidget.recaptcha + `_ + (for ReCaptcha spam protection) Credits