Go to file
Maurits van Rees ee2d81d9fd
Preparing release 4.0.0
[ci skip]
2022-11-11 00:23:30 +01:00
docs Removed a few more unicode literals. 2022-05-02 17:12:04 +02:00
news Preparing release 4.0.0 2022-11-11 00:23:30 +01:00
plone Use correct date when indexing. Update comment indexes to use America/Los_Angeles 2022-10-24 23:43:35 +02:00
.gitattributes Allowed union merge strategy in CHANGES.rst. 2015-10-25 00:00:19 +02:00
.gitignore Updated .gitignore file 2015-05-31 13:40:31 -04:30
CHANGES.rst Preparing release 4.0.0 2022-11-11 00:23:30 +01:00
CONTRIBUTING.rst Added CONTRIBUTING.rst. 2015-11-14 00:25:54 +01:00
MANIFEST.in Initialize towncrier 2019-02-08 13:36:13 +01:00
README.rst Update wildly outdated information in the readme. 2022-09-30 16:10:34 +02:00
pyproject.toml Initialize towncrier 2019-02-08 13:36:13 +01:00
setup.cfg No universal wheel: Py 3 only. 2022-06-23 21:04:41 +02:00
setup.py Preparing release 4.0.0 2022-11-11 00:23:30 +01:00

README.rst

Introduction
============


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).



Add-on Products
===============

- `collective.autoresizetextarea
  <https://pypi.org/project/collective.autoresizetextarea/>`_
  (for auto-resizing the comment textarea while typing)

- `plone.formwidget.captcha
  <https://pypi.org/project/plone.formwidget.captcha/>`_
  (for Captcha spam protection)

- `plone.formwidget.recaptcha
  <https://pypi.org/project/plone.formwidget.recaptcha/>`_
  (for ReCaptcha spam protection)

- `collective.akismet
  <https://pypi.org/project/collective.akismet/>`_
  (for Akismet spam protection)

- `collective.z3cform.norobots
  <https://pypi.org/project/collective.z3cform.norobots/1.1/>`_
  (provides a "human" captcha widget based on a list of questions/answers)

Note: not all of these may be compatible with the current version of ``plone.app.discussion`` and ``Plone`` itself.


Documentation
=============

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.


Credits
=======

- Timo Stollenwerk
- Martin Aspeli

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 Roeder (for providing and setting up a buildbot)