Changes between Version 6 and Version 7 of MultiRepoSearchPlugin


Ignore:
Timestamp:
Mar 10, 2015, 4:59:42 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • MultiRepoSearchPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = MultiRepoSearchPlugin =
     3= Full text search in multiple repositories
    44
    5 == Description ==
     5== Description
    66
    7 Full text search on source code across multiple repositories in Trac 0.12+
     7Full text search on source code across multiple repositories in Trac 0.12+.
    88
    99Derived from the RepoSearchPlugin, but:
    1010
    11  1. It works for Trac 0.12+
    12  1. It works on multiple repositories, and any repository type supported by Trac
    13  1. Pluggable search backends
    14  1. Default search backend caches source text in the Trac database
     11 1. It works for Trac 0.12+.
     12 1. It works on multiple repositories, and any repository type supported by Trac.
     13 1. Pluggable search backends.
     14 1. Default search backend caches source text in the Trac database.
    1515
    16 == Bugs/Feature Requests ==
     16== Bugs/Feature Requests
    1717
    1818Existing bugs and feature requests for MultiRepoSearchPlugin are
     
    2222[http://trac-hacks.org/newticket?component=MultiRepoSearchPlugin&owner=ejucovy new ticket].
    2323
    24 == Download ==
     24[[TicketQuery(component=MultiRepoSearchPlugin&group=type,format=progress)]]
     25
     26== Download
    2527
    2628Download the zipped source from [https://github.com/boldprogressives/trac-MultiRepoSearchPlugin/tags here].
    2729
    28 == Source ==
     30== Source
    2931
    3032You can clone MultiRepoSearchPlugin from [git://github.com/boldprogressives/trac-MultiRepoSearchPlugin.git here] using Git, or [https://github.com/boldprogressives/trac-MultiRepoSearchPlugin browse the source] with Github.
    3133
    32 == Example ==
     34== Example
    3335
    3436To install:
     
    4850}}}
    4951
    50 Add to your trac.conf:
     52Add to your `conf/trac.ini`:
    5153{{{
    5254#!ini
     
    5557}}}
    5658
    57 Upgrade your trac environment:
     59Upgrade your Trac environment:
    5860{{{
    5961#!sh
     
    6769}}}
    6870
    69 You will now be able to perform text searches of repository contents through the trac search UI.
     71You will now be able to perform text searches of repository contents through the Trac search UI.
    7072
    71 As long as you have your trac post-commit or post-receive hooks properly configured,
    72 source will remain up-to-date.
     73As long as you have your trac post-commit or post-receive hooks properly configured, the source will remain up-to-date.
    7374
    74 Otherwise, to manually reindex a single repository, you ca run:
     75Otherwise, to manually reindex a single repository, you can run:
    7576{{{
    7677#!sh
     
    8081Where repo-name is the name assigned to your repository in Trac.
    8182
    82 == Author/Contributors ==
     83== Author/Contributors
    8384
    8485'''Author:''' [wiki:ejucovy] [[BR]]
    85 '''Maintainer:''' [wiki:ejucovy] [[BR]]
     86'''Maintainer:''' [[Maintainer] [[BR]]
    8687'''Contributors:'''