I’ve promised Haschek to write this migration tool because i wanted him to use b2Evolution too. This php-script converts blogentries, comments and categories from Sunlog 2.3 RC 1 (maybe other versions too) to b2evolution 0.9.0.11. No user migration!
Instructions: Download the script and configure your two database connections $SUNLOGmysqlCONFIG and $B2EVOmysqlCONFIG. Also important are the default values for new blog entries like the renderers, the author-id (id 1 is the admin) and and the locale. Per default, the entries will be inserted into the first blog (id 1). The b2-installation should be new from the scratch cause we do not create new entry-ids, but take the ids from sunlog. The categories will be inserted flat and the first categorie in sunlog is the main categorie in b2evolution.
Warning: If the code of your sunlog entries do not conform to b2evos parser (for example: relative links in img-tags), you will not able to change your entries in b2 until you fix this.



