[Python-modules-commits] r6361 - in packages/python-recaptcha/trunk/debian (control)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Mon Aug 25 19:24:10 UTC 2008
Date: Monday, August 25, 2008 @ 19:24:09
Author: bernat
Revision: 6361
Improvements of description, thanks to Ben Finney.
Modified:
packages/python-recaptcha/trunk/debian/control
Modified: packages/python-recaptcha/trunk/debian/control
===================================================================
--- packages/python-recaptcha/trunk/debian/control 2008-08-25 19:14:54 UTC (rev 6360)
+++ packages/python-recaptcha/trunk/debian/control 2008-08-25 19:24:09 UTC (rev 6361)
@@ -14,8 +14,8 @@
Depends: ${misc:Depends}, ${python:Depends}, python-crypto
XB-Python-Version: ${python:Versions}
Description: reCAPTCHA and Mailhide client modules
- This Python package provides modules for both reCAPTCHA and reCAPTCHA
- Mailhide.
+ This Python package provides modules implementing clients for both
+ reCAPTCHA and reCAPTCHA Mailhide.
.
reCAPTCHA helps prevent automated abuse of web sites (such as comment
spam or bogus registrations) by using a CAPTCHA to ensure that only
@@ -24,7 +24,7 @@
reCAPTCHA Mailhide allows web sites to obfuscate email addresses,
revealing them only if a reCAPTCHA is solved.
.
- These modules access a free (as in free beer) web service that
- requires sites running the reCAPCHA client to register for an API
- key. On the other hand, no imaging libraries or complex computations
- are needed to generate and check CAPTCHAs.
+ These modules access a web service that requires sites running the
+ reCAPCHA client to register (at no cost) for an API key. On the other
+ hand, no imaging libraries or complex computations are needed to
+ generate and check CAPTCHAs.
More information about the Python-modules-commits
mailing list