Plagger::Plugin::Filter::Emoticon - Emoticon Filter


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Filter::Emoticon - Emoticon Filter

SYNOPSIS

Top

  - module: Filter::Emoticon
    config:
      driver: Yahoo
    option:
      strict: 1
      xhtml: 0

DESCRIPTION

Top

This filter replaces text emoticons like ":-)", ";-P" etc. with Text::Emoticon.

CONFIG

Top

driver

Specify the driver's name of Text::Emoticon you want to use. It defaults to 'MSN'. 'Yahoo' and 'GoogleTalk' are also available.

option

Specify the options you want to pass to the Text::Emoticon.

AUTHOR

Top

Naoya Ito <naoya@bloghackers.net>

SEE ALSO

Top

Plagger, Text::Emoticon


Plagger documentation  | view source Contained in the Plagger distribution.