Changeset 222 for plugins/brain_buster/trunk/README
- Timestamp:
- 02/23/08 22:58:27 (5 months ago)
- Files:
-
- plugins/brain_buster/trunk/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/brain_buster/trunk/README
r213 r222 4 4 Mailing List: http://groups.google.com/group/brainbuster-discuss 5 5 Git Repository (dev happens here): git://github.com/rsanheim/brain_buster.git 6 SVN Repository (read only mirror): http://opensource.thinkrelevance.com/svn/ brain_buster/trunk/6 SVN Repository (read only mirror): http://opensource.thinkrelevance.com/svn/plugins/brain_buster/trunk/ 7 7 8 8 Notes … … 19 19 * How to install fresh in a Rails app? 20 20 21 script/plugin install http://opensource.thinkrelevance.com/svn/ brain_buster/trunk/21 script/plugin install http://opensource.thinkrelevance.com/svn/plugins/brain_buster/trunk/ 22 22 script/generate brain_buster_migration 23 23 rake db:migrate … … 32 32 or 33 33 34 svn checkout http://opensource.thinkrelevance.com/svn/ brain_buster/trunk/ brainbuster34 svn checkout http://opensource.thinkrelevance.com/svn/plugins/brain_buster/trunk/ brainbuster 35 35 36 36 * Need more help? … … 40 40 Intro 41 41 ===== 42 BrainBuster is a logic captcha for Rails. A logic captcha attempts to detect automated responses (ie spambots) by asking a simple ques iton, such as a word puzzle or math question. Logic captchas are often easier for humans to answer then image based captchas, but can exclude foreign users or users with cognitive disabilities.42 BrainBuster is a logic captcha for Rails. A logic captcha attempts to detect automated responses (ie spambots) by asking a simple question, such as a word puzzle or math question. Logic captchas are often easier for humans to answer then image based captchas, but can exclude foreign users or users with cognitive disabilities. 43 43 44 44 Some example question and answers are:
