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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  - 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

Top

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

Top

Naoya Ito <naoya@bloghackers.net>

SEE ALSO

Top

Plagger, Net::MovableType


Plagger documentation  | view source Contained in the Plagger distribution.