source: products/qPloneCaptchas/branches/plone-3.1/README.txt

Last change on this file was 174, checked in by fenix, 18 years ago

Tagging 0.3.0 version of product

  • Property svn:eol-style set to native
File size: 1.2 KB
RevLine 
[1]1Plone Capchas
2
[174]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.
[1]7
[174]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.
[1]11
[174]12
[1]13Supported Plone versions:
14
15    * 2.0.x
16    * 2.1.x
17    * 2.5.x
[174]18    * 3.x
[1]19
[174]20
[1]21Dependency:
22
23    PIL with Jpeg and FreeType support
24
[174]25
[1]26Plugs to:
27
28    * default Plone discussion mechanism
29    * PloneFormMailer anonymous contact forms
30
31
32Install:
33
[174]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.
[1]37
38
[174]39Authors:
[1]40
[174]41    The product is developed by Quintagroup.com team:
[1]42
[174]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
[1]53Future features:
54
55    * Configuration of captchas images generation (shade, background, colors etc.)
Note: See TracBrowser for help on using the repository browser.