NAME
Plagger::Plugin::Filter::ResolveRelativeLink - Resolve relative links in feed content
SYNOPSIS
- module: Filter::ResolveRelativeLink
DESCRIPTION
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
Tatsuhiko Miyagawa