== Quintagroup Plone Captchas == The Captchas products story started back in 2006 with '''qPloneCaptchas''' Plone product which supported Plone versions 2.0.x, 2.1.x and 2.5.x. Later it was refactored into '''quintagroup.plonecaptchas''' package which supported Plone versions 3.0.x-3.3.x. From version 3.0 and on quintagroup.plonecaptchas goes though another refactoring: * the standard Plone customizations (Join, Send this page, Contact Us, Reply) are staying in quintagroup.plonecaptchas * the captchas core rendering and validation functionality are factored into '''quintagroup.captcha.core''' package We are adding the following three packages to the stack: * '''quintagroup.captcha.pfg''' (earlier known as qPloneCaptchasField) * '''quintagroup.captcha.formlib''' contains formlib field and widget * '''quintagroup.captcha.z3cform''' contains z3cform field and widget All the stack is set up as dependency for quintagroup.plonecaptchas, so you just need to mention them in your buildout to get all captcha packages. ---------------------------------------------- == quintagroup.captcha.core == Quintagroup Captcha Core allows configure captchas on your Plone site: its size, color, etc. After its installation you'll see '''Plone captchas setup''' option under Add-on Product Configuration in Site Setup. [[Image(captcha-core.png, nolink)]] ---------------------------------------------- == quintagroup.plonecaptchas == quintagroup.plonecaptchas adds captcha support to Plone, it works together with quintagroup.captcha.core. With these products installed captchas will be added to Plone's ''Send this'' form, and Plone's default discussion mechanism: ''Add Comment'' and ''Reply'' forms. It is not applied to ''Contact Us'' and ''Join'' forms. [[Image(add-comment.png, nolink)]] ---------------------------------------------- == quintagroup.captcha.pfg == quintagroup.captcha.pfg (former qPloneCaptchasField product) Що стосується captcha для PloneFormGen - продукт буде називатися quintagroup.captcha.pfg (аналогічно до інших quintagroup.captcha...) чи quintagroup.pfg.captcha (так як в SVN-ні)?