public
Description: A python script to export a Mephisto blog to a WordPress export file.. for easy import
Homepage:
Clone URL: git://github.com/hungrymachine/mephisto_to_wordpress.git
name age message
file README Tue Dec 09 10:22:56 -0800 2008 updated REAME [hungrymachine]
file m2wp.py Tue Dec 09 10:06:38 -0800 2008 first commit [aaronbatalion]
README
This is based on work done by:
  http://schwuk.com/articles/2008/03/25/thy-will-be-done-m2wppy-is-released
  http://jayunit.net/2008/04/16/mephisto-to-wordpress/

You'll need to follow those steps to install python, and MySQLdb

Enhancements:
  1) retain author attribution per article, instead of admin for everyone. 
     WordPress will auto create accounts for users it finds in the export file, 
     or will map them to existing accounts.
  2) Only import published posts.