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

NAME

typo2mt - takes a typo database and converts it to a Movable Type import file

SYNOPSIS

  typo2mt --dsn DBI:mysql:db_name:db_host --user db_user --password db_password

  Options:
  
    --dsn DSN       The DBI DSN that describes your database.
    --user USER     The username to use to connect to the database.
    --password PASS The password to use to connect to the database.

DESCRIPTION

Given the correct database connection info, this script will send an appropriate Movable Type import file to STDOUT.

SEE ALSO

The Movable Type Import Format:

    L<http://www.sixapart.com/movabletype/docs/mtimport>