Changes between Version 4 and Version 5 of ProxyDavPlugin


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

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ProxyDavPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Proxy DAV  =
    4 A dav proxy with control access using trac permissions.
     3= Proxy DAV
    54
    6 == Description ==
     5== Description
    76
    8 A simple plugin that provides access through dav (work like a proxy) at the repositories of the project. You can handle permission of PULL (get repo) or PUSH (put repo) from Admin.
     7A simple plugin that provides access through dav (work like a proxy) at the repositories of the project. You can handle permission of PULL (get repo) or PUSH (put repo) from Admin. A dav proxy with control access using Trac permissions.
    98
    10 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    1110
    1211Existing bugs and feature requests for ProxyDavPlugin are
     
    1615[http://trac-hacks.org/newticket?component=ProxyDavPlugin&owner=castorinop new ticket].
    1716
    18 == Download ==
     17[[TicketQuery(component=ProxyDavPlugin&group=type,format=progress)]]
     18
     19== Download
    1920
    2021Download the zipped source from [download:proxydavplugin here].
    2122
    22 == Source ==
     23== Source
    2324
    2425You can check out ProxyDavPlugin from:
    25  * [http://trac-hacks.org/svn/proxydavplugin here] using Subversion,
    26  * [https://github.com/castorinop/proxydav here] using git,
    27  * [source:proxydavplugin browse the source] with Trac.
     26 * [http://trac-hacks.org/svn/proxydavplugin here] using Subversion.
     27 * [https://github.com/castorinop/proxydav here] using git.
     28 * [source:proxydavplugin browse the source] with Trac (no source added yet).
    2829
    29 == Example ==
     30== Example
    3031
    31 === Enable a dav repository ===
    32  * edit /etc/httpd/conf.d/gitdav.conf
     32=== Enable a dav repository
     33
     34 * Edit /etc/httpd/conf.d/gitdav.conf
    3335
    3436{{{
     
    4143}}}
    4244
    43 === Configure Plugin ===
    44  * enable ProxyDavPlugin on Admin | Plugins
    45  * add on trac.ini
    46 {{{
    47 #!ini
     45=== Configure Plugin
     46
     47 * Enable ProxyDavPlugin on Admin | Plugins.
     48 * Add the following to your `trac.ini` file:
     49{{{#!ini
    4850[proxydav]
    4951url = http://127.0.0.1/git
    5052}}}
    5153
    52 
    53 == Recent Changes ==
     54== Recent Changes
    5455
    5556[[ChangeLog(proxydavplugin, 3)]]
    5657
    57 == Author/Contributors ==
     58== Author/Contributors
    5859
    5960'''Author:''' [wiki:castorinop] [[BR]]
    60 '''Maintainer:''' [wiki:castorinop] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    6162'''Contributors:'''