From 29532a5e87438f70fa01f9fd0bc4fcf1e852a21b Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 3 May 2011 14:04:52 +0000 Subject: [PATCH] README for 1.1 release updated. svn path=/plone.app.discussion/branches/1.x/; revision=49303 --- README.txt | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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 ...