Changes between Version 33 and Version 34 of RepoSearchPlugin


Ignore:
Timestamp:
Nov 23, 2015, 9:37:21 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RepoSearchPlugin

    v33 v34  
    2121== Download
    2222
    23 Download the zipped source from [download:reposearchplugin here].
     23Download the zipped source from [export:reposearchplugin here].
    2424
    2525== Source
    2626
    27 You can check out RepoSearchPlugin from [http://trac-hacks.org/svn/reposearchplugin here] using Subversion, or [source:reposearchplugin browse the source] with Trac.
     27You can check out RepoSearchPlugin from [/svn/reposearchplugin here] using Subversion, or [source:reposearchplugin browse the source] with Trac.
    2828
    2929== Installation
     
    3535}}}
    3636and then reload your web server's configuration.
     37
     38== Configuration
    3739
    3840To use the repository search, users must have the `REPO_SEARCH` permission.
     
    4951
    5052'''Note''':
    51  * If you specify an absolute path glob in an `include` or `exclude` clause for a Subversion repository, then the leading slash has to be omitted, e.g. `exclude = trunk/old/*`. If you are using Perforce, the absolute paths need to start with two leading slashes, e.g `exclude=//depot/jobs/*`.
     53 * If you specify an absolute path glob in an `include` or `exclude` clause for a Subversion repository, then the leading slash has to be omitted, eg `exclude = trunk/old/*`. If you are using Perforce, the absolute paths need to start with two leading slashes, eg `exclude=//depot/jobs/*`.
    5254 * If only `include` is specified, then the default is to exclude all other files.
    5355
     
    6163}}}
    6264
    63 The `index` option is a a directory that must be writable by the web server user.  The indexer should cope well with changes to the include/exclude lists. Newly included files will be indexed, and newly excluded files will be removed from the `word:file` mapping table.
     65The `index` option is a a directory that must be writable by the web server user. The indexer should cope well with changes to the include/exclude lists. Newly included files will be indexed, and newly excluded files will be removed from the `word:file` mapping table.
    6466
    6567'''Note:''' Under Win32 you will need the [https://sourceforge.net/projects/pywin32/ pywin32 module] for the indexer to work.