source: products/qPloneCaptchas/tags/1.0/README.txt @ 2284

Last change on this file since 2284 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 997 bytes
RevLine 
[1]1qPloneCaptchas 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
3Starting 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
5Supported Plone versions:
6    2.0.x
7    2.1.x
8    2.5.x
9
10Dependency:
11    PIL
12
13Plugs to:
14
15    * default Plone discussion mechanism
16    * PloneFormMailer anonymous contact forms
17
18
19Install:
20
21If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product.
22
23
24The product is developed by Quintagroup.com team.
25
26Authors:
27
28Volodymyr Cherepanyak - chervol@quintagroup.com
29Mykola Kharechko - crchemist@quintagroup.com
30
31Future features:
32
33    * Configuration of captchas images generation (shade, background, colors etc.)
Note: See TracBrowser for help on using the repository browser.