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

Last change on this file since 1099 was 1099, checked in by olha, 15 years ago

README.txt file updated

File size: 1.6 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
12quintagroup.plonecaptchas has dynamic captchas option implemented. You can
13switch captchas into dynamic mode in the correspondent configlet. In this
14case, captcha images will be generated on the fly.
15
16quintagroup.plonecaptchas is an eggified version of qPloneCaptchas product.
17
18Dependency
19----------
20
21PIL with Jpeg and FreeType support
22
23Plugs to
24--------
25
26* default Plone discussion mechanism
27
28* join form
29
30* send to form
31
32* forms created with PloneFromGen
33
34To make captchas work on forms created with PloneFormGen, please use qPloneCaptchaField product:
35
36 * Home page - http://quintagroup.com/services/plone-development/products/plone-captcha-field
37
38 * Instruction on use - http://projects.quintagroup.com/products/wiki/qPloneCaptchaField
39
40Requirements
41------------
42
43* Plone 3.0+
44
45For earlier Plone versions use qPloneCaptchas product.
46
47Installation
48------------
49
50See docs/INSTALL.txt for instructions.
51
52Authors
53-------
54
55The product is developed by Quintagroup team:
56
57* Volodymyr Cherepanyak
58
59* Mykola Kharechko
60
61* Vitaliy Stepanov
62
63* Bohdan Koval
64
65Contributors
66------------
67
68* Dorneles Tremea
69
70Future features
71---------------
72
73* Configuration of captchas images generation (shade, background, colors etc.)
74
75Links
76-----
77
78* Home page - http://quintagroup.com/services/plone-development/products/plone-captchas
79
80* Screencast - http://quintagroup.com/cms/screencasts/qplonecaptchas/
Note: See TracBrowser for help on using the repository browser.