Changes between Version 13 and Version 14 of WikiReplacePlugin


Ignore:
Timestamp:
Jul 21, 2015, 1:01:59 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiReplacePlugin

    v13 v14  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Search and replace text in wiki pages =
    32
    4 == Overview ==
     3= Search and replace text in wiki pages
    54
    6 This plugin allows you to search and replace text in wiki pages.
     5== Description
    76
    8 It is based on the WikiRenamePlugin.
     7This plugin allows you to search and replace text in wiki pages. It is based on the WikiRenamePlugin.
    98
    10 After replacing a new version of the wiki page is created with a log of the changes.
     9After replacing, a new version of the wiki page is created together with a log of the changes.
    1110
    1211You can access the '''Wiki Search and Replace''' form through the ''Admin'' > ''Wiki Replace'' panel.
     
    1413[[Image(AdminPanel.png)]]
    1514
    16 == Script ==
    17 
    18 A script named {{{trac-wikireplace}}} will automatically be installed.
    19 
    20 To use it:
    21 {{{
    22 #!sh
    23 trac-wikireplace old-text new-text wiki-page ... /path/to/trac/env
    24 }}}
    25 
    26 == Permissions ==
    27 
    28 A {{{WIKI_REPLACE}}} permission is available, though anyone with
    29 {{{WIKI_ADMIN}}} will also be allowed to replace in pages.
    30 
    31 == Configuration ==
    32 
    33 To enable the plugin:
    34 {{{
    35 #!ini
    36 [components]
    37 wikireplace.* = enabled
    38 }}}
    39 
    40 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    4116
    4217Existing bugs and feature requests for WikiReplacePlugin are
     
    4419
    4520If you have any issues, create a
    46 [http://trac-hacks.org/newticket?component=WikiReplacePlugin new ticket].
     21[/newticket?component=WikiReplacePlugin new ticket].
    4722
    48 == Download ==
     23[[TicketQuery(component=WikiReplacePlugin&group=type,format=progress)]]
     24
     25== Download
    4926
    5027Download the zipped source from [download:wikireplaceplugin here].
    5128
    52 == Source ==
     29== Source
    5330
    5431You can check out WikiReplacePlugin from [http://trac-hacks.org/svn/wikireplaceplugin here] using Subversion, or [source:wikireplaceplugin browse the source] with Trac.
    5532
    56 == Recent Changes ==
     33== Installation
     34
     35A script named {{{trac-wikireplace}}} will automatically be installed.
     36
     37To use it:
     38{{{#!sh
     39trac-wikireplace old-text new-text wiki-page ... /path/to/trac/env
     40}}}
     41
     42To enable the plugin, add the following to your `trac.ini` file:
     43{{{#!ini
     44[components]
     45wikireplace.* = enabled
     46}}}
     47
     48== Permissions
     49
     50A {{{WIKI_REPLACE}}} permission is available, though anyone with {{{WIKI_ADMIN}}} will also be allowed to replace in pages.
     51
     52== Recent Changes
    5753
    5854[[ChangeLog(wikireplaceplugin, 3)]]
    5955
    60 == Author/Contributors ==
     56== Author/Contributors
    6157
    6258'''Author:''' [wiki:miezuit] [[BR]]