Changes between Version 1 and Version 2 of ProxyDavPlugin


Ignore:
Timestamp:
Feb 15, 2012, 2:23:58 PM (12 years ago)
Author:
Pablo Castorino
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProxyDavPlugin

    v1 v2  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = A dav proxy with control access using trac permissions.  =
     3= Proxy DAV  =
     4A dav proxy with control access using trac permissions.
    45
    56== Description ==
    67
    7 A simple plugin that provides access trougth dav (like a proxy) at the repositories of the project. You can handle permission of PULL (get repo) or PUSH (put repo) from Admin.
     8A simple plugin that provides access trougth 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.
    89
    910== Bugs/Feature Requests ==
     
    3031{{{
    3132Alias /git /var/www/repo_git
    32 <Directory "/var/www/repo_git">
     33<Directory "/var/www/repo_git">
    3334     Dav On
    3435     Order allow,deny
    3536     Allow from 127.0.0.0/8
    36 &lt;/Directory&gt;
     37</Directory>
    3738}}}
    3839
    3940=== Configure Plugin ===
    40  * enable TracProxyDav on Admin | Plugins
     41 * enable ProxyDavPlugin on Admin | Plugins
    4142 * add on trac.ini
    4243{{{