=========================== Captcha Plugin Architecture =========================== This document contains design notes for the plone.app.discussion Captcha plugin architecture. It also explains how to write your own Captcha plugin (???). Currently there are two plugins that work with plone.app.discussion: 1) plone.formwidget.captcha 2) plone.formwidget.recaptcha 1) Captcha plugin must provide the feature "plone.app.discussion-captcha": Add this to your configure.zcml:: ... For examples have a look at plone.formwidget.captcha https://svn.plone.org/svn/plone/plone.formwidget.captcha/trunk/plone/formwidget/captcha/configure.zcml