preparation for 1.0a2 release.

svn path=/plone.app.discussion/trunk/; revision=30679
This commit is contained in:
Timo Stollenwerk 2009-10-18 13:23:51 +00:00
parent 58f8f4bf22
commit 46ed999081
3 changed files with 16 additions and 7 deletions

View File

@ -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
=======

View File

@ -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

View File

@ -1,3 +0,0 @@
[egg_info]
tag_build = dev
tag_svn_revision = true