The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plagger::Plugin::Publish::MT - Post feeds to Movable Type

SYNOPSIS

  - module: Publish::MT
    config:
      rsd: http://www.example.com/mt/rsd.xml
      username: Melody
      password: Nelson
      blog_id: 1
      title: "Today's post from Plagger"

CONFIG

rsd

URL of rsd.xml on your Movable Type, which includes your API end-point.

username

Your username on Movable Type.

password

Specify your password. Note that it's not your login password but API password.

blog_id

Your blog's ID number.

title

You can specify the title of new entry which will be defaults to title of the feed.

AUTHOR

Naoya Ito <naoya@bloghackers.net>

SEE ALSO

Plagger, Net::MovableType