Metadata-Version: 1.1
Name: ztfy.captcha
Version: 0.2.3
Summary: ZTFY captcha package
Home-page: http://www.ztfy.org
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
Description: ====================
        ztfy.captcha package
        ====================
        
        .. contents::
        
        What is ztfy.captcha ?
        ======================
        
        ztfy.captcha is a small package used to generate "human" verification images called 'captchas',
        which can easily be integrated into public forms to avoid spam.
        
        
        How to use ztfy.captcha ?
        =========================
        
        A set of ztfy.captcha usages are given as doctests in ztfy/captcha/doctests/README.txt
        
        
        Changelog
        =========
        
        0.2.3
        -----
         - created missing ZTK-1.1 branch :-/
        
        0.2.2
        -----
         - added TTF fonts in manifest
        
        0.2.1
        -----
         - replace deprecated sha module with hashlib
         - locate captchaAdapter for security policy
        
        0.2
        ---
         - switch to ZTK-1.1
        
        0.1.1
        -----
         - added CDATA headers to improve XHTML compliance
        
        0.1
        ---
         - initial release
        
Keywords: ZTFY Zope3 captcha package
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
