source: products/qPloneCaptchas/trunk/README.txt @ 241

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

Plone-2.1 compatibility, configurable type list

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1Plone Capchas
2
3    qPloneCaptchas is simple captchas implementation for Plone, designed
4    for validating human input in insecure forms. This is a standalone
5    implementation with static captcha images, which does not depend on
6    captchas.net services.
7
8    Since version 1.0, the dynamic captchas option is implemented. You can
9    switch captchas into dynamic mode in correspondent configlet. In this
10    case, captcha images will be generated on the fly.
11
12
13Supported Plone versions:
14
15    * 2.0.x
16    * 2.1.x
17    * 2.5.x
18    * 3.x
19
20
21Dependency:
22
23    PIL with Jpeg and FreeType support
24
25
26Plugs to:
27
28    * default Plone discussion mechanism
29    * PloneFormMailer anonymous contact forms
30
31
32Install:
33
34    If qPloneCaptchas is expected to be used with PloneFormMailer please
35    make sure that qPloneCaptchas is installed only after the product.
36    Tested with PloneFormMailer 0.3.
37
38
39Authors:
40
41    The product is developed by Quintagroup.com team:
42
43    * Volodymyr Cherepanyak - chervol@quintagroup.com
44
45    * Mykola Kharechko - crchemist@quintagroup.com
46
47
48Contributors:
49
50    * Dorneles Tremea - dorneles@tremea.com
51
52
53Future features:
54
55    * Configuration of captchas images generation (shade, background, colors etc.)
Note: See TracBrowser for help on using the repository browser.