<?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>后院&#124;kevin’s backyard &#187; wordpress</title>
	<atom:link href="http://kevin.9511.net/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://kevin.9511.net</link>
	<description>立志做一个混事业型男人</description>
	<lastBuildDate>Fri, 30 Apr 2010 16:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>通过GoogleReader备份博客并恢复到Wordpress中</title>
		<link>http://kevin.9511.net/archives/454.html</link>
		<comments>http://kevin.9511.net/archives/454.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 20:24:15 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[技术备案]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[atom2rss]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kevin.9511.net/?p=454</guid>
		<description><![CDATA[备份的方法很简单，当然就是通过feed订阅喽。下面是导出的方法。
在google reader中将要导出的博客归入一个新建的类别（label），最好为英文，并在“设置”中将此类别设为“公开”。
通过以下URL即可查看该博客的atom格式的种子（feed）输出：
http://www.google.com/reader/public/atom/user/{userid}/label/{labelname}?n=1000
其中{userid}，可以在 这个页面 的“在新窗口中预览共享条目页”连接中找到。{labelname}是刚刚那个新建的类别名称。n=1000代表一次性输出1000条。
google reader只提供了atom格式的feed输出(后来知道blogger也是如此)，但wordpress却只接受rss格式的输入。他俩不会有仇吧？
为了将atom转换成rss，于是在GAE上做了个atom2rss的工具：http://atom2rss.appspot.com。如果不知道修改hosts文件直接访问appspot的方法，访问可能需要翻墙。
简单介绍下atom2rss这个小工具吧。
1，只支持Atom1.0到RSS2.0的转换并需要提供atom1.0格式种子的URL
2，使用jython+modjy编写，运行于Google AppEngine
3，使用了 http://atom.geekhood.net/ 提供的XSLT转换模板。
4，代码在这里：http://code.google.com/p/atom2rss-jython/
]]></description>
			<content:encoded><![CDATA[<p>备份的方法很简单，当然就是通过feed订阅喽。下面是导出的方法。</p>
<p>在google reader中将要导出的博客归入一个新建的类别（label），最好为英文，并在“设置”中将此类别设为“公开”。</p>
<p>通过以下URL即可查看该博客的atom格式的种子（feed）输出：</p>
<blockquote><p>http://www.google.com/reader/public/atom/user/{userid}/label/{labelname}?n=1000</p></blockquote>
<p>其中{userid}，可以在 <a href="http://www.google.com/reader/view/user/-/state/com.google/broadcast#friends-manager-page" target="_blank">这个页面</a> 的“在新窗口中预览共享条目页”连接中找到。{labelname}是刚刚那个新建的类别名称。n=1000代表一次性输出1000条。<span id="more-454"></span></p>
<p>google reader只提供了atom格式的feed输出(后来知道blogger也是如此)，但wordpress却只接受rss格式的输入。他俩不会有仇吧？</p>
<p>为了将atom转换成rss，于是在GAE上做了个atom2rss的工具：<a href="http://atom2rss.appspot.com" target="_blank">http://atom2rss.appspot.com</a>。如果不知道修改hosts文件直接访问appspot的方法，访问可能需要翻墙。</p>
<p>简单介绍下atom2rss这个小工具吧。</p>
<p>1，只支持Atom1.0到RSS2.0的转换并需要提供atom1.0格式种子的URL</p>
<p>2，使用jython+modjy编写，运行于Google AppEngine</p>
<p>3，使用了 http://atom.geekhood.net/ 提供的XSLT转换模板。</p>
<p>4，代码在这里：<a href="http://code.google.com/p/atom2rss-jython/" target="_blank">http://code.google.com/p/atom2rss-jython/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.9511.net/archives/454.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>改头换面</title>
		<link>http://kevin.9511.net/archives/203.html</link>
		<comments>http://kevin.9511.net/archives/203.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:15:03 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[七零八碎]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kevin.9511.net/?p=203</guid>
		<description><![CDATA[把WordPress升到了最新版本，换了个theme，感觉清爽了一些。。。
]]></description>
			<content:encoded><![CDATA[<p>把WordPress升到了最新版本，换了个theme，感觉清爽了一些。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.9511.net/archives/203.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress安装成了</title>
		<link>http://kevin.9511.net/archives/96.html</link>
		<comments>http://kevin.9511.net/archives/96.html#comments</comments>
		<pubDate>Sun, 19 Aug 2007 03:22:13 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[七零八碎]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kevin.9511.net/?p=96</guid>
		<description><![CDATA[人不小了，扳指细数，来北京也混了5年多了，虽说一事无成，但值得记忆的东西还是不少。
用脑子去记，越发觉得有些力不心，所以决心建个Blog，赶赶时髦，也“勃”上一把。
其实WP昨天就装好了，只是一直在满世界的找themes。
WP的主题实在是多如牛毛，经过2天的筛选(已经接近崩溃的边缘)，就现在这个了，看上去还不错。
]]></description>
			<content:encoded><![CDATA[<p>人不小了，扳指细数，来北京也混了5年多了，虽说一事无成，但值得记忆的东西还是不少。<br />
用脑子去记，越发觉得有些力不心，所以决心建个Blog，赶赶时髦，也“勃”上一把。</p>
<p>其实WP昨天就装好了，只是一直在满世界的找themes。<br />
WP的主题实在是多如牛毛，经过2天的筛选(已经接近崩溃的边缘)，就现在这个了，看上去还不错。</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.9511.net/archives/96.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

