From: http://jasonriedy.wordpress.com/ Date: Sun, 15 Aug 2010 02:18:59 +0000 (+0000) Subject: Add an XSLT style sheet for WP->iki conversion X-Git-Tag: 3.20100831~73^2~4 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=68770930a72adc39f535210bceff171efcf205ac Add an XSLT style sheet for WP->iki conversion --- diff --git a/doc/tips/Importing_posts_from_Wordpress.mdwn b/doc/tips/Importing_posts_from_Wordpress.mdwn index af8e4005d..1ea82b862 100644 --- a/doc/tips/Importing_posts_from_Wordpress.mdwn +++ b/doc/tips/Importing_posts_from_Wordpress.mdwn @@ -15,3 +15,88 @@ I include a modified version of this script. This version includes the ability t -- [[users/simonraven]] [[ikiwiki-wordpress-import]] + +----- + +Perhaps slightly insane, but here's an XSLT style sheet that handles my pages. It's basic, but sufficient to get started. +Note that I had to break up the ikiwiki meta strings to post this. + +-- JasonRiedy + + + + + + + + + + + + + + + + + + + Creating + + + [[meta title=" + + "]] + [[meta date=" + + "]] + [[meta updated=" + + "]] + + + + + + + + + + + + $basename + + + + + + + + + + + + + [[comment format=html + + + + + subject="" + content=""" + + + """]] + + + + + [[!tag ""]] + + + +