Changes between Version 4 and Version 5 of AuthzPolicyPlugin


Ignore:
Timestamp:
Dec 16, 2015, 1:11:25 PM (8 years ago)
Author:
figaro
Comment:

Tagged as plugin

Legend:

Unmodified
Added
Removed
Modified
  • AuthzPolicyPlugin

    v4 v5  
    33== Description
    44
    5 Improved version of [http://trac.edgewall.org/browser/trunk/tracopt/perm/authz_policy.py authz_policy.py]. It supports using Trac groups in authz file.
     5This plugin is an improved version of [http://trac.edgewall.org/browser/trunk/tracopt/perm/authz_policy.py authz_policy.py]. It supports using Trac groups in authz file.
    66
    77== Bugs/Feature Requests
     
    1515== Source
    1616
    17 You can clone [wiki:AuthzPolicyPlugin] from [https://github.com/trac-hacks/trac-authzpolicy here] using git, or [https://github.com/trac-hacks/trac-authzpolicy browse the source] on GitHub.
     17You can clone [wiki:AuthzPolicyPlugin] from [https://github.com/trac-hacks/trac-authzpolicy here] using Git, or [https://github.com/trac-hacks/trac-authzpolicy browse the source] on GitHub.
    1818
    1919== Installation
    2020
     21Run the following to install:
    2122{{{#!sh
    2223pip install AuthzPolicyPlugin
    2324}}}
    2425
    25 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     26General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2627
    2728== Author/Contributors