Changes between Version 7 and Version 8 of TracCoSignPlugin


Ignore:
Timestamp:
Nov 12, 2015, 9:02:08 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracCoSignPlugin

    v7 v8  
    1010
    1111Existing bugs and feature requests for TracCoSignPlugin are
    12 [query:component=TracCoSignPlugin&group=status&order=priority here (include Closed)].
     12[report:9?COMPONENT=TracCoSignPlugin here].
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracCoSignPlugin new ticket].
     15[/newticket?component=TracCoSignPlugin new ticket].
    1616
    1717[[TicketQuery(component=TracCoSignPlugin,group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:traccosignplugin here].
     21Download the zipped source from [export:traccosignplugin here].
    2222
    2323== Source
    2424
    25 You can check out TracCoSignPlugin from [http://trac-hacks.org/svn/traccosignplugin here] using Subversion, or [source:traccosignplugin browse the source] with Trac.
     25You can check out TracCoSignPlugin from [/svn/traccosignplugin here] using Subversion, or [source:traccosignplugin browse the source] with Trac.
    2626
    27 == Usage
     27== Installation
    2828
    29 === Enable the plugin
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3030
    3131To enable the whole plugin add the following to your `trac.ini` file:
     
    4646'''Note''': Even if installing locally, you must disable the default `LoginModule`.
    4747
    48 === traccosign.login configuration
     48== Configuration
    4949
    50 Configurations of traccosign.login are defined in the [cosign] section.
     50Configurations of '''traccosign.login''' are defined in the [cosign] section.
    5151
    5252Options in the `[cosign]` section:
     
    5858    **Requried**. Example `https://weblogin.your.domain/cgi-bin/logout`.
    5959
    60 === traccosign.accountldap configuration
    61 
    62 Configurations of traccosign.accountldap are defined in the [ldap] section.
     60Configurations of '''traccosign.accountldap''' are defined in the [ldap] section.
    6361
    6462Check AccountLdapPlugin for reference.