From 829f050188b821ce1e73e814e87c55e6ae95872b Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 7 Jul 2009 09:24:18 +0000 Subject: [PATCH] fix rest bug in README. svn ignore dist dir. svn path=/plone.app.discussion/trunk/; revision=27876 --- README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index d0742d6..c0717a0 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Introduction plone.app.discussion aims to be the new commenting system for Plone 4. It is developed as part of the Google Summer of Code 2009 by Timo Stollenwerk (student) and Martin Aspeli (mentor). -For details on the progress of this project, visit our `Pivotal Tracker`. +For details on the progress of this project, visit our `Pivotal Tracker`_. .. _`Pivotal Tracker`: http://www.pivotaltracker.com/projects/15135 @@ -14,6 +14,11 @@ Disclaimer This is an alpha release! Alpha releases should only be used for testing and development. +Requirements +============ + +Plone 3.3 or later. + Buildout Installation =====================