source: products/qPloneCaptchas/tags/1.3.1/README.txt @ 458

Last change on this file since 458 was 61, checked in by piv, 18 years ago

Menu editor included

  • 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    * 3.0.x
17
18Dependency:
19
20    PIL with Jpeg and FreeType support
21
22Plugs to:
23
24    * default Plone discussion mechanism
25    * PloneFormMailer anonymous contact forms
26
27
28Install:
29
30    If qPloneCaptchas is expected to be used with PloneFormMailer please make sure
31    that qPloneCaptchas installed only after the product. Tested with PloneFormMailer 0.3.
32
33
34The product is developed by Quintagroup.com team.
35
36    Volodymyr Cherepanyak - chervol@quintagroup.com
37    Mykola Kharechko - crchemist@quintagroup.com
38
39Future features:
40
41    * Configuration of captchas images generation (shade, background, colors etc.)
Note: See TracBrowser for help on using the repository browser.