source: products/quintagroup.plonecaptchas/trunk/README.txt @ 1093

Last change on this file since 1093 was 1093, checked in by chervol, 15 years ago

[releaser] bumped revision

File size: 1.0 KB
Line 
1Plone Captchas
2==============
3
4Introduction
5------------
6
7quintagroup.plonecaptchas is a simple captchas implementation for Plone, designed
8for validation of human input in insecure forms. This is a standalone
9implementation with static captcha images, which does not depend on captchas.net
10services.
11
12Since version 1.0, the dynamic captchas option is implemented. You can
13switch captchas into dynamic mode in the correspondent configlet. In this
14case, captcha images will be generated on the fly.
15
16Dependency
17----------
18
19PIL with Jpeg and FreeType support
20
21Plugs to
22--------
23
24* default Plone discussion mechanism
25* join form
26* send to form
27
28Requirements
29------------
30
31* Plone 3.0+
32
33Installation
34------------
35
36See docs/INSTALL.txt for instructions.
37
38Authors
39-------
40
41The product is developed by Quintagroup team:
42
43* Volodymyr Cherepanyak
44
45* Mykola Kharechko
46
47* Vitaliy Stepanov
48
49* Bohdan Koval
50
51Contributors
52------------
53
54* Dorneles Tremea
55
56Future features
57---------------
58
59* Configuration of captchas images generation (shade, background, colors etc.)
60
61zzz
Note: See TracBrowser for help on using the repository browser.