From c9a31ee97895fcffd69e6cfed809e75302f45056 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 17 Oct 2009 17:16:42 +0000 Subject: [PATCH] readme and history updated. svn path=/plone.app.discussion/trunk/; revision=30672 --- README.txt | 21 ++++++++++++++------- docs/HISTORY.txt | 3 ++- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index 432d9b4..98c9c09 100644 --- a/README.txt +++ b/README.txt @@ -1,13 +1,15 @@ Introduction ============ -plone.app.discussion aims to be the new commenting system for Plone 4.1. It was 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 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`_. .. _`Pivotal Tracker`: http://www.pivotaltracker.com/projects/15135 -Feel free to send bug reports to timo@zmag.de. +Feel free to send bug reports and feature requests to timo@zmag.de. Disclaimer ========== @@ -46,8 +48,13 @@ Credits - Timo Stollenwerk - Martin Aspeli -- Jon Stahl -- David Glick -- Lennart Regebro -- Carsten Senger -- Hanno Schlichting + +Many thanks to: + +- Jon Stahl (for acting as "the customer" during GSoC) +- David Glick (for technical expertise and advice during GSoC) +- Lennart Regebro (for writing the portal_discussion tool and initial unit tests) +- Carsten Senger (for fixing the comment z3c.form form and pizza) +- Hanno Schlichting (for making p.a.d work with Zope 2.12) +- Alan Hoey (for providing fixes) +- Maik Röder (for providing and setting up a buildbot) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 8b4018b..2c26d73 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,8 +4,9 @@ Changelog 1.0a2 (2009-XX-XX) ------------------ +* Plone 4 / Zope 2.12 support * Comment migration script added -* plone.z3cform comment forms +* pluggable plone.z3cform comment forms * Captcha and ReCaptcha support