0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Captchator as Rack middleware, and helpers for sinatra.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.7.15
~> 1.3.0
 Project Readme
## Rack::Captchachacha ##

Rack middleware for using the captchator.com service http://captchator.com/.

## NOTE! ##

THIS IS NO LONGER MAINTAINED AND THE SERVICE IT CALLED IS NO LONGER UP.

FORK AND/OR USE AT YOUR OWN RISK.

### Usage ###

#### Sinatra ####

    ## app.rb
    require 'rack/captchachacha'
    use Rack::Captchachacha
    helpers Rack::Recaptcha::Helpers

There is a longer example on my blog, http://iainbarnett.me.uk/posts/Using-rack-captchachacha/ 

### Acknowledgments ###

The vast majority of this code comes from sinatra-captcha https://github.com/bmizerany/sinatra-captcha and rack-recaptcha https://github.com/achiu/rack-recaptcha

Many thanks to Blake Mizerany, the author of sinatra-captcha, and Arthur Chiu, author of rack-recaptcha for making their code public.