Re: newforms captcha field

2007-05-29 Thread Martin Winkler
Thanks "itsnotvalid" and SmileyChris for your replys. Unfortunately "reCAPTCHA" does not fulfil my needs, because it has an english-only interface, and just english words - at least for the time being. I think, I'll have to do my own approach: * A directory containing small images for backgroun

Re: newforms captcha field

2007-05-27 Thread SmileyChris
On May 27, 11:34 pm, itsnotvalid <[EMAIL PROTECTED]> wrote: > I am hearing somthing called ReCAPTCHA (http://www.recaptcha.net, > powered by Django ;-) ) which is basically an online captcha service > API. You may want to look into them as well. I've got a mostly complete newforms implementation

Re: newforms captcha field

2007-05-27 Thread itsnotvalid
I am hearing somthing called ReCAPTCHA (http://www.recaptcha.net, powered by Django ;-) ) which is basically an online captcha service API. You may want to look into them as well. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

newforms captcha field

2007-05-27 Thread Martin Winkler
Hi all, I'd be interested in creating a newforms captcha field - did someone already create something like that? Is there general interest in this kind of stuff? Would there be any chance in putting into trunk when there are code, tests and documentation? I am already aware of the pyca