I created a new Wordpress import script for migrating from Blosxom. This script will import Blosxom posts and comments (i.e. writeback and writeback_plus).
http://www.insanum.com/computers/software/wp_blosxom_import.html
I created a new Wordpress import script for migrating from Blosxom. This script will import Blosxom posts and comments (i.e. writeback and writeback_plus).
http://www.insanum.com/computers/software/wp_blosxom_import.html
Excellent. I've added it to the Codex list.
http://codex.wordpress.org/Importing_from_other_blogging_software#Blosxom
I've got a Blosxom plugin together that handles a few extras for this conversion method:
* Permits multiple categories
* Prevents whitespace in Blosxom posts from becoming br tags and hence breaking e.g. a tags that have line-wrapped
* De-escapes entities in the RSS feed titles: these were coming through to WordPress as literal e.g. & amp;#xf6;
Is there anywhere I can share it?
In addition, I notice that the category import for this code isn't perfect: it doesn't increment category_count, so categories don't appear until any one post in that category is saved (and suddenly category_count appears for all categories attached to that post).
Any chance of a fix? Is this a WP version thing?
I looked at this and it didn't really work for my blog. Too much of the formatting didn't work out the way I wanted :-)
Instead I wrote a perl script that filled the mysql database directly (php is not a language I enjoy). While the script makes a bunch of assumptions about your blog it should be easy enough to extend.
A description of the process and the script can be found on my blog.
This topic has been closed to new replies.