Changeset 904
- Timestamp:
- 07/10/07 03:29:00
- Files:
-
- qPloneCaptchas/trunk/README.txt (modified) (2 diffs)
- qPloneCaptchas/trunk/history.txt (modified) (1 diff)
- qPloneCaptchas/trunk/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/README.txt
r673 r904 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. 1 Plone Capchas 2 2 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. 3 qPloneCaptchas is simple captchas implementation for Plone, designed for validation 4 human input in insecure forms. This is standalone implementation with static captcha 5 images, which does not depend on captchas.net services. 6 7 Starting from version 1.0 dynamic captchas option implemented. You can switch 8 captchas into dynamic mode in correspondent configlet. In this case captcha images 9 will be generated on the fly. 4 10 5 11 Supported Plone versions: 6 2.0.x 7 2.1.x 8 2.5.x 12 13 * 2.0.x 14 * 2.1.x 15 * 2.5.x 9 16 10 17 Dependency: 11 PIL 18 19 PIL with Jpeg and FreeType support 12 20 13 21 Plugs to: … … 19 27 Install: 20 28 21 If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product. Tested with PloneFormMailer 0.3. 29 If qPloneCaptchas is expected to be used with PloneFormMailer please make sure 30 that qPloneCaptchas installed only after the product. Tested with PloneFormMailer 0.3. 22 31 23 32 24 33 The product is developed by Quintagroup.com team. 25 34 26 Authors: 27 28 Volodymyr Cherepanyak - chervol@quintagroup.com 29 Mykola Kharechko - crchemist@quintagroup.com 35 Volodymyr Cherepanyak - chervol@quintagroup.com 36 Mykola Kharechko - crchemist@quintagroup.com 30 37 31 38 Future features: qPloneCaptchas/trunk/history.txt
r873 r904 1 1.2.2 - July 10, 2007 2 ============================== 3 4 * fix problem with redirect in PloneFormMailer 5 6 7 1.2.1 - June 21, 2007 8 ============================== 9 10 * fixed translation problem in plone-2.1.4. 11 12 1 13 1.2.0 - April 24, 2007 2 14 ============================== qPloneCaptchas/trunk/version.txt
r891 r904 1 1.2. 11 1.2.2
