Changes between Version 6 and Version 7 of SearchAllPlugin


Ignore:
Timestamp:
Nov 11, 2015, 10:31:47 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SearchAllPlugin

    v6 v7  
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=SearchAllPlugin&owner=airadier new ticket].
     15[/newticket?component=SearchAllPlugin new ticket].
    1616
    1717[[TicketQuery(component=SearchAllPlugin&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:searchallplugin here].
     21Download the zipped source from [export:searchallplugin here].
    2222
    2323== Source
    2424
    25 You can check out SearchAllPlugin from [http://trac-hacks.org/svn/searchallplugin here] using Subversion, or [source:searchallplugin browse the source] with Trac.
     25You can check out SearchAllPlugin from [/svn/searchallplugin here] using Subversion, or [source:searchallplugin browse the source] with Trac.
    2626
    2727== Installation
    2828
    29 To enable the plugin, add the following line to the ''components'' section in the `trac.ini` file:
    30 
    31 {{{
    32 #!ini
     29To enable the plugin, add the following line to the ''components'' section in your `trac.ini` file:
     30{{{#!ini
    3331[components]
    3432tracsearchall.* = enabled
     
    4543You can also limit search to a list of projects, adding to `trac.ini`:
    4644
    47 {{{
    48 #!ini
     45{{{#!ini
    4946[searchall]
    5047include_projects=project1, project2, project3
     
    5552Or you can exclude projects from the search with:
    5653
    57 {{{
    58 #!ini
     54{{{#!ini
    5955[searchall]
    6056exclude_projects=project1, project2