Plugin Directory

Changeset 143119


Ignore:
Timestamp:
08/05/2009 05:50:52 PM (16 years ago)
Author:
dor
Message:

Corrected readme.txt back again, sorry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • replace/trunk/readme.txt

    r143083 r143119  
    22Contributors: dor
    33Donate link: http://brownian.org.ua/?page_id=61
    4 Tags: custom, filter, formatting, post, page, template, regular expreassion, regex, search, replace
     4Tags: search and replace, filter, formatting, post, page, template, regular expression, regex, search, replace
    55Requires at least: 2.0.2
    6 Tested up to: 2.7.0
    7 Stable tag: 0.1.1
     6Tested up to: 2.8.3
     7Stable tag: trunk
    88
    99re.place adds content filter wich searches in posts for specified patterns
     
    3434== Installation ==
    3535
    36 1. Unzip re.place-<version>.zip to the `/wp-content/plugins/` directory
     361. Unzip replace-<version>.zip to the `/wp-content/plugins/` directory
    37371. Activate the plugin through the 'Plugins' menu in WordPress
    38381. Define your search/replacements via mgmt interface
     
    5151
    52521. Insert new entry window
    53 2. Edit entry widow
    54 3. List entries
     532. Edit entry window
     543. Entry with regular expression search and replace (to insert YouTube video)
     554. List entries
    5556
    5657== A brief examples ==
    5758
    58 1. As a search field, use '` &#8212;`', as a replace -- '`#160;&#8212;`'. This will
    59    insert non-breaking space before every em-dash.
     591. As a search field, use '`_&#8212;`' (*space* in place of `_`!),
     60   as a replace -- '`#160;&#8212;`'. This will insert non-breaking space
     61   before every em-dash.
    6062
    6163   Mmm... You may wish even use '`<span
     
    8183   Youtube video fragments easily.
    8284
    83 4. Want to insert drop caps easily?.. Use '`<drop>L</drop>orem ipsum...`' in your
     854. How to Mass Remove Link (mass deactivate URL Linked text inside posts)?
     86   (http://wordpress.org/support/topic/288020)
     87
     88   Search pattern: `<a [^>]*>([^<]*)<\/a>`
     89
     90   Replace pattern: `\1`
     91
     92   This will "deactivate" all links in all posts
     93   (e.g. replace `<a href="...">Try!</a>` with just `Try!`).
     94   Note, you can activate them back, deactivating this `re.place` entry.
     95
     965. Want to insert drop caps easily?.. Use '`<drop>L</drop>orem ipsum...`' in your
    8497   posts and replace it with `<span class="dropcap">\1</span>`'. Use angle brackets,
    8598   and if you (accidentally) deactivate re.place, these "tags" won't mess you page.
    8699
    87 5. New --- in v0.1.3 --- [beta-] feature: you can specify different replace patterns
     1006. New --- in v0.1.3 --- [beta-] feature: you can specify different replace patterns
    88101   for authenticated users and "guests". Sorry, i'll update screenshots and doc
    89102   ASAP. :-)
Note: See TracChangeset for help on using the changeset viewer.