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

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.

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

The Movable Type Import Format:
L<http://www.sixapart.com/movabletype/docs/mtimport>