Plagger::Plugin::Filter::ResolveRelativeLink - Resolve relative links in feed content


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Filter::ResolveRelativeLink - Resolve relative links in feed content

SYNOPSIS

Top

  - module: Filter::ResolveRelativeLink

DESCRIPTION

Top

Some feeds contain relative URIs in their content in <content:encoded> or <description> element. That's not a valid thing to do, but because RSS and content module specification doesn't clearly say about it, some feeds still do it.

This plugins tries to fix the relative links in feed content, using entry's permalink as a base URL.

AUTHOR

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, HTML::ResolveLink


Plagger documentation  | view source Contained in the Plagger distribution.