<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《解析 WordPress 插件机制》的评论</title>
	<atom:link href="http://hpyer.cn/dissect-wordpress-plugin.html/feed" rel="self" type="application/rss+xml" />
	<link>http://hpyer.cn/dissect-wordpress-plugin.html</link>
	<description>现实的世界里寻找点滴的未知空间</description>
	<lastBuildDate>Wed, 16 May 2012 06:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：解析 WordPress 插件机制 &#124; Diego‘s Blog &#124; 张迪的博客</title>
		<link>http://hpyer.cn/dissect-wordpress-plugin.html/comment-page-2#comment-7145</link>
		<dc:creator>解析 WordPress 插件机制 &#124; Diego‘s Blog &#124; 张迪的博客</dc:creator>
		<pubDate>Mon, 26 Sep 2011 15:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?p=388#comment-7145</guid>
		<description>[...] 解析 WordPress 插件机制  发表于 09月 26, 2011 ，作者： 张 迪   转发自 http://hpyer.cn/dissect-wordpress-plugin.html?wpc=dlc#comment-7144 [...]</description>
		<content:encoded><![CDATA[<p>[...] 解析 WordPress 插件机制  发表于 09月 26, 2011 ，作者： 张 迪   转发自 http://hpyer.cn/dissect-wordpress-plugin.html?wpc=dlc#comment-7144 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Yiier</title>
		<link>http://hpyer.cn/dissect-wordpress-plugin.html/comment-page-1#comment-7144</link>
		<dc:creator>Yiier</dc:creator>
		<pubDate>Mon, 26 Sep 2011 15:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?p=388#comment-7144</guid>
		<description>不错转发了</description>
		<content:encoded><![CDATA[<p>不错转发了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：PHP中插件机制学习 &#124; 维摩诘</title>
		<link>http://hpyer.cn/dissect-wordpress-plugin.html/comment-page-1#comment-6779</link>
		<dc:creator>PHP中插件机制学习 &#124; 维摩诘</dc:creator>
		<pubDate>Thu, 30 Jun 2011 01:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?p=388#comment-6779</guid>
		<description>[...] 解析 WordPress 插件机制 [...]</description>
		<content:encoded><![CDATA[<p>[...] 解析 WordPress 插件机制 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：解析 WordPress 插件机制 &#124; DaPad Home</title>
		<link>http://hpyer.cn/dissect-wordpress-plugin.html/comment-page-1#comment-5819</link>
		<dc:creator>解析 WordPress 插件机制 &#124; DaPad Home</dc:creator>
		<pubDate>Sat, 12 Mar 2011 12:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?p=388#comment-5819</guid>
		<description>[...]  8 Comments Write a comment Did you enjoy this article? Share it or give it a [...]</description>
		<content:encoded><![CDATA[<p>[...]  8 Comments Write a comment Did you enjoy this article? Share it or give it a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：想入非非 &#187; Blog Archive &#187; 解析 WordPress 插件机制</title>
		<link>http://hpyer.cn/dissect-wordpress-plugin.html/comment-page-1#comment-3324</link>
		<dc:creator>想入非非 &#187; Blog Archive &#187; 解析 WordPress 插件机制</dc:creator>
		<pubDate>Mon, 21 Jun 2010 03:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?p=388#comment-3324</guid>
		<description>[...] 今天看到一篇对wordpress做二次开发非常有用的文章，在这个论坛好象还没有看到，故转过来与大家分享一下： 原文出自：http://hpyer.cn/dissect-wordpress-plugin.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 今天看到一篇对wordpress做二次开发非常有用的文章，在这个论坛好象还没有看到，故转过来与大家分享一下： 原文出自：http://hpyer.cn/dissect-wordpress-plugin.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：解析 WordPress 插件机制</title>
		<link>http://hpyer.cn/dissect-wordpress-plugin.html/comment-page-1#comment-3042</link>
		<dc:creator>解析 WordPress 插件机制</dc:creator>
		<pubDate>Tue, 18 May 2010 05:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://hpyer.cn/?p=388#comment-3042</guid>
		<description>[...] 原文出自：http://hpyer.cn/dissect-wordpress-plugin.html 一直对软件的组件、插件架构非常感兴趣，我认为现在开发任何应用程序，一定要有一个架构良好的插件机制，这样可以吸引其他人来开发插件，极大的扩充系统的功能。Eclipse就是一个非常棒的例子，几乎你想什么功能，都可以从社区中找到相应的第三方插件。Firefox也同样如此，它的插件机制非常灵活（尤其是相对IE而言），因此Firefox社区中可以找到各种各样的插件。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文出自：http://hpyer.cn/dissect-wordpress-plugin.html 一直对软件的组件、插件架构非常感兴趣，我认为现在开发任何应用程序，一定要有一个架构良好的插件机制，这样可以吸引其他人来开发插件，极大的扩充系统的功能。Eclipse就是一个非常棒的例子，几乎你想什么功能，都可以从社区中找到相应的第三方插件。Firefox也同样如此，它的插件机制非常灵活（尤其是相对IE而言），因此Firefox社区中可以找到各种各样的插件。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

