source: products/qPloneCaptchas/tags/1.2.2/README.txt

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

Building directory structure

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1Plone Capchas
2
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.
10
11Supported Plone versions:
12
13    * 2.0.x
14    * 2.1.x
15    * 2.5.x
16
17Dependency:
18
19    PIL with Jpeg and FreeType support
20
21Plugs to:
22
23    * default Plone discussion mechanism
24    * PloneFormMailer anonymous contact forms
25
26
27Install:
28
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.
31
32
33The product is developed by Quintagroup.com team.
34
35    Volodymyr Cherepanyak - chervol@quintagroup.com
36    Mykola Kharechko - crchemist@quintagroup.com
37
38Future features:
39
40    * Configuration of captchas images generation (shade, background, colors etc.)
Note: See TracBrowser for help on using the repository browser.