Changes between Version 15 and Version 16 of RecaptchaRegisterPlugin


Ignore:
Timestamp:
Apr 19, 2015, 12:34:43 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • RecaptchaRegisterPlugin

    v15 v16  
    1 = Recaptcha Register Plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Recaptcha Register Plugin
     4
     5== Description
    46
    57This hack adds a [http://recaptcha.net/ reCAPTCHA] that the user must pass before registering. You must have the AccountManagerPlugin installed.
    68
     9This plugin is being developed for [http://trac.usla.org.ar USLA tracs], a service by and for the Free Software Users of Argentina.
     10
     11It is loosely based on the work of TracRecaptchaPlugin, so it's GPL licensed as well.
     12
    713'''Fork:''' I have made a small [https://github.com/trac-hacks/trac-recaptcharegister fork on GitHub] with some improvements/fixes. Feel free to [https://github.com/trac-hacks/trac-recaptcharegister/issues suggest new].
    814
    9 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1016
    1117Existing bugs and feature requests for RecaptchaRegisterPlugin are
     
    1521[http://trac-hacks.org/newticket?component=RecaptchaRegisterPlugin&owner=alecu new ticket].
    1622
    17 == Download ==
     23[[TicketQuery(component=RecaptchaRegisterPlugin&group=type,format=progress)]]
     24
     25== Download
    1826
    1927Download the zipped source from [download:recaptcharegisterplugin here].
    2028
    21 == Source ==
     29== Source
    2230
    2331You can check out RecaptchaRegisterPlugin from [http://trac-hacks.org/svn/recaptcharegisterplugin here] using Subversion, or [source:recaptcharegisterplugin browse the source] with Trac.
    2432
    25 == Usage ==
    26 === Install the Account Manager plugin ===
     33== Usage
     34=== Install the Account Manager plugin
    2735
    2836Please see AccountManagerPlugin page. Make sure you have '''disabled''' the [wiki:AccountManagerPlugin#RegistrationModule RegistrationModule], since you'll be using this registration instead.
    2937
    30 === Install the recaptcha python module ===
     38=== Install the recaptcha python module
    3139
    32 RecaptchaRegisterPlugin '''depends''' on this module. Make sure you install it. If not installed, then trac will not show the RecaptchaRegisterPlugin, and will only show an error if you setup trac's logging.
     40RecaptchaRegisterPlugin '''depends''' on this module. If it is not installed, then Trac will not show the RecaptchaRegisterPlugin, and will only show an error if you setup Trac's logging.
    3341
    34 {{{
     42{{{#!sh
    3543easy_install recaptcha_client
    3644}}}
    3745
    38 === Install this plugin ===
     46=== Install this plugin
    3947
    40 {{{
     48{{{#!sh
    4149easy_install http://trac-hacks.org/svn/recaptcharegisterplugin/0.11
    4250}}}
    4351
    44 === Setup reCAPTCHA ===
     52=== Setup reCAPTCHA
    4553
    4654You need to make an account at http://recaptcha.net/ to receive your public and private keys.
    4755
    48 Edit your conf/trac.ini file and add these lines, including your public and private reCAPTCHA keys:
     56Edit your `conf/trac.ini` file and add these lines, including your public and private reCAPTCHA keys:
    4957
    50 {{{
     58{{{#!ini
    5159[components]
    5260recaptcharegister.* = enabled
     
    5765}}}
    5866
    59 That should be it! Email me if you have problems.
    60 
    61 == About ==
    62 
    63 This plugin is being developed for [http://trac.usla.org.ar USLA tracs], a service by and for the Free Software Users of Argentina.
    64 
    65 It is loosely based on the work of TracRecaptchaPlugin, so it's GPL licensed as well.
    66 
    67 == Recent Changes ==
     67== Recent Changes
    6868
    6969[[ChangeLog(recaptcharegisterplugin, 3)]]
    7070
    71 == Author/Contributors ==
     71== Author/Contributors
    7272
    7373'''Author:''' [wiki:alecu] [[BR]]
     74'''Maintainer:''' [[Maintainer]] [[BR]]
    7475'''Contributors:'''