diff --git a/README.txt b/README.txt index 98c9c09..66d5b88 100644 --- a/README.txt +++ b/README.txt @@ -2,8 +2,8 @@ Introduction ============ plone.app.discussion aims to be the new commenting system for Plone. -It was developed as part of the Google Summer of Code 2009 by Timo -Stollenwerk (student) and Martin Aspeli (mentor). +It was initially developed as part of the Google Summer of Code 2009 +by Timo Stollenwerk (student) and Martin Aspeli (mentor). For details on the progress of this project, visit our `Pivotal Tracker`_. @@ -43,6 +43,18 @@ 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`: 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 + + Credits ======= diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 2c26d73..d520a1d 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,12 +1,12 @@ Changelog ========= -1.0a2 (2009-XX-XX) +1.0a2 (2009-10-18) ------------------ * Plone 4 / Zope 2.12 support * Comment migration script added -* pluggable plone.z3cform comment forms +* Pluggable plone.z3cform comment forms * Captcha and ReCaptcha support diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 01bb954..0000000 --- a/setup.cfg +++ /dev/null @@ -1,3 +0,0 @@ -[egg_info] -tag_build = dev -tag_svn_revision = true