How do I import data from my old weblog or CMS? What import formats does Textpattern support?
Textpattern has a built-in import function that supports the following applications and formats: • b2 • Blogger • Movable Type • WordPress In addition, Textpattern can import from any application that supports the Movable Type Import Format. If you need to import data from an application that isn’t supported here, your options are: • Write a script or template to export your data using the MT Import Format. This is how the Blogger import works: you create a template that displays articles in the MT format, and save the output as your export file. • Write your own import script for Textpattern. The easiest way to do this is to copy one of the existing scripts and modify it to suit. The scripts are located in textpattern/include/import/. If you’re importing directly from a MySQL database, the simplest script to start with is import_b2.php. Can Textpattern import entries from..