Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Migrating from Blosxom’ is closed to new replies.