Plagger::Plugin::Filter::Pipe - Filtering with pipe


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Filter::Pipe - Filtering with pipe

SYNOPSIS

Top

  - module: Filter::Pipe
    config:
      command: /usr/bin/kakasi -Ha -Ka -Ja -Ea -ka -u
      encoding: euc-jp
      text_only: 1

DESCRIPTION

Top

This plugin filtering feed with other program using a pipe.

CONFIG

Top

text_only

When set to 1, uses HTML::Parser so that the regexp substitution should be applied only to HTML text part. Defaults to 0.

AUTHOR

Top

Tokuhiro Matsuno, Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, HTML::Parser, IPC::Run


Plagger documentation  | view source Contained in the Plagger distribution.