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

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

README.txt and HISTORY.txt files updated

File size: 1.9 KB
Line 
1Plone Captchas
2==============
3
4quintagroup.plonecaptchas is a simple captchas implementation for Plone, designed
5for validation of human input in insecure forms. This is a standalone
6implementation with static captcha images, which does not depend on captchas.net
7services.
8
9quintagroup.plonecaptchas has dynamic captchas option implemented. You can
10switch captchas into dynamic mode in the correspondent configlet. In this
11case, captcha images will be generated on the fly.
12
13Requirements
14------------
15
16* Plone 3.0 and above
17
18For earlier Plone versions - use 1.3.4 version of qPloneCaptchas product for use on forms
19created with PloneFormMailer product.
20
21Dependency
22----------
23
24PIL with Jpeg and FreeType support
25
26Plone Captchas plugs to
27-----------------------
28
29* default Plone discussion mechanism
30
31* join form
32
33* send_to form
34
35* forms created with PloneFormGen
36
37Plone Captchas on PloneFormGen forms
38------------------------------------
39
40To make captchas work on forms created with PloneFormGen, please use qPloneCaptchaField product:
41
42* Plone Captcha Field home page - http://quintagroup.com/services/plone-development/products/plone-captcha-field
43
44* Instruction on use - http://projects.quintagroup.com/products/wiki/qPloneCaptchaField
45 
46* Plone Captcha Field Screencast - http://quintagroup.com/cms/screencasts/qplonecaptchafield
47
48Installation
49------------
50
51See docs/INSTALL.txt for instructions.
52
53Authors
54-------
55
56The product was developed by Quintagroup team:
57
58* Volodymyr Cherepanyak
59
60* Mykola Kharechko
61
62* Vitaliy Stepanov
63
64* Bohdan Koval
65
66Contributors
67------------
68
69* Dorneles Tremea
70
71Future features
72---------------
73
74* Configuration of captchas images generation (shade, background, colors etc.)
75
76Links
77-----
78
79* Plone Captchas home page - http://quintagroup.com/services/plone-development/products/plone-captchas
80
81* Plone Captchas Screencasts - http://quintagroup.com/cms/screencasts/qplonecaptchas
Note: See TracBrowser for help on using the repository browser.