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

Last change on this file since 1591 was 1453, checked in by olha, 14 years ago

README.txt updated with info about installation with Plone Comments

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