Changes between Version 12 and Version 13 of TracSvnAuthzPlugin


Ignore:
Timestamp:
May 1, 2015, 9:47:47 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnAuthzPlugin

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Web interface to edit subversion authorization (authz) files =
    32
    4 == Description ==
     3= Web interface to edit subversion authorization (authz) files
    54
    6 This plugin offers a simple web interface to edit the subversion authz files via an administration page. This makes only sense if the web server has write access to the subversion repository.
     5== Description
     6
     7This plugin offers a simple web interface to edit the subversion authz files via an administration page. This makes only sense if the web server has write access to the Subversion repository.
    78
    89See also SvnAuthzAdminPlugin for a GUI-Editor to this information.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for TracSvnAuthzPlugin are
     
    1617[http://svn.geophysik.uni-muenchen.de/trac/tracmods/newticket?component=TracSVNAuthzPlugin new ticket].
    1718
    18 == Install ==
     19== Source
    1920
    20 First make sure you've [trac:wiki:TracPlugins#Requirements installed setuptools].
     21You can check out the latest version of TracSvnAuthzPlugin from [https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 here] using Subversion, or [http://svn.geophysik.uni-muenchen.de/trac/tracmods/browser/tracsvnauthzplugin/0.11 browse the source].
     22
     23== Installation
     24
     25First make sure you have [trac:wiki:TracPlugins#Requirements installed setuptools].
    2126Then you can install the plugin using the `easy_install` application.
    2227
    2328For Trac 0.10 with trac:WebAdmin plugin:
    24 {{{
    25 #!sh
     29{{{#!sh
    2630easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.10
    2731}}}
    2832
    2933For Trac 0.11:
    30 {{{
    31 #!sh
     34{{{#!sh
    3235easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11
    3336}}}
    3437
    35 Enable TracSVNAuthzPlugin plugin via trac.ini.
    36 {{{
    37 #!ini
     38Enable TracSVNAuthzPlugin plugin by adding the following lines to your `trac.ini` file:
     39{{{#!ini
    3840[components]
    3941svnauthz.svnauthz.svnauthzplugin = enabled
     
    4345}}}
    4446
    45 == Source ==
    46 
    47 You can check out the latest version of TracSvnAuthzPlugin from [https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 here] using Subversion, or [http://svn.geophysik.uni-muenchen.de/trac/tracmods/browser/tracsvnauthzplugin/0.11 browse the source].
    48 
    49 == Screenshot ==
     47== Screenshot
    5048
    5149[[Image(Clipboard01.png)]]
    5250
    53 == Author/Contributors ==
     51== Author/Contributors
    5452
    5553'''Author:''' [wiki:Bombenbodo Robert Barsch] [[BR]]
    56 '''Maintainer:''' [wiki:Bombenbodo Robert Barsch] [[BR]]
     54'''Maintainer:''' [[Maintainer]] [[BR]]
    5755'''Contributors:''' Ian Jones (0.11 patch)