Changeset 667
- Timestamp:
- 11/28/06 11:32:07
- Files:
-
- qPloneCaptchas/trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/README.txt
r666 r667 1 qPloneCaptchas is simple captchas implementa sion for Plone, designed for validation human input in unsecure forms. This is standalone implementation with static captcha images, which does not depend on captchas.net services.1 qPloneCaptchas is simple captchas implementation for Plone, designed for validation human input in insecure forms. This is standalone implementation with static captcha images, which does not depend on captchas.net services. 2 2 3 3 Dynamic captchas option implemented. You can switch captchas into dynamic mode in correspondent configlet. In this case captcha images will be generated on the fly. 4 4 5 5 Supported Plone versions: 6 2.0. 57 2.1. 28 2.5 6 2.0.x 7 2.1.x 8 2.5.x 9 9 10 10 Dependency: … … 13 13 Plugs to: 14 14 15 * default Plone discu tion mechanism15 * default Plone discussion mechanism 16 16 * PloneFormMailer anonymous contact forms 17 17 … … 28 28 Future: 29 29 30 * Options for captchas images generation30 * Options for captchas images generation
