update README, prepare for 1.0b4.
svn path=/plone.app.discussion/trunk/; revision=35694
This commit is contained in:
parent
eedb80eedf
commit
75c3bb5ea3
25
README.txt
25
README.txt
@ -1,15 +1,17 @@
|
|||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
plone.app.discussion aims to be the new commenting system for Plone.
|
plone.app.discussion aims to be the new commenting system for Plone. It was
|
||||||
It was initially developed as part of the Google Summer of Code 2009
|
initially developed as part of the Google Summer of Code 2009 by Timo
|
||||||
by Timo Stollenwerk (student) and Martin Aspeli (mentor).
|
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
|
.. _`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
|
Requirements
|
||||||
@ -27,7 +29,7 @@ To install plone.app.discussion, add the following code to your buildout.cfg::
|
|||||||
...
|
...
|
||||||
extends =
|
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::
|
To install plone.app.discussion, add the following code to your buildout.cfg::
|
||||||
|
|
||||||
|
[buildout]
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
versions = versions
|
||||||
|
|
||||||
|
[versions]
|
||||||
|
zope.schema = 3.6.0
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
[instance]
|
[instance]
|
||||||
...
|
...
|
||||||
eggs =
|
eggs =
|
||||||
|
4
setup.py
4
setup.py
@ -11,9 +11,9 @@ setup(name='plone.app.discussion',
|
|||||||
"Framework :: Plone",
|
"Framework :: Plone",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
],
|
],
|
||||||
keywords='',
|
keywords='plone discussion',
|
||||||
author='Timo Stollenwerk',
|
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',
|
url='http://pypi.python.org/pypi/plone.app.discussion',
|
||||||
license='GPL',
|
license='GPL',
|
||||||
packages=find_packages(exclude=['ez_setup']),
|
packages=find_packages(exclude=['ez_setup']),
|
||||||
|
Loading…
Reference in New Issue
Block a user