preparation for 1.0a2 release.
svn path=/plone.app.discussion/trunk/; revision=30679
This commit is contained in:
parent
58f8f4bf22
commit
46ed999081
16
README.txt
16
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
|
||||
=======
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user