XRunHProf

December 2, 2007

From Serendipity to WordPress

Filed under: Uncategorized — Tags: , , — xrunhprof @ 1:53 pm

My former blog was http://xrunhprof.free.fr/serendipity/. I wanted to change to no longer maintain it myself and to improve its visibility. I bench-marked Blogger and WordPress hosting. Blogger has a very powerful way to customize look and feel of the blog but it’s a bit hard to use for a non web-developer. Moreover it doesn’t have any import and export features, so I chose WordPress. In WordPress you need to pay to have the CSS customization feature, but I don’t really need it.

WordPress import/export format (WXR) is a bit broken. It claims to be an RSS extension but if you look at the import source code you can see it’s even not XML file. Look at this file

wordpress-2.3.1/wp-admin/import/wordpress.php

You will see that the WXR are parsed line by line using the php fgets command.

Serendipity RSS export is also broken as it only export summary but not full content of posts. Here is how I get round those problems.
(more…)

Blog at WordPress.com.