The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plagger::Plugin::Filter::EntryFullText - Upgrade your feeds to fulltext class

SYNOPSIS

  - module: Filter::EntryFullText

DESCRIPTION

This plugin allows you to fetch entry full text by doing HTTP GET and apply regexp to HTML. It's just like upgrading your flight ticket from economy class to business class!

You can write custom fulltext handler by putting .pl or .yaml files under assets plugin directory.

CONFIG

store_html_on_failure

Even if fulltext handlers fail to extract content body from HTML, this option enables to store the whole document HTML as entry body. It will be useful to use with search engines like Gmail and Search:: plugins. Defaults to 0.

force_upgrade

Even if entry body already contains HTML, this config forces the plugin to upgrade the body. Defaults to 0.

WRITING CUSTOM FULLTEXT HANDLER

(To be documented)

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger