You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import script to take a Typepad/MT export file and import it to another instance of MT.
Movable Type tends to choke while importing large export files, and this script gets around that issue by parsing out the MT/Typepad export file format. Typepad also munges unicode characters during export, so this script tries to convert a number of those to HTML entities wherever possible. Certainly not exhaustive, but it covers a majority of Western accents.
Requires Django for SQL connection libraries, timelib for date formatting