The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plagger::Plugin::Filter::StripTagsFromTitle - Strip tags from entry title

SYNOPSIS

  - module: Filter::StripTagsFromTitle

DESCRIPTION

This plugin filters entries to remove HTML tags from its title. Some feeds like blog search engine's result feeds contain HTML tags e.g.:

  <title>&lt;b&gt;Plagger&lt;/b&gt; rocks</title>

But with RSS spec, there's no way to declare if it's a markup or an escaped text, while Atom 1.0 has by using title@type attribute. This plugin normalizes those titles by simply stripping HTML tags from them.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, http://feedvalidator.org/docs/warning/ContainsHTML.html