Changes between Version 5 and Version 6 of TgAuthPlugin


Ignore:
Timestamp:
Nov 9, 2015, 3:15:52 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TgAuthPlugin

    v5 v6  
    1717
    1818If you have any issues, create a
    19 [http://trac-hacks.org/newticket?component=TgAuthPlugin&owner=pacopablo new ticket].
     19[/newticket?component=TgAuthPlugin new ticket].
    2020
    2121[[TicketQuery(component=TgAuthPlugin&group=type,format=progress)]]
     
    2323== Download
    2424
    25 Download the zipped source from [download:tgauthplugin here].
     25Download the zipped source from [export:tgauthplugin here].
    2626
    2727== Source
    2828
    29 You can check out TgAuthPlugin from [http://trac-hacks.org/svn/tgauthplugin here] using Subversion, or [source:tgauthplugin browse the source] with Trac.
     29You can check out TgAuthPlugin from [/svn/tgauthplugin here] using Subversion, or [source:tgauthplugin browse the source] with Trac.
    3030
    3131== Installation
    32  * Grab the source
    33  * Unpack the source
    34  * Change into the source directory that contains the `setup.py` file
    35  * Build an egg:
    36 {{{
    37 #!sh
     32
     33 * Grab and unpack the source.
     34 * Change into the source directory that contains the `setup.py` file and build an egg:
     35 {{{#!sh
    3836python setup.py bdist_egg
    3937}}}
    40  * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment
     38 * Copy the egg, found in `dist/` to the `plugins` directory of the desired Trac environment.
    4139
    4240== Configuration