remove alpha release disclaimer;

install instructions for Plone 4 added.

svn path=/plone.app.discussion/trunk/; revision=32354
This commit is contained in:
Timo Stollenwerk 2009-12-08 09:52:23 +00:00
parent 91d42ecfbf
commit 094f5955a4

View File

@ -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
===============