Metadata-Version: 1.0
Name: quintagroup.captcha.core
Version: 0.4.1
Summary: A core package of simple captcha implementation
Home-page: http://svn.quintagroup.com/products/quintagroup.captcha.core
Author: Quintagroup
Author-email: support@quintagroup.com
License: GPL
Description: Introduction
        ============
        
        Quintagroup Captcha Core (quintagroup.captcha.core) is a core package of simple
        captcha implementation. It allows to configure captchas on your Plone site. 
        
        This product works together with other Quintagroup captcha products.
        To protect standard Plone forms with captcha - use quintagroup.plonecaptchas package.
        http://plone.org/products/plone-captchas/  
        
        quintagroup.captcha.core Usage
        ------------------------------
        
        After product installation you'll see 'Plone captchas setup' option under 
        'Add-on Product Configuration' in Site Setup. There you can select what kind 
        of captchas you want to appear: either static or dynamic. In case you select 
        dynamic - captcha images will be generated on the fly and you will be able to
        configure captchas look by using different font sizes, background and font 
        colours, period, amplitude, random values.
        
        Compatibility
        -------------
        
        * Plone 3.x
        * Plone 4.0.x
        * Plone 4.1
        
        Links
        -----
        
        * Documentation - http://projects.quintagroup.com/products/wiki/quintagroup.captcha.core
        * SVN Repository - http://svn.quintagroup.com/products/quintagroup.captcha.core
        
        Notes
        -----
        
        * If you want captcha for Plone default forms - use quintagroup.plonecaptchas product http://projects.quintagroup.com/products/wiki/quintagroup.plonecaptchas
        
        * If you want captcha support for PloneFormGen forms - use quintagroup.pfg.captcha product http://projects.quintagroup.com/products/wiki/quintagroup.pfg.captcha
        
        Authors
        -------
        
        The product is developed and maintained by http://quintagroup.com team.
        
        * Andriy Mylenkyy
        * Volodymyr Cherepanyak
        
        Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2010
        
        
        Changelog
        =========
        
        0.4.1 - (2013-02-11)
        ------------------
        
        * Fixed ValueError on validation for dynamic captcha [kroman0]
        
        * Fixed AttributeError on validation [kroman0]
        
        0.4 - (2013-01-17)
        ------------------
        
        * Updated pt_BR translation [cleber_jsantos]
        
        * Updated classifiers [vmaksymiv]
        
        * Cleanup code [vmaksymiv]
        
        * Fixed ValueError on validation [kroman0] 
        
        0.3 - (2011-07-22)
        ------------------
        
        * Plone 4.1 comopatibility release [chervol]
        
        0.2.4 - (2010-09-08)
        --------------------
        
        * removed tabindex from configlet [chervol]
        
        0.2.3 -(2010-09-08)
        -------------------
        
        * fixed import errors [chervol]
        
        0.2.2 - (2010-07-19)
        --------------------
        
        * Added German translation
          [Fabian Reinhard]
        
        
        0.2.1 (2010-06-17)
        ------------------
        
        * Fixed captcha_widget issue
          (http://plone.org/products/plone-comments/issues/5)
          [mylan]
        
        
        0.2 - June 9, 2010
        ------------------
        
        * Added Plone-4 support [mylan, kroman0]
        * Added italian translation [kroman0]
        * Updated translations [olha, mylan]
        * Added, updated tests [mylan]
        
        
        0.1 - Apr 7, 2010
        -----------------
        
        * Initial release
        
Keywords: plone captcha
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.2
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
