diff options
author | http://weakish.myopenid.com/ <http://weakish.myopenid.com/@web> | 2010-06-03 10:21:36 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-06-03 10:21:36 +0000 |
commit | dd10c2fddda92762070abadcdce923c0affa6bb3 (patch) | |
tree | 7ce68fe61fef1791c59d1a24fe0d95948481056b /doc | |
parent | 8a86537e74cd4a8cdfaf4eb8dd7eeb7262b37c98 (diff) |
The script uses the [BeautifulSoup][] module.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/Importing_posts_from_Wordpress.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tips/Importing_posts_from_Wordpress.mdwn b/doc/tips/Importing_posts_from_Wordpress.mdwn index ecc6ae505..af8e4005d 100644 --- a/doc/tips/Importing_posts_from_Wordpress.mdwn +++ b/doc/tips/Importing_posts_from_Wordpress.mdwn @@ -4,6 +4,10 @@ Use case: You want to move away from Wordpress to Ikiwiki as your blogging/websi WordPress categories are mapped onto Ikiwiki tags. The ability to import comments is planned. +The script uses the [BeautifulSoup][] module. + +[BeautifulSoup]: http://www.crummy.com/software/BeautifulSoup/ + ----- I include a modified version of this script. This version includes the ability to write \[[!tag foo]] directives, which the original intended, but didn't actually do. |