Changeset 662
- Timestamp:
- 11/28/06 06:40:44
- Files:
-
- qPloneCaptchas/trunk/LICENSE.GPL (added)
- qPloneCaptchas/trunk/README.txt (modified) (3 diffs)
- qPloneCaptchas/trunk/history.txt (modified) (2 diffs)
- qPloneCaptchas/trunk/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/README.txt
r661 r662 1 1 qPloneCaptchas is simple captchas implementasion 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. 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. 2 4 3 5 Supported Plone versions: … … 6 8 2.5 7 9 10 Dependency: 11 PIL 12 8 13 Plugs to: 9 14 10 15 * default Plone discution mechanism 11 * qPloneComments anonymous commenting way12 16 * PloneFormMailer anonymous contact forms 17 13 18 14 19 Install: 15 20 16 If qPloneCaptchas is expected to be used with qPloneComments or PloneFormMailer please make sure that qPloneCaptchas installed only after these products.21 If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product. 17 22 18 23 Authors: … … 22 27 23 28 Future: 24 * Dynamic captchas option implementation depending on PIL presence. 29 25 30 * Options for captchas images generation qPloneCaptchas/trunk/history.txt
r661 r662 1 1.0 - November 28, 2006 2 ============================== 3 4 * qPloneComments related code moved to the comments product 5 6 * refactored skins for easier dynamic/static captchas switch 7 8 1 9 0.9 - Released October 9, 2006 2 10 ============================== … … 4 12 * Added implementation of dynamic generation of captcha images using PIL 5 13 6 * Changed verification method of entered catcha word. 14 * Changed verification method of entered catchas word. 15 16 * Implemented locking for used captchas keys to prevent possibility the past keys reusage. 17 18 * Support of Plone 2.5 added qPloneCaptchas/trunk/version.txt
r661 r662 1 0.9 1 1.0
