Changes between Version 3 and Version 4 of TracCrowdAuthPlugin


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

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracCrowdAuthPlugin

    v3 v4  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = TracCrowdAuthPlugin =
     3= Trac Crowd Authentication Plugin
    44
    5 == Description ==
     5== Description
    66
    77TracCrowdAuthPlugin is a [http://www.atlassian.com/software/crowd crowd] auth store for [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
    88
    9 = Prerequisite =
    10  * [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
    11  * simplejson when using python below 2.6
    12 
    13 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1410
    1511Existing bugs and feature requests for TracCrowdAuthPlugin are
     
    1915[http://trac-hacks.org/newticket?component=TracCrowdAuthPlugin&owner=richard new ticket].
    2016
    21 == Download ==
     17== Download
    2218
    2319Download the zipped source from [download:traccrowdauthplugin here].
    2420
    25 == Source ==
     21== Source
    2622
    2723You can check out TracCrowdAuthPlugin from [http://trac-hacks.org/svn/traccrowdauthplugin here] using Subversion, or [source:traccrowdauthplugin browse the source] with Trac.
    2824
    29 == Example ==
    30  You can install this software as normal Trac plugin.
     25== Installation
     26
     27=== Prerequisites
     28
     29 * [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
     30 * simplejson when using Python below 2.6
     31
     32=== Installation steps
     33
     34You can install this software as a normal Trac plugin.
    3135
    3236 1. Uninstall TracCrowdAuthPlugin if you have installed before.
     
    3438 2. Change to the directory containning setup.py.
    3539
    36  3. If you want to install this plugin globally, that will install this plugin to the python path:
    37   * python setup.py install
     40 3. If you want to install this plugin globally, that will install this plugin to the Python path: `python setup.py install`
    3841
    39  4. If you want to install this plugin to trac instance only:
    40   * python setup.py bdist_egg
    41   * copy the generated egg file to the trac instance's plugin directory
    42   {{{
    43 #!sh
     42 4. If you want to install this plugin to Trac instance only:
     43  * `python setup.py bdist_egg`
     44  * Copy the generated egg file to the trac instance's plugin directory:
     45  {{{#!sh
    4446cp dist/*.egg /srv/trac/env/plugins
    4547}}}
    4648
    47  5. Config trac.ini:
     49 5. Config your `trac.ini` file:
    4850  {{{
    4951#!ini
     
    6466}}}
    6567
    66 == Recent Changes ==
     68== Recent Changes
    6769
    6870[[ChangeLog(traccrowdauthplugin, 3)]]
    6971
    70 == Author/Contributors ==
     72== Author/Contributors
    7173
    7274'''Author:''' [wiki:richard] [[BR]]
    73 '''Maintainer:''' [wiki:richard] [[BR]]
     75'''Maintainer:''' [[Maintainer]] [[BR]]
    7476'''Contributors:'''