Remove collective.akismet from the captcha documentation.
svn path=/plone.app.discussion/trunk/; revision=37915
This commit is contained in:
parent
c3320def88
commit
85d5b823b0
@ -9,9 +9,8 @@ Introduction
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
When a Captcha plugin (e.g. plone.formwidget.captcha or
|
When a Captcha plugin (e.g. plone.formwidget.captcha or
|
||||||
plone.formwidget.recaptcha, collective.akismet) is installed,
|
plone.formwidget.recaptcha) is installed, plone.app.discussion extends the
|
||||||
plone.app.discussion extends the comment form with a Captcha field/widget and a
|
comment form with a Captcha field/widget and a Captcha validator.
|
||||||
Captcha validator.
|
|
||||||
|
|
||||||
The form extender and validator are only registered if there is a plugin
|
The form extender and validator are only registered if there is a plugin
|
||||||
installed that claims to provide the "plone.app.discussion-captcha" feature in
|
installed that claims to provide the "plone.app.discussion-captcha" feature in
|
||||||
@ -30,15 +29,14 @@ its configure.zcml file::
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Currently plone.formwidget.captcha, plone.formwidget.recaptcha, and
|
Currently plone.formwidget.captcha and plone.formwidget.recaptcha claim to
|
||||||
collective.akismet provide such a feature. If you want to write your own
|
provide such a feature. If you want to write your own Captcha plugin, it has
|
||||||
Captcha plugin, it has to provide this feature as well.
|
to provide this feature as well.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
* https://svn.plone.org/svn/plone/plone.formwidget.captcha/trunk/plone/formwidget/captcha/meta.zcml
|
* https://svn.plone.org/svn/plone/plone.formwidget.captcha/trunk/plone/formwidget/captcha/meta.zcml
|
||||||
* https://svn.plone.org/svn/plone/plone.formwidget.recaptcha/trunk/plone/formwidget/recaptcha/meta.zcml
|
* https://svn.plone.org/svn/plone/plone.formwidget.recaptcha/trunk/plone/formwidget/recaptcha/meta.zcml
|
||||||
* https://svn.plone.org/svn/collective/collective.akismet/trunk/collective/akismet/meta.zcml
|
|
||||||
|
|
||||||
|
|
||||||
CaptchaExtender
|
CaptchaExtender
|
||||||
|
Loading…
Reference in New Issue
Block a user