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

Last change on this file since 1093 was 1093, checked in by chervol, 15 years ago

[releaser] bumped revision

File size: 1.0 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
12Since version 1.0, the dynamic captchas option is 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
16Dependency
17----------
18
19PIL with Jpeg and FreeType support
20
21Plugs to
22--------
23
24* default Plone discussion mechanism
[964]25* join form
26* send to form
[797]27
[1086]28Requirements
29------------
30
31* Plone 3.0+
32
[1085]33Installation
34------------
[797]35
[1085]36See docs/INSTALL.txt for instructions.
[797]37
38Authors
39-------
40
[1085]41The product is developed by Quintagroup team:
[797]42
[1085]43* Volodymyr Cherepanyak
[797]44
[1085]45* Mykola Kharechko
46
47* Vitaliy Stepanov
48
49* Bohdan Koval
50
[797]51Contributors
52------------
53
[1087]54* Dorneles Tremea
[797]55
56Future features
57---------------
58
[1091]59* Configuration of captchas images generation (shade, background, colors etc.)
60
[1093]61zzz
Note: See TracBrowser for help on using the repository browser.