Changes between Version 2 and Version 3 of WikiReplacePlugin


Ignore:
Timestamp:
Oct 22, 2009, 12:08:01 PM (14 years ago)
Author:
Gasler Radu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiReplacePlugin

    v2 v3  
    11= Replace text in wiki pages =
    22
    3 [[Include(source:wikireplaceplugin/0.11/README)]]
     3== Notes ==
     4
     5This plugin allows you to search and replace text in wiki pages.
     6
     7It is based on the wikirename plugin: http://trac-hacks.org/wiki/WikiRenamePlugin.
     8
     9After replacing a new version of the wiki page is created with a log of the changes.
     10
     11You can access the page search & replace form through the Admin system > Wiki Replace.
     12
     13Find:
     14  text to find
     15Replace:
     16  text to replace with
     17Wiki Pages:
     18  a list of wiki pages, each page should be on a separate line; you may use * and ? wildcards
     19
     20  examples: \*, Trac\*, Category/\*/Index, Calendar/2009\_??\_02
     21
     22== Script ==
     23
     24A script named {{{trac-wikireplace}}} will automatically be installed.
     25
     26To use it:
     27{{{
     28trac-wikireplace old-text new-text wiki-page ... /path/to/trac/env
     29}}}
     30
     31== Permissions ==
     32
     33A {{{WIKI_REPLACE}}} permission is available, though anyone with
     34{{{WIKI_ADMIN}}} will also be allowed to replace in pages.
     35
     36== Configuration ==
     37
     38To enable the plugin:
     39{{{
     40[components]
     41wikireplace.* = enabled
     42}}}
    443
    544== Bugs/Feature Requests ==