Cleaner
| Version | Released | Type | License |
|---|---|---|---|
| 1.1 | 2009-12-15 | Plugins | Freeware (?) |
This is just a little helper plugin. We often take an excerpt of the article text to fill the <meta name=“description”> of the single entry pages. For a long time I was used to nesting a whole bunch of other plugins to sanitize the data beforehand but the results were not bulletproof anyway.
So this plugin takes a text and first removes any javascript (note: ExpressionEngine replaces email-addresses with javascript to obfuscate them) and other non-textual content (objects, styles, applets ...), strips all HTML-tags, then removes linebreaks and multiple whitespace and finally transforms special characters to HTML entities. That’s all it does.
Freeware means you may use this addon free of
charge in as many installations as you like.
Comments
2011-11-26 22:35
I think that strips all tags, then removes linebreaks and multiple whitespace and finally transforms special characters to HTML entities.