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::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