Changes between Initial Version and Version 1 of SimpleCaptchaPlugin


Ignore:
Timestamp:
Jun 19, 2008, 8:44:53 PM (16 years ago)
Author:
Nicholas Bergson-Shilcock
Comment:

New hack SimpleCaptchaPlugin, created by nicholasbs

Legend:

Unmodified
Added
Removed
Modified
  • SimpleCaptchaPlugin

    v1 v1  
     1= SimpleCaptcha =
     2
     3== Description ==
     4
     5A simple captcha for Trac's AccountManagerPlugin that uses Skimpy Gimpy.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for SimpleCaptchaPlugin are
     10[report:9?COMPONENT=SimpleCaptchaPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=SimpleCaptchaPlugin&owner=nicholasbs new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:simplecaptchaplugin here].
     18
     19== Source ==
     20
     21You can check out SimpleCaptchaPlugin from [http://trac-hacks.org/svn/simplecaptchaplugin here] using Subversion, or [source:simplecaptchaplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25To use you SimplecaptchaPlugin you must:
     26
     27 1. Have patched AccountManagerPlugin to provide the IRegistrationConfirmation extension point.
     28
     29 2. Add the following to your trac.ini file
     30
     31{{{
     32[simplecaptcha]
     33dictionary_file = /path/to/dictionary.txt
     34}}}
     35
     36where /path/to/dictionary.txt is the path to the text file used to generate the words for the captchas.
     37
     38== Recent Changes ==
     39
     40[[ChangeLog(simplecaptchaplugin, 3)]]
     41
     42== Author/Contributors ==
     43
     44'''Author:''' [wiki:nicholasbs] [[BR]]
     45'''Contributors:'''