I understand where your coming from the django-recaptcha introduces a whole new level of webserver complexity as django is a python based web framework, and would require a high learning curve to implement it. you would also need to run apache's wsgi module as well.
On Thu, Jan 31, 2013 at 11:58 AM, Robinson Tryon <[email protected]>wrote: > On Thu, Jan 31, 2013 at 2:54 AM, Jonathan Aquilina > <[email protected]> wrote: > > No need to re roll anything all you have to do and anyone with a google > > account can sign up with it if there is a plugin all you need to do is > > provide the recaptcha keys. > > Provide the keys to which plugin? > > > > > Its very simple to do and integrate i am running 12 wordpress sites and > they > > are all using it. > > Right, but that integration is so simple because there's a plugin for > Wordpress to use RECAPTCHA. I haven't found anything like > that for Askbot yet. That's why I suggested that we could consider > rolling something ourselves. > > This project looks promising: https://github.com/praekelt/django-recaptcha > > --R > -- Jonathan Aquilina -- Unsubscribe instructions: E-mail to [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/website/ All messages sent to this list will be publicly archived and cannot be deleted
