# HG changeset patch # User k0s # Date 1267198934 18000 # Node ID 8d826c3fbb06c33a19446fc995edd832f610640c # Parent 015875d43b91c93815d090011a830af812f9bc40 renames in the README diff -r 015875d43b91 -r 8d826c3fbb06 README.txt --- a/README.txt Wed Feb 24 20:29:22 2010 -0500 +++ b/README.txt Fri Feb 26 10:42:14 2010 -0500 @@ -1,13 +1,13 @@ -CAPTCHA Auth Middleware -======================= +CAPTCHA Middleware +================== -CAPTCHAauthmiddleware is a WSGI middleware python packages for putting +CAPTCHAmiddleware is a WSGI middleware python packages for putting CAPTCHAs on forms for unauthorized users (those that haven't logged in yet). If you aren't authorized -- in python terms, if remote_user is not set on the request -- then CAPTCHAs and a hidden key will be added to forms with ``method=POST``. You will be required to correctly solve the CAPTCHA in order to submit the POST request. Otherwise, the -CAPTCHAauthmiddleware will stop your request and redirect you back to +CAPTCHAmiddleware will stop your request and redirect you back to the form. @@ -53,7 +53,7 @@ then this approach might work for you. -Why does CAPTCHAauthmiddleware look half done? +Why does CAPTCHAmiddleware look half done? ---------------------------------------------- Because it is. This is very much a work in progress. Its target