Changes between Version 5 and Version 6 of TracCrowdAuthPlugin


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

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracCrowdAuthPlugin

    v5 v6  
    55== Description
    66
    7 TracCrowdAuthPlugin is a [http://www.atlassian.com/software/crowd crowd] auth store for [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
     7This plugin is a [http://www.atlassian.com/software/crowd crowd] auth store for [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]. Crowd handles identity management for web apps, a single sign-on and user identity tool that is proprietary licensed.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracCrowdAuthPlugin&owner=richard new ticket].
     15[/newticket?component=TracCrowdAuthPlugin new ticket].
    1616
    1717[[TicketQuery(component=TracCrowdAuthPlugin&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:traccrowdauthplugin here].
     21Download the zipped source from [export:traccrowdauthplugin here].
    2222
    2323== Source
    2424
    25 You can check out TracCrowdAuthPlugin from [http://trac-hacks.org/svn/traccrowdauthplugin here] using Subversion, or [source:traccrowdauthplugin browse the source] with Trac.
     25You can check out TracCrowdAuthPlugin from [/svn/traccrowdauthplugin here] using Subversion, or [source:traccrowdauthplugin browse the source] with Trac.
    2626
    2727== Installation
     
    2929=== Prerequisites
    3030
    31  * [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
     31 * AccountManagerPlugin
    3232 * simplejson when using Python below 2.6
    3333
     
    3636You can install this software as a normal Trac plugin.
    3737
    38  1. Uninstall TracCrowdAuthPlugin if you have installed before.
    39 
    40  2. Change to the directory containning setup.py.
    41 
    42  3. If you want to install this plugin globally, that will install this plugin to the Python path: `python setup.py install`
    43 
    44  4. If you want to install this plugin to Trac instance only:
     38 1. Uninstall TracCrowdAuthPlugin if you have installed it before.
     39 1. Change to the directory containning `setup.py`.
     40 1. If you want to install this plugin globally, this will install this plugin to the Python path: `python setup.py install`.
     41 1. If you want to install this plugin to Trac instance only:
    4542  * `python setup.py bdist_egg`
    4643  * Copy the generated egg file to the Trac instance's plugin directory:
     
    4845cp dist/*.egg /srv/trac/env/plugins
    4946}}}
    50 
    51  5. Config your `trac.ini` file:
     47 1. Config your `trac.ini` file:
    5248  {{{#!ini
    5349[components]