|
Revision 669
(checked in by chervol, 2 years ago)
|
readme update
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 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 |
|
|---|
| 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 |
|
|---|
| 5 |
Supported Plone versions: |
|---|
| 6 |
2.0.x |
|---|
| 7 |
2.1.x |
|---|
| 8 |
2.5.x |
|---|
| 9 |
|
|---|
| 10 |
Dependency: |
|---|
| 11 |
PIL |
|---|
| 12 |
|
|---|
| 13 |
Plugs to: |
|---|
| 14 |
|
|---|
| 15 |
* default Plone discussion mechanism |
|---|
| 16 |
* PloneFormMailer anonymous contact forms |
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
Install: |
|---|
| 20 |
|
|---|
| 21 |
If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product. |
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
The product is developed by Quintagroup.com team. |
|---|
| 25 |
|
|---|
| 26 |
Authors: |
|---|
| 27 |
|
|---|
| 28 |
Volodymyr Cherepanyak - chervol@quintagroup.com |
|---|
| 29 |
Mykola Kharechko - crchemist@quintagroup.com |
|---|
| 30 |
|
|---|
| 31 |
Future features: |
|---|
| 32 |
|
|---|
| 33 |
* Configuration of captchas images generation (shade, background, colors etc.) |
|---|