diff options
author | simonraven <simonraven@web> | 2009-04-13 14:59:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-04-13 14:59:49 -0400 |
commit | b35951026d085b95bf04282ce8d6c738980cfdb4 (patch) | |
tree | 93eeec40a564cc2c2331c58e735ccdce962bb690 /doc/tips | |
parent | 27d86954901011565105b160fb93cb64519d3d56 (diff) |
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/Importing_posts_from_Wordpress.mdwn | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/tips/Importing_posts_from_Wordpress.mdwn b/doc/tips/Importing_posts_from_Wordpress.mdwn index 87ef12079..59330caa4 100644 --- a/doc/tips/Importing_posts_from_Wordpress.mdwn +++ b/doc/tips/Importing_posts_from_Wordpress.mdwn @@ -2,4 +2,12 @@ Use case: You want to move away from Wordpress to Ikiwiki as your blogging/websi [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 +WordPress categories are mapped onto Ikiwiki tags. The ability to import comments is planned. + +----- + +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. + +-- [[users/simonraven]] + +[[ikiwiki-wordpress-import]] |