Changes between Version 14 and Version 15 of SimpleCaptchaPlugin


Ignore:
Timestamp:
Nov 26, 2015, 11:41:57 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SimpleCaptchaPlugin

    v14 v15  
    55== Description
    66
    7 A simple [http://en.wikipedia.org/wiki/CAPTCHA CAPTCHA] for new user registration using Trac's AccountManagerPlugin that uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]. The plugin requires that AccountManagerPlugin has been patched to include an IRegistrationConfirmation extension point by the RegistrationConfirmationPatch.
     7A simple [http://en.wikipedia.org/wiki/CAPTCHA Captcha] for new user registration using Trac's AccountManagerPlugin that uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]. The plugin requires that AccountManagerPlugin has been patched to include an `IRegistrationConfirmation` extension point by the RegistrationConfirmationPatch.
    88
    99An unmaintained version of this plugin that does not require modification to AccountManagerPlugin is [https://svn.openplans.org/svn/trac/CaptchaAuth/ available here].
     10
     11See also: CaptchaAuthPlugin
    1012
    1113== Bugs/Feature Requests
     
    1517
    1618If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=SimpleCaptchaPlugin&owner=nicholasbs new ticket].
     19[/newticket?component=SimpleCaptchaPlugin new ticket].
    1820
    1921[[TicketQuery(component=SimpleCaptchaPlugin&group=type,format=progress)]]
    2022
    21 == Known Issues
     23=== Known Issues
    2224
    23 This plugin does not work with the Safari browser, because it uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]'s pre-formatted text CAPTCHA, which does not render properly.
     25This plugin does not work with the Safari browser, because it uses [http://skimpygimpy.sourceforge.net/ Skimpy Gimpy]'s pre-formatted text Captcha, which does not render properly.
    2426
    2527== Download
    2628
    27 Download the zipped source from [download:simplecaptchaplugin here].
     29Download the zipped source from [export:simplecaptchaplugin here].
    2830
    2931== Source
    3032
    31 You can check out SimpleCaptchaPlugin from [http://trac-hacks.org/svn/simplecaptchaplugin here] using Subversion, or [source:simplecaptchaplugin browse the source] with Trac.
     33You can check out SimpleCaptchaPlugin from [/svn/simplecaptchaplugin here] using Subversion, or [source:simplecaptchaplugin browse the source] with Trac.
    3234
    33 == Example
     35== Installation
     36
     37General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     38
     39== Configuration
    3440
    3541To use you SimpleCaptchaPlugin you should:
     
    4753'''Note''': The words must have at least 5 characters, otherwise they are not accepted!
    4854
    49 '''Screenshot''':
     55== Screenshot
    5056
    5157[[Image(captcha.png)]]