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
RevLine 
[1085]1Plone Captchas
2==============
[797]3
4Introduction
5------------
6
[1085]7quintagroup.plonecaptchas is a simple captchas implementation for Plone, designed
8for validation of human input in insecure forms. This is a standalone
[797]9implementation with static captcha images, which does not depend on captchas.net
10services.
11
[1099]12quintagroup.plonecaptchas has dynamic captchas option implemented. You can
[1085]13switch captchas into dynamic mode in the correspondent configlet. In this
[797]14case, captcha images will be generated on the fly.
15
[1099]16quintagroup.plonecaptchas is an eggified version of qPloneCaptchas product.
17
[797]18Dependency
19----------
20
21PIL with Jpeg and FreeType support
22
23Plugs to
24--------
25
26* default Plone discussion mechanism
[1099]27
[964]28* join form
[1099]29
[964]30* send to form
[797]31
[1099]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
[1086]40Requirements
41------------
42
43* Plone 3.0+
44
[1099]45For earlier Plone versions use qPloneCaptchas product.
46
[1085]47Installation
48------------
[797]49
[1085]50See docs/INSTALL.txt for instructions.
[797]51
52Authors
53-------
54
[1085]55The product is developed by Quintagroup team:
[797]56
[1085]57* Volodymyr Cherepanyak
[797]58
[1085]59* Mykola Kharechko
60
61* Vitaliy Stepanov
62
63* Bohdan Koval
64
[797]65Contributors
66------------
67
[1087]68* Dorneles Tremea
[797]69
70Future features
71---------------
72
[1091]73* Configuration of captchas images generation (shade, background, colors etc.)
74
[1099]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.