Changeset 699895
- Timestamp:
- 04/18/2013 06:16:58 PM (13 years ago)
- Location:
- html-cleanup
- Files:
-
- 1 added
- 1 edited
-
assets/screenshot-1.png (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
html-cleanup/trunk/readme.txt
r699310 r699895 12 12 == Description == 13 13 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).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. "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). 15 15 16 For more information on regular expressions, see [ http://www.regular-expressions.info].16 For more information on regular expressions, see [regular-expressions.info](http://www.regular-expressions.info). 17 17 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.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 [my website](https://davidlyness.com/contact) or use the Wordpress plugin support forums. 19 19 20 20 == Installation == … … 22 22 1. Upload the plugin folder to the '/wp-content/plugins/' directory 23 23 2. Activate the plugin through the 'Plugins' menu in WordPress 24 3. Configure the plugin using the 'HTML Cleanup' option in the "Settings" menu24 3. Configure the plugin to your liking using the 'HTML Cleanup' option in the "Settings" menu 25 25 26 26 == Screenshots == … … 30 30 == Changelog == 31 31 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.