Metadata-Version: 1.0
Name: django-recaptcha-mozilla
Version: 0.0.1
Summary: Mozilla fork of django recaptcha form field/widget app.
Home-page: http://github.com/mozilla/django-recaptcha
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Mozilla fork of:
        
        http://github.com/praekelt/django-recaptcha
        
        Originally written by the Praekelt Foundation.
        
        Inspired by
        ===========
        Marco Fucci @ http://www.marcofucci.com/tumblelog/26/jul/2009/integrating-recaptcha-with-django/
        
        
        Requirements
        ===========
        This version requires a custom version of the python-recaptcha library to provide ssl support for submit.
        You can get the required version here:
        
        http://github.com/bltravis/python-recaptcha
        
        Add a new setting to your Django project settings file (eg.):
        
        RECAPTCHA_USE_SSL = True
        
        If you don't add this setting, the code is written to default to **NOT** use SSL.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
