source: products/qPloneCaptchas/trunk/README.txt @ 2284

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

README.txt file updated

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1Plone Capchas
2=============
3
4qPloneCaptchas is 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
7captchas.net services.
8
9Since version 1.0, the dynamic captchas option is implemented. You can
10switch captchas into dynamic mode in the correspondent configlet. In this
11case, captcha images will be generated on the fly.
12
13Supported Plone versions:
14-------------------------
15
16* 2.0.x
17
18* 2.1.x
19
20* 2.5.x
21
22* 3.0.x - 3.1.7
23
24For Plone version 3.0 and above we recommend you to use eggified package of this
25product - quintagroup.plonecaptchas starting from 2.0 version.
26
27Dependency:
28-----------
29
30PIL with Jpeg and FreeType support
31
32Plugs to:
33---------
34
35* default Plone discussion mechanism
36
37* PloneFormMailer anonymous contact forms
38
39Installation:
40-------------
41
42* Put qPloneCaptchas folder into the Product folder of your instance
43
44* Restart Zope server process
45
46* Install qPloneCaptchas in Plone with Quickinstaller
47
48If qPloneCaptchas is expected to be used with PloneFormMailer, please
49make sure that qPloneCaptchas is installed only after PloneFormMailer product.
50Tested with PloneFormMailer 0.3.
51
52Authors:
53--------
54
55The product is developed by Quintagroup.com 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.