Changeset 669
- Timestamp:
- 11/29/06 03:11:13
- Files:
-
- qPloneCaptchas/trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/README.txt
r668 r669 1 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 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.3 Starting from version 1.0 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: … … 21 21 If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product. 22 22 23 24 The product is developed by Quintagroup.com team. 25 23 26 Authors: 24 27 … … 26 29 Mykola Kharechko - crchemist@quintagroup.com 27 30 28 Future :31 Future features: 29 32 30 * Options for captchas images generation33 * Configuration of captchas images generation (shade, background, colors etc.)
