From: simonraven Date: Tue, 28 Apr 2009 20:14:44 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 3.11~17 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=972220412fded94b53a357858039656f234ce8f9 --- diff --git a/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn b/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn index 5d7a266ec..96c5f2f89 100644 --- a/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn +++ b/doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn @@ -111,3 +111,12 @@ if __name__ == "__main__": main(*sys.argv[1:]) + + +(I don't know why the tag down there says %s other than it's reading in from the <pre>'d script...) + +I have another version of the script, which scans for <pubDate> and inserts that as a \[[!meta date="foodate"]]. Still work in progress since I just got back to it today, after adding in a rough idea. I'll post a link to it here when it's "good enough for me". + +[[!tag wordpress]] +[[!tag python]] +[[!tag conversion]]