
Plagger::Plugin::Filter::TruePermalink - Normalize permalink using its own plugin files

- module: Filter::TruePermalink

This plugin normalizes permalink using YAML based URL pattern files. Various permalink fix filters in the past (YahooBlogSearch, Namaan, 2chRSSPermalink) can now be writting as a pattern file for this plugin.
This plugin rewrites link attribute of $entry, rather than permalink. If $entry has enclosures, this plugin also tries to rewrite url of them.

You can write your own pattern file using YAML data format. Usable keys are:
Your name. (Optional)
Regular expression rule to match with entry's link. Rewrites only happen when the URL form matches. You can omit this configuration to apply the rewrite rule to any URLs.
Replacement regexp to filter permalink. Permalink is stored in $_ variable so that you can write:
rewrite: s/;jsession_id=\w+//
URL query parameter to extract normalized permalink.
query_param: destination
See assets/plugins/Filter-TruePermalink for more examples.

youpy
Tatsuhiko Miyagawa
