From 094f5955a40319a6979db91c4a38bc5cda8c2948 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 8 Dec 2009 09:52:23 +0000 Subject: [PATCH] remove alpha release disclaimer; install instructions for Plone 4 added. svn path=/plone.app.discussion/trunk/; revision=32354 --- README.txt | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index 05cbb5d..3c8f6b9 100644 --- a/README.txt +++ b/README.txt @@ -11,19 +11,15 @@ For details on the progress of this project, visit our `Pivotal Tracker`_. Feel free to send bug reports and feature requests to timo@zmag.de. -Disclaimer -========== - -This is an alpha release! Alpha releases should only be used for testing and -development. Requirements ============ Plone 3.3 or later. -Buildout Installation -===================== + +Plone 3.x Buildout Installation +=============================== To install plone.app.discussion, add the following code to your buildout.cfg:: @@ -44,6 +40,19 @@ To install plone.app.discussion, add the following code to your buildout.cfg:: ... +Plone 4.x Buildout Installation +=============================== + +To install plone.app.discussion, add the following code to your buildout.cfg:: + + [instance] + ... + eggs = + ... + plone.app.discussion + + ... + Add-on Products ===============