Changes between Initial Version and Version 1 of MathCaptchaPlugin


Ignore:
Timestamp:
Jul 28, 2008, 1:23:22 PM (16 years ago)
Author:
Rob McMullen
Comment:

New hack MathCaptchaPlugin, created by robm

Legend:

Unmodified
Added
Removed
Modified
  • MathCaptchaPlugin

    v1 v1  
     1= A simple equation solver used as a CAPTCHA =
     2
     3== Description ==
     4
     5This 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.
     6
     7For 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.
     8
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for MathCaptchaPlugin are
     13[report:9?COMPONENT=MathCaptchaPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=MathCaptchaPlugin&owner=robm new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:mathcaptchaplugin here].
     21
     22== Source ==
     23
     24You can check out MathCaptchaPlugin from [http://trac-hacks.org/svn/mathcaptchaplugin here] using Subversion, or [source:mathcaptchaplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28To enable the plugin, add the line:
     29
     30{{{
     31[components]
     32mathcaptcha.* = enabled
     33}}}
     34
     35to the ''components'' section in trac.ini.
     36
     37
     38== Recent Changes ==
     39
     40[[ChangeLog(mathcaptchaplugin, 3)]]
     41
     42== Author/Contributors ==
     43
     44'''Author:''' [wiki:robm] [[BR]]
     45'''Contributors:'''