diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-05 06:59:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-05 06:59:14 +0000 |
commit | 0e65c007c7ab1b58a8269cfc24467b6aeb55c1a6 (patch) | |
tree | aa1ead9465fba86c90bfb4ec2aab5f211b3e1230 /doc | |
parent | e2f0cdbec1b3ab06717b9a23e8a1cff6f9cba677 (diff) |
web commit by http://chris-lamb.co.uk/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/Importing_posts_from_Wordpress.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tips/Importing_posts_from_Wordpress.mdwn b/doc/tips/Importing_posts_from_Wordpress.mdwn new file mode 100644 index 000000000..87ef12079 --- /dev/null +++ b/doc/tips/Importing_posts_from_Wordpress.mdwn @@ -0,0 +1,5 @@ +Use case: You want to move away from Wordpress to Ikiwiki as your blogging/website platform, but you want to retain your old posts. + +[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. + +WordPress categories are mapped onto Ikiwiki tags. The ability to import comments is planned.
\ No newline at end of file |