<?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>中文Flex例子 &#187; Google Reader</title>
	<atom:link href="http://blog.minidx.com/tag/google-reader/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Reader又抓不到我在FeedSky烧制的feed了</title>
		<link>http://blog.minidx.com/2007/12/25/297.html</link>
		<comments>http://blog.minidx.com/2007/12/25/297.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 05:54:10 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Feedsky]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[订阅]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2007/12/25/297.html</guid>
		<description><![CDATA[之前因为绑定了http://feed.minidx.com到FeedSky，从电信和国外的一些地区无法访问二级域名已经好几个星期了，刚刚发现恢复正常没多久的Google Reader从21号开始又抓不到在FeedSky烧制的feed了……








一个blogger最怕的是什么？我想应该是无法访问吧。 想来想去想不出来Feed烧制的好处……实在搞不懂自己为什么要用Feed烧制服务，自己的服务器完全可以承担订阅的访问量，输出的Feed也比FeedSky烧制的要及时，更加不会出现这样那样的问题……仅仅是为了能够看着订阅数不断的往上升吗？大概是看着Feed烧制比较“流行”，自己也“流行”一把吧……汗
大家都是因为什么而使用Feed烧制服务的啊？？？
※看到博客联盟也有一篇《feedburner，feedsky还是原始 feed？》 并且建议使用自己的独立feed，看来有这样想法的人还是不少的啊~
你可能还对下列文章感兴趣:如何在Feed中自动输出原文链接(Permalink)删除FeedSky的Feed托管，终于把elanso.com这个流氓给“甩”了发现两个Feed的地址的PR居然也都变为了4信息泛滥的年代，应该如何保护我们的个人信息Flex中如何快速显示Twitter Feed的例子]]></description>
		<wfw:commentRss>http://blog.minidx.com/2007/12/25/297.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>如何在Feed中自动输出原文链接(Permalink)</title>
		<link>http://blog.minidx.com/2007/12/14/254.html</link>
		<comments>http://blog.minidx.com/2007/12/14/254.html#comments</comments>
		<pubDate>Fri, 14 Dec 2007 14:42:31 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Feedsky]]></category>
		<category><![CDATA[get_the_content]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[is_feed]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[原文链接]]></category>
		<category><![CDATA[在线阅读]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2007/12/14/254.html</guid>
		<description><![CDATA[一般输出的Feed，像抓虾，鲜果，或者Google Reader在线阅读器阅读的时候，都会有一个原文链接，指向这篇文章原来所在的地址，搜索引擎对Feed抓取的时候，就知道这是来自哪里的文章，这样就不会因为多处出现你的文章而有可能把你原来的“发源地”判断为非原创。但是像FeedSky本身烧制的页面，比如http://feed.minidx.com （目前电信/国外IP无法访问问题依然未解决）或者http://feed.feedsky.com/minidx，Title的链接却是像这样的http://item.feedsky.com/~feedsky/minidx/~6075588/35898622/4183404/1/item.html，这个搜索引擎就会认为文章的地址是上面这个item.feedsky.com，对于SEO是非常不利的，像这样的情况，我们可以让自己输出的Feed都加上自己的原文URL，修改的文件和《Wordpress的首页摘要显示而Feed全文输出的简单解决方案》是同一个，都是wp-includes/post-template.php：








1），找到get_the_content函数
2），在get_the_content函数中找到
if&#160;( count($content) &#38;gt; 1 ) {
if&#160;( $more ) {
$output .= '&#60;span id=&#34;more-'.$id.'&#34;&#62;&#60;/span&#62;'.$content[1];
}&#160;else {
$output = balanceTags($output);
if&#160;( ! empty($more_link_text) )
$output .= ' &#60;a href=&#34;http://blog.minidx.com/wp-admin/%27.%20get_permalink%28%29%20.&#34; class=&#34;\&#34;more-link\&#34;&#34;&#62;$more_link_text&#60;/a&#62;&#34;;
}
}
?&#62;
这一段，增加是Feed输出时的Permalink输出，代码如下（增加部分为 begin&#8212;end部分）：
if&#160;( count($content) &#38;gt; 1 ) {
if&#160;( $more ) {
$output .= '&#60;span id=&#34;more-'.$id.'&#34;&#62;&#60;/span&#62;'.$content[1];
}&#160;else {
$output = balanceTags($output);
if&#160;( ! empty($more_link_text) )
$output .= ' &#60;a href=&#34;http://blog.minidx.com/wp-admin/%27.%20get_permalink%28%29%20.&#34; class=&#34;\&#34;more-link\&#34;&#34;&#62;$more_link_text&#60;/a&#62;&#34;;
}
&#160;
/*&#160; 2007/12/14 DingZhiGang add ---- Begin */
if( is_feed() [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2007/12/14/254.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/17 queries in 0.012 seconds using disk
Object Caching 228/460 objects using disk

Served from: blog.minidx.com @ 2012-02-09 23:02:10 -->
