root/qPloneCaptchas/tags/1.2.2/README.txt

Revision 904 (checked in by crchemist, 2 years ago)

Preparing 1.2.2 release

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