]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/Importing_posts_from_Wordpress.mdwn
Asking for a repost of page, as the link is broken.
[ikiwiki.git] / doc / tips / Importing_posts_from_Wordpress.mdwn
1 Use case: You want to move away from Wordpress to Ikiwiki as your blogging/website platform, but you want to retain your old posts.
2
3 [This](http://git.chris-lamb.co.uk/?p=ikiwiki-wordpress-import.git) is a simple tool that generates [git-fast-import](http://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html)-compatible data from a WordPress export XML file. It retains creation time of each post, so you can use Ikiwiki's <tt>--getctime</tt> to get the preserve creation times on checkout. 
4
5 WordPress categories are mapped onto Ikiwiki tags. The ability to import comments is planned.
6
7 -----
8
9 I include a modified version of this script. This version includes the ability to write \[[!tag foo]] directives, which the original intended, but didn't actually do.
10
11 -- [[users/simonraven]]
12
13 [[ikiwiki-wordpress-import]]