aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/importing_posts_from_wordpress
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2009-04-28 16:14:44 -0400
committerJoey Hess <joey@kitenet.net>2009-04-28 16:14:44 -0400
commit972220412fded94b53a357858039656f234ce8f9 (patch)
tree9fc38526aee5223bc20beb90c6a9c93e2ec1f9ad /doc/tips/importing_posts_from_wordpress
parentb8be54db227e94502b8caf47ac06b51ba53bc283 (diff)
downloadikiwiki-972220412fded94b53a357858039656f234ce8f9.tar
ikiwiki-972220412fded94b53a357858039656f234ce8f9.tar.gz
Diffstat (limited to 'doc/tips/importing_posts_from_wordpress')
-rw-r--r--doc/tips/importing_posts_from_wordpress/ikiwiki-wordpress-import.mdwn9
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 &lt;pre&gt;'d script...)
+
+I have another version of the script, which scans for &lt;pubDate&gt; 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]]