From 68770930a72adc39f535210bceff171efcf205ac Mon Sep 17 00:00:00 2001 From: "http://jasonriedy.wordpress.com/" Date: Sun, 15 Aug 2010 02:18:59 +0000 Subject: [PATCH] Add an XSLT style sheet for WP->iki conversion --- doc/tips/Importing_posts_from_Wordpress.mdwn | 85 ++++++++++++++++++++ 1 file changed, 85 insertions(+) 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 ""]] + + + + -- 2.44.0