source: products/quintagroup.plonecaptchas/trunk/quintagroup.plonecaptchas.egg-info/PKG-INFO @ 804

Last change on this file since 804 was 797, checked in by chervol, 17 years ago

initial import

File size: 2.4 KB
Line 
1Metadata-Version: 1.0
2Name: quintagroup.plonecaptchas
3Version: 2.0.0dev
4Summary: quintagroup.plonecaptchas is simple captchas implementation for Plone, designed for validating human input in insecure forms.
5Home-page: http://svn.quintagroup.com/products/quintagroup.plonecaptchas
6Author: Quintagroup
7Author-email: support@quintagroup.com
8License: GPL
9Description: Plone Capchas
10        =============
11       
12        Introduction
13        ------------
14       
15        quintagroup.plonecaptchas is simple captchas implementation for Plone, designed
16        for validating human input in insecure forms. This is a standalone
17        implementation with static captcha images, which does not depend on captchas.net
18        services.
19       
20        Since version 1.0, the dynamic captchas option is implemented. You can
21        switch captchas into dynamic mode in correspondent configlet. In this
22        case, captcha images will be generated on the fly.
23       
24        Dependency
25        ----------
26       
27        PIL with Jpeg and FreeType support
28       
29       
30        Plugs to
31        --------
32       
33        * default Plone discussion mechanism
34       
35        Install
36        -------
37       
38        Install quintagroup.plonecaptchas with QuickInstaller.
39       
40        Authors
41        -------
42       
43        The product is developed by Quintagroup_ team:
44       
45        * `Volodymyr Cherepanyak`_
46        * `Mykola Kharechko`_
47        * `Vitaliy Stepanov`_
48        * `Bohdan Koval`_
49       
50        Contributors
51        ------------
52       
53        * `Dorneles Tremea`_
54       
55        Future features
56        ---------------
57       
58        * Configuration of captchas images generation (shade, background, colors etc.)
59       
60        .. _Quintagroup: http://quintagroup.com/
61        .. _Volodymyr Cherepanyak: mailto:chervol@quintagroup.com
62        .. _Mykola Kharechko: mailto:crchemist@quintagroup.com
63        .. _Vitaliy Stepanov: mailto:liebster@quintagroup.com
64        .. _Bohdan Koval: mailto:koval@quintagroup.com
65        .. _Dorneles Tremea: mailto:dorneles@tremea.com
66       
67        Changelog
68        =========
69       
70        2.0.0 - Unreleased
71        ----------------
72       
73        * Initial release
74       
75       
76Keywords: plone captcha
77Platform: UNKNOWN
78Classifier: Framework :: Plone
79Classifier: Programming Language :: Python
80Classifier: Topic :: Software Development :: Libraries :: Python Modules
Note: See TracBrowser for help on using the repository browser.