[Python-modules-commits] r6348 - in packages/python-recaptcha/trunk/debian (control)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Aug 24 10:06:15 UTC 2008


    Date: Sunday, August 24, 2008 @ 10:06:14
  Author: bernat
Revision: 6348

Fix package description, thanks to Justin Rye

Modified:
  packages/python-recaptcha/trunk/debian/control

Modified: packages/python-recaptcha/trunk/debian/control
===================================================================
--- packages/python-recaptcha/trunk/debian/control	2008-08-24 09:55:21 UTC (rev 6347)
+++ packages/python-recaptcha/trunk/debian/control	2008-08-24 10:06:14 UTC (rev 6348)
@@ -12,17 +12,18 @@
 Package: python-recaptcha
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
-Description: implementation of reCAPTCHA and Mailhide in Python
- This Python modules provides a plugin for both reCAPTCHA and
- reCAPTCHA Mailhide.
+Description: reCAPTCHA and Mailhide client modules
+ This Python package provides modules for both reCAPTCHA and reCAPTCHA
+ Mailhide.
  .
- reCAPTCHA helps prevent automated abuse of web site (such as comment
+ reCAPTCHA helps prevent automated abuse of web sites (such as comment
  spam or bogus registrations) by using a CAPTCHA to ensure that only
  humans perform certain actions.
  .
- reCAPTCHA Mailhide allows to obfuscate email addresses such that the
- original email address is delivered only if a reCAPTCHA is solved.
+ reCAPTCHA Mailhide allows web sites to obfuscate email addresses,
+ revealing them only if a reCAPTCHA is solved.
  .
- This plugin uses a free (as in free beer) web service that requires
- to register to get an API key. On the other hand, no imaging library
- or complex computation are needed to generate and check CAPTCHA.
+ 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.




More information about the Python-modules-commits mailing list