Changes between Version 4 and Version 5 of RepoSearchPlugin


Ignore:
Timestamp:
Jan 19, 2006, 7:19:42 AM (18 years ago)
Author:
Alec Thomas
Comment:

Documented include/exclude functionality

Legend:

Unmodified
Added
Removed
Modified
  • RepoSearchPlugin

    v4 v5  
    88
    99To use the repository search, users must have the `REPO_SEARCH` permission. Add this with `trac-admin` and off you go.
     10
     11You can include and exclude parts of the repository by adding the following options to `trac.ini`:
     12
     13{{{
     14[repo-search]
     15include = *.py:*.txt
     16exclude = *.pyc:*.png:*.jpg:*.gif
     17}}}
     18
     19The options are separated by your operating systems path seperator (`:` under UNIX).
     20
     21If only `include` is specified the default is to exclude all other files.
    1022
    1123== Bugs/Feature Requests ==