| 1 | Plone Capchas |
|---|
| 2 | ============= |
|---|
| 3 | |
|---|
| 4 | qPloneCaptchas is simple captchas implementation for Plone, designed |
|---|
| 5 | for validation of human input in insecure forms. This is a standalone |
|---|
| 6 | implementation with static captcha images, which does not depend on |
|---|
| 7 | captchas.net services. |
|---|
| 8 | |
|---|
| 9 | Since version 1.0, the dynamic captchas option is implemented. You can |
|---|
| 10 | switch captchas into dynamic mode in the correspondent configlet. In this |
|---|
| 11 | case, captcha images will be generated on the fly. |
|---|
| 12 | |
|---|
| 13 | Supported Plone versions: |
|---|
| 14 | ------------------------- |
|---|
| 15 | |
|---|
| 16 | * 2.0.x |
|---|
| 17 | |
|---|
| 18 | * 2.1.x |
|---|
| 19 | |
|---|
| 20 | * 2.5.x |
|---|
| 21 | |
|---|
| 22 | * 3.0.x - 3.1.7 |
|---|
| 23 | |
|---|
| 24 | For Plone version 3.0 and above we recommend you to use eggified package of this |
|---|
| 25 | product - quintagroup.plonecaptchas starting from 2.0 version. |
|---|
| 26 | |
|---|
| 27 | Dependency: |
|---|
| 28 | ----------- |
|---|
| 29 | |
|---|
| 30 | PIL with Jpeg and FreeType support |
|---|
| 31 | |
|---|
| 32 | Plugs to: |
|---|
| 33 | --------- |
|---|
| 34 | |
|---|
| 35 | * default Plone discussion mechanism |
|---|
| 36 | |
|---|
| 37 | * PloneFormMailer anonymous contact forms |
|---|
| 38 | |
|---|
| 39 | Installation: |
|---|
| 40 | ------------- |
|---|
| 41 | |
|---|
| 42 | * Put qPloneCaptchas folder into the Product folder of your instance |
|---|
| 43 | |
|---|
| 44 | * Restart Zope server process |
|---|
| 45 | |
|---|
| 46 | * Install qPloneCaptchas in Plone with Quickinstaller |
|---|
| 47 | |
|---|
| 48 | If qPloneCaptchas is expected to be used with PloneFormMailer, please |
|---|
| 49 | make sure that qPloneCaptchas is installed only after PloneFormMailer product. |
|---|
| 50 | Tested with PloneFormMailer 0.3. |
|---|
| 51 | |
|---|
| 52 | Authors: |
|---|
| 53 | -------- |
|---|
| 54 | |
|---|
| 55 | The product is developed by Quintagroup.com team: |
|---|
| 56 | |
|---|
| 57 | * Volodymyr Cherepanyak |
|---|
| 58 | |
|---|
| 59 | * Mykola Kharechko |
|---|
| 60 | |
|---|
| 61 | * Vitaliy Stepanov |
|---|
| 62 | |
|---|
| 63 | * Bohdan Koval |
|---|
| 64 | |
|---|
| 65 | Contributors: |
|---|
| 66 | ------------- |
|---|
| 67 | |
|---|
| 68 | * Dorneles Tremea |
|---|
| 69 | |
|---|
| 70 | Future features: |
|---|
| 71 | ---------------- |
|---|
| 72 | |
|---|
| 73 | * Configuration of captchas images generation (shade, background, colors etc.) |
|---|
| 74 | |
|---|
| 75 | Links |
|---|
| 76 | ----- |
|---|
| 77 | |
|---|
| 78 | * home page - http://quintagroup.com/services/plone-development/products/plone-captchas |
|---|
| 79 | |
|---|
| 80 | * screencast - http://quintagroup.com/cms/screencasts/qplonecaptchas/ |
|---|