<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>anilmakhijani.com &#187; script</title>
	<atom:link href="http://anilmakhijani.com/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://anilmakhijani.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Jun 2011 17:19:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Exporting Posts from WordPress 2.5</title>
		<link>http://anilmakhijani.com/2008/12/30/exporting-posts-from-wordpress-25/</link>
		<comments>http://anilmakhijani.com/2008/12/30/exporting-posts-from-wordpress-25/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 21:06:59 +0000</pubDate>
		<dc:creator>Anil</dc:creator>
				<category><![CDATA[Wordpress Development]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://anilmakhijani.com/?p=141</guid>
		<description><![CDATA[Recently I tried exporting some posts from one WordPress 2.5 blog to another WordPress 2.5 blog. The import worked perfectly, but then I realized that I had forgotten to import one of the posts. Rather than doing to the whole import again, I decided to just import the post that I had forgotten. Unfortunately, WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I tried exporting some posts from one WordPress 2.5 blog to another WordPress 2.5 blog.  The import worked perfectly, but then I realized that I had forgotten to import one of the posts.  Rather than doing to the whole import again, I decided to just import the post that I had forgotten.  Unfortunately, WordPress brought over all of my categories again, leaving me with duplicates of all of my categories.  Ugg.</p>
<p>I wrote a small python script that takes a wordpress export file and strips out information about categories and tags.  It&#8217;s a pretty simple script, but I will share it anyway: <a href="http://demos.anilmakhijani.com/scripts/rm_cats_wp_export.py">script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anilmakhijani.com/2008/12/30/exporting-posts-from-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

