# typo2mt **Repository Path**: mirrors_gitpan/typo2mt ## Basic Information - **Project Name**: typo2mt - **Description**: Read-only release history for typo2mt - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README typo2mt - takes a typo database and converts it to a Movable Type import file This script is for exporting a typo[1] blog database to the Movable Type import format[2]. The standard usage is something like: typo2mt --dsn DBI:mysql:typo:localhost --user typo --password typ0_pasS > typo_export This will export your blog to the typo_export file, which you can then import[3] into Movable Type. This script worked for me last year, but patches are welcome. [1] http://wiki.github.com/fdv/typo/ [2] http://www.sixapart.com/movabletype/docs/mtimport [3] http://www.movabletype.org/documentation/administrator/maintenance/import-export.html