= A simple equation solver used as a CAPTCHA = == Description == This is a small plugin to present an anonymous user with simple math addition problems in order to submit a new ticket. Currently there is no customization: it presents two integers in the range of 1 - 10 and asks the user to add them together. For the future, would be nice if there were multiple types of math problems presented in a way that wouldn't be easy for a bot to recognize. == Bugs/Feature Requests == Existing bugs and feature requests for MathCaptchaPlugin are [report:9?COMPONENT=MathCaptchaPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=MathCaptchaPlugin&owner=robm new ticket]. == Download == Download the zipped source from [download:mathcaptchaplugin here]. == Source == You can check out MathCaptchaPlugin from [http://trac-hacks.org/svn/mathcaptchaplugin here] using Subversion, or [source:mathcaptchaplugin browse the source] with Trac. == Example == To enable the plugin, add the line: {{{ [components] mathcaptcha.* = enabled }}} to the ''components'' section in trac.ini. == Recent Changes == [[ChangeLog(mathcaptchaplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:robm] [[BR]] '''Contributors:'''