diff --git a/README.txt b/README.txt index a90c5aa..b759148 100644 --- a/README.txt +++ b/README.txt @@ -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 ...