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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  - module: Filter::EntryFullText

DESCRIPTION

Top

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

Top

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

Top

(To be documented)

AUTHOR

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger


Plagger documentation  | view source Contained in the Plagger distribution.