README for 1.1 release updated.

svn path=/plone.app.discussion/branches/1.x/; revision=49303
This commit is contained in:
Timo Stollenwerk 2011-05-03 14:04:52 +00:00
parent 62faba42ce
commit 29532a5e87
1 changed files with 18 additions and 2 deletions

View File

@ -5,15 +5,25 @@ plone.app.discussion aims to be the new commenting system for Plone. It was
initially developed as part of the Google Summer of Code 2009 by Timo
Stollenwerk (student) and Martin Aspeli (mentor).
For the roadmap of the project see our `Pivotal Tracker`_.
plone.app.discussion is an add-on product for Plone 3.3.x and 4.0.x and will be
shipped as part of Plone 4.1.
.. _`Pivotal Tracker`: http://www.pivotaltracker.com/projects/15135
.. note::
Make sure you pin down plone.app.discussion to versions < 2.0 if you want to
install it as an add-on product (see install instructions below for more
details).
Please report bugs to the `Plone bug tracker`_.
.. _`Plone bug tracker`: http://dev.plone.org/plone/
For the roadmap of the project see our `Pivotal Tracker`_.
.. _`Pivotal Tracker`: http://www.pivotaltracker.com/projects/15135
Requirements
============
@ -33,6 +43,11 @@ To install plone.app.discussion, add the following code to your buildout.cfg::
...
[versions]
plone.app.discussion = 1.1
...
[instance]
...
eggs =
@ -54,6 +69,7 @@ To install plone.app.discussion, add the following code to your buildout.cfg::
versions = versions
[versions]
plone.app.discussion = 1.1
zope.schema = 3.6.4
...