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 Loading commit data...
file m2wp.py
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.