diff options
author | simonraven <simonraven@web> | 2009-04-28 16:14:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-04-28 16:14:44 -0400 |
commit | 972220412fded94b53a357858039656f234ce8f9 (patch) | |
tree | 9fc38526aee5223bc20beb90c6a9c93e2ec1f9ad /doc/tips/importing_posts_from_wordpress | |
parent | b8be54db227e94502b8caf47ac06b51ba53bc283 (diff) |
Diffstat (limited to 'doc/tips/importing_posts_from_wordpress')
-rw-r--r-- | doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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:]) </pre> + + +(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]] |