2009-05-11 18:52:16 +02:00
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
2015-02-27 15:15:03 +01:00
|
|
|
|
2022-09-30 16:10:34 +02:00
|
|
|
plone.app.discussion is the commenting system used since Plone 4.1.
|
|
|
|
It was initially developed as part of the Google Summer of Code 2009 by Timo Stollenwerk (student) and Martin Aspeli (mentor).
|
2011-04-21 15:22:48 +02:00
|
|
|
|
2009-12-08 10:52:23 +01:00
|
|
|
|
2009-12-08 17:04:10 +01:00
|
|
|
|
2009-10-18 15:23:51 +02:00
|
|
|
Add-on Products
|
|
|
|
===============
|
|
|
|
|
2009-10-19 11:06:06 +02:00
|
|
|
- `collective.autoresizetextarea
|
2022-09-30 16:10:34 +02:00
|
|
|
<https://pypi.org/project/collective.autoresizetextarea/>`_
|
2009-10-19 11:06:06 +02:00
|
|
|
(for auto-resizing the comment textarea while typing)
|
2009-10-18 15:23:51 +02:00
|
|
|
|
2009-10-19 11:06:06 +02:00
|
|
|
- `plone.formwidget.captcha
|
2022-09-30 16:10:34 +02:00
|
|
|
<https://pypi.org/project/plone.formwidget.captcha/>`_
|
2009-10-19 11:06:06 +02:00
|
|
|
(for Captcha spam protection)
|
|
|
|
|
|
|
|
- `plone.formwidget.recaptcha
|
2022-09-30 16:10:34 +02:00
|
|
|
<https://pypi.org/project/plone.formwidget.recaptcha/>`_
|
2009-10-19 11:06:06 +02:00
|
|
|
(for ReCaptcha spam protection)
|
2009-10-18 15:23:51 +02:00
|
|
|
|
2010-07-19 11:42:08 +02:00
|
|
|
- `collective.akismet
|
2022-09-30 16:10:34 +02:00
|
|
|
<https://pypi.org/project/collective.akismet/>`_
|
2010-07-19 11:42:08 +02:00
|
|
|
(for Akismet spam protection)
|
|
|
|
|
2010-09-16 12:03:33 +02:00
|
|
|
- `collective.z3cform.norobots
|
2022-09-30 16:10:34 +02:00
|
|
|
<https://pypi.org/project/collective.z3cform.norobots/1.1/>`_
|
2010-09-16 12:03:33 +02:00
|
|
|
(provides a "human" captcha widget based on a list of questions/answers)
|
|
|
|
|
2022-09-30 16:10:34 +02:00
|
|
|
Note: not all of these may be compatible with the current version of ``plone.app.discussion`` and ``Plone`` itself.
|
|
|
|
|
2009-10-18 15:23:51 +02:00
|
|
|
|
2010-06-06 15:00:21 +02:00
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
2022-09-30 16:10:34 +02:00
|
|
|
There is initial `documentation <https://pythonhosted.org/plone.app.discussion/>`_ but it is outdated.
|
|
|
|
You will still get a feel for how the package is structured though.
|
2011-05-28 13:49:47 +02:00
|
|
|
|
|
|
|
|
2009-08-11 11:41:32 +02:00
|
|
|
Credits
|
|
|
|
=======
|
|
|
|
|
|
|
|
- Timo Stollenwerk
|
|
|
|
- Martin Aspeli
|
2009-10-17 19:16:42 +02:00
|
|
|
|
|
|
|
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)
|
2009-12-08 17:04:10 +01:00
|
|
|
- Maik Roeder (for providing and setting up a buildbot)
|
2015-02-11 17:21:34 +01:00
|
|
|
|