update README, prepare for 1.0b4.

svn path=/plone.app.discussion/trunk/; revision=35694
This commit is contained in:
Timo Stollenwerk 2010-04-04 17:26:09 +00:00
parent eedb80eedf
commit 75c3bb5ea3
2 changed files with 21 additions and 8 deletions

View File

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

View File

@ -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='<plone-developers at lists sourceforge net>',
url='http://pypi.python.org/pypi/plone.app.discussion',
license='GPL',
packages=find_packages(exclude=['ez_setup']),