Plugin Directory

Changeset 699895


Ignore:
Timestamp:
04/18/2013 06:16:58 PM (13 years ago)
Author:
davidlyness
Message:

Committing v1.0.1

Location:
html-cleanup
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • html-cleanup/trunk/readme.txt

    r699310 r699895  
    1212== Description ==
    1313
    14 This plugin allows you to specify patterns of HTML that will be removed from the final output. You can define such patterns as normal text (e.g. "test123" will remove all lines in the output HTML containing "test123") or as a regular expression (e.g. "<!--.*-->" will remove all HTML comments in the output).
     14This plugin allows you to specify patterns of HTML that will be removed from the final output. You can define such patterns as normal text (e.g. "penguin" will remove all lines in the output HTML containing "penguin") or as a regular expression (e.g. "<b>.*</b>" will remove all single lines of bold text).
    1515
    16 For more information on regular expressions, see [http://www.regular-expressions.info].
     16For more information on regular expressions, see [regular-expressions.info](http://www.regular-expressions.info).
    1717
    18 If you come across any bugs in the plugin, or if you have any suggestions on how to make it better, contact me using [https://davidlyness.com/contact](my website) or use the Wordpress plugin support forums.
     18If you come across any bugs in the plugin, or if you have any suggestions on how to make it better, contact me using [my website](https://davidlyness.com/contact) or use the Wordpress plugin support forums.
    1919
    2020== Installation ==
     
    22221. Upload the plugin folder to the '/wp-content/plugins/' directory
    23232. Activate the plugin through the 'Plugins' menu in WordPress
    24 3. Configure the plugin using the 'HTML Cleanup' option in the "Settings" menu
     243. Configure the plugin to your liking using the 'HTML Cleanup' option in the "Settings" menu
    2525
    2626== Screenshots ==
     
    3030== Changelog ==
    3131
    32 = 0.1 =
    33 * Initial release
     32= 1.0.1 =
     33* Fixed typos in plugin readme / description.
     34
     35= 1.0 =
     36* Initial release.
Note: See TracChangeset for help on using the changeset viewer.