Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 75cfb5cdcd44ba7baabc6b29a4e92bec > files > 44

django-recaptcha-works-0.3.4-1.fc15.noarch.rpm

Metadata-Version: 1.0
Name: django-recaptcha-works
Version: 0.3.4
Summary: django-recaptcha-works provides a Django form field that integrates the reCaptcha service.
Home-page: http://www.codetrax.org/projects/django-recaptcha-works
Author: George Notaras
Author-email: gnot [at] g-loaded.eu
License: BSD License
Download-URL: https://source.codetrax.org/hgroot/django-recaptcha-works
Description: 
        *django-recaptcha-works* provides a Django form field that integrates the
        reCaptcha service. It is released under the terms of the BSD License.
        
        This reCaptcha implementation has no extra requirements other than Django.
        
        The app is based on the code `snippet 1644 <http://djangosnippets.org/snippets/1644/>`_
        as published by *Chris Beaven* (aka SmileyChris).
        
        The original code has been further modified by *George Notaras* in order to
        implement the following:
        
        - transform the snippet to a Django application release
        - add SSL support for both the captcha presentation and the communication with the reCaptcha servers 
        - migration to the Google-hosted reCaptcha API
        - extension of the available application settings
        - addition of a decorator that adds the remote IP to the submitted form
        - support for overriding the reCaptcha field validation to facilitate
          form testing
        
        More information
        ----------------
        More information about the installation, configuration and usage of this
        application can be found in the *HELP* file inside the distribution package
        or in the project's
        `wiki <http://www.codetrax.org/projects/django-recaptcha-works/wiki>`_.
        
        Bugs and new features
        ---------------------
        In case you run into any problems while using this application it is highly
        recommended you file a bug report at the project's
        `issue tracker <http://www.codetrax.org/projects/django-recaptcha-works/issues>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules