diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-16 19:25:25 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-16 19:25:25 -0400 |
commit | e31b1b27f83f47da10b2775f192eb8eefcfc68a2 (patch) | |
tree | abc0b57bd50d4037444fe662936f5a542d69fc0a /doc/tips | |
parent | 9265ce85b6905024a45e66b89bd6c9c910c0b07a (diff) | |
download | ikiwiki-e31b1b27f83f47da10b2775f192eb8eefcfc68a2.tar ikiwiki-e31b1b27f83f47da10b2775f192eb8eefcfc68a2.tar.gz |
remove note about needing --gettime; automatically run on first build now
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/Importing_posts_from_Wordpress.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Importing_posts_from_Wordpress.mdwn b/doc/tips/Importing_posts_from_Wordpress.mdwn index 8774c9723..ecc6ae505 100644 --- a/doc/tips/Importing_posts_from_Wordpress.mdwn +++ b/doc/tips/Importing_posts_from_Wordpress.mdwn @@ -1,6 +1,6 @@ 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>--gettime</tt> to get the preserve creation times on checkout. +[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. WordPress categories are mapped onto Ikiwiki tags. The ability to import comments is planned. |