diff --git a/README.txt b/README.txt index a2557bc..f0dd65c 100644 --- a/README.txt +++ b/README.txt @@ -1,15 +1,17 @@ Introduction ============ -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). +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 details on the progress of this project, visit our `Pivotal Tracker`_. +For the roadmap of the project see our `Pivotal Tracker`_. .. _`Pivotal Tracker`: http://www.pivotaltracker.com/projects/15135 -Feel free to send bug reports and feature requests to timo@zmag.de. +Please report bugs to the `Plone bug tracker`_. + +.. _`Plone bug tracker`: http://dev.plone.org/plone/ Requirements @@ -27,7 +29,7 @@ To install plone.app.discussion, add the following code to your buildout.cfg:: ... extends = ... - http://good-py.appspot.com/release/plone.app.discussion/1.0a2 + http://good-py.appspot.com/release/plone.app.discussion/1.0b4 ... @@ -45,6 +47,17 @@ Plone 4.x Buildout Installation To install plone.app.discussion, add the following code to your buildout.cfg:: + [buildout] + + ... + + versions = versions + + [versions] + zope.schema = 3.6.0 + + ... + [instance] ... eggs = diff --git a/setup.py b/setup.py index 0b18a43..30fd382 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,9 @@ setup(name='plone.app.discussion', "Framework :: Plone", "Programming Language :: Python", ], - keywords='', + keywords='plone discussion', author='Timo Stollenwerk', - author_email='timo@zmag.de', + author_email='', url='http://pypi.python.org/pypi/plone.app.discussion', license='GPL', packages=find_packages(exclude=['ez_setup']),