

<?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>提拉米苏 &#187; 开源项目</title>
	<atom:link href="http://guosheng.org/blog/category/opensource/feed" rel="self" type="application/rss+xml" />
	<link>http://guosheng.org</link>
	<description></description>
	<lastBuildDate>Sat, 15 May 2010 08:45:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>用Pre标签代替wordpress代码高亮插件</title>
		<link>http://guosheng.org/blog/2010/1479.html</link>
		<comments>http://guosheng.org/blog/2010/1479.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 12:06:34 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://guosheng.org/?p=1479</guid>
		<description><![CDATA[Q: 为什么不用Wordpress代码高亮插件？
A: 代码高亮插件多为js实现，效率不高且不利于SEO
Q: Pre标签是什么？
A: pre 元素可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。&#60;...]]></description>
			<content:encoded><![CDATA[Q: 为什么不用Wordpress代码高亮插件？
A: 代码高亮插件多为js实现，效率不高且不利于SEO
Q: Pre标签是什么？
A: pre 元素可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。&lt;...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2010/1479.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>彻底解决Wordpress引号问题</title>
		<link>http://guosheng.org/blog/2009/1389.html</link>
		<comments>http://guosheng.org/blog/2009/1389.html#comments</comments>
		<pubDate>Wed, 21 Oct 2009 11:12:58 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=1389</guid>
		<description><![CDATA[在网上闲逛时候找到一款插件quotmarks-replacer 彻底解决了wordpress中全角半角引号的问题.比起前文&#60;解决Wordpress英文引号问题 &#62;介绍的方法方便很多.即不用自己动手修改wordpress源代码也不会在Wordpress新版本升级时候被覆盖.下载猛...]]></description>
			<content:encoded><![CDATA[在网上闲逛时候找到一款插件quotmarks-replacer 彻底解决了wordpress中全角半角引号的问题.比起前文&lt;解决Wordpress英文引号问题 &gt;介绍的方法方便很多.即不用自己动手修改wordpress源代码也不会在Wordpress新版本升级时候被覆盖.下载猛...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/1389.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress统计插件</title>
		<link>http://guosheng.org/blog/2009/1329.html</link>
		<comments>http://guosheng.org/blog/2009/1329.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 16:28:36 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=1329</guid>
		<description><![CDATA[要说的并不是一个在服务器上统计Wordpress访问情况的插件(没有写入操作)，只是将第三方的javascript统计代码方便的嵌入到站点中。既然提起了就简单讲下Wordpress插件结构&#8230;根据用途和个人的理解分成版本信息(黑)、功能函数(红...]]></description>
			<content:encoded><![CDATA[要说的并不是一个在服务器上统计Wordpress访问情况的插件(没有写入操作)，只是将第三方的javascript统计代码方便的嵌入到站点中。既然提起了就简单讲下Wordpress插件结构&#8230;根据用途和个人的理解分成版本信息(黑)、功能函数(红...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/1329.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress最近文章数自定义</title>
		<link>http://guosheng.org/blog/2009/1288.html</link>
		<comments>http://guosheng.org/blog/2009/1288.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:55:31 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=1288</guid>
		<description><![CDATA[Wordpress侧边栏小工具中有一个&#8217;最近文章&#8217;模块，功能就是在wordpress首页显示最近撰写的文章题目。可以自定义显示题目的数量，但限制是不大于15篇。单纯的从理论上讲，首页显示的链接数量对整个站点的SEO有很大影响。...]]></description>
			<content:encoded><![CDATA[Wordpress侧边栏小工具中有一个&#8217;最近文章&#8217;模块，功能就是在wordpress首页显示最近撰写的文章题目。可以自定义显示题目的数量，但限制是不大于15篇。单纯的从理论上讲，首页显示的链接数量对整个站点的SEO有很大影响。...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/1288.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Hook结构浅析</title>
		<link>http://guosheng.org/blog/2009/1239.html</link>
		<comments>http://guosheng.org/blog/2009/1239.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:04:47 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=1239</guid>
		<description><![CDATA[hook机制可以说是wordpress的核心，主要的代码在plugin.php文件中。理解hook用了不少时间，在这里用个最通俗的例子来讲&#8230; 整个wordpress程序就像是一盘烤串，每一串肉看作一个标签(Tag)，串上的每一块肉就是具体的方法(Function)。w...]]></description>
			<content:encoded><![CDATA[hook机制可以说是wordpress的核心，主要的代码在plugin.php文件中。理解hook用了不少时间，在这里用个最通俗的例子来讲&#8230; 整个wordpress程序就像是一盘烤串，每一串肉看作一个标签(Tag)，串上的每一块肉就是具体的方法(Function)。w...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/1239.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自定义WP-Syntax字体</title>
		<link>http://guosheng.org/blog/2009/1115.html</link>
		<comments>http://guosheng.org/blog/2009/1115.html#comments</comments>
		<pubDate>Sat, 25 Jul 2009 02:06:44 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=1115</guid>
		<description><![CDATA[自定义WP-Syntax字体]]></description>
			<content:encoded><![CDATA[放弃了自认为完美的Div+Css代码修饰改用WP-Syntax高亮插件，很简单的加上标签&lt;pre lang=&#8221;php&#8221;&gt;&lt;/pre&gt;搞定php代码高亮.唯一不满意的地方就是WP-Syntax默认字体很烂，于是动手修改！
1.修改字体：geshi.php文件下找到变量$ov...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/1115.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress略缩图续</title>
		<link>http://guosheng.org/blog/2009/923.html</link>
		<comments>http://guosheng.org/blog/2009/923.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 19:19:51 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=923</guid>
		<description><![CDATA[wordpress文章列表略缩图]]></description>
			<content:encoded><![CDATA[继前文&lt;Wordpress略缩图&gt;提出的问题简单谈谈。略缩图+文章题目+正文预览的展示模式我个人十分喜欢，但是从站长角度考虑为每篇文章做略缩实在是件痛苦的事情！尤其是做垃圾站，每天cc很多文章和图片，全部ps做略缩必然崩...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/923.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress2.8发布及简单试用</title>
		<link>http://guosheng.org/blog/2009/772.html</link>
		<comments>http://guosheng.org/blog/2009/772.html#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:07:34 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=772</guid>
		<description><![CDATA[晚上GoogleReader上的兄弟说Wordpress2.8正式版出来了，中文版跟进的很快 cn.wordpress.org 下载一个装在本地。下面简单说说试用感受&#8230;
1.后台访问速度有一点提高，不考虑网络环境影响，比起2.7确实是有些进步。2.对默认的WordPress De...]]></description>
			<content:encoded><![CDATA[晚上GoogleReader上的兄弟说Wordpress2.8正式版出来了，中文版跟进的很快 cn.wordpress.org 下载一个装在本地。下面简单说说试用感受&#8230;
1.后台访问速度有一点提高，不考虑网络环境影响，比起2.7确实是有些进步。2.对默认的WordPress De...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/772.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>随身携带WAMP</title>
		<link>http://guosheng.org/blog/2009/725.html</link>
		<comments>http://guosheng.org/blog/2009/725.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:51:27 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=725</guid>
		<description><![CDATA[一直用Wamp搭建windows下php调试环境，起初觉得很方便沿用至今。最近机器出现了几次严重的故障，C盘的数据必然不保，重装后备份的Wamp环境很难跑起来，原先写好的Wordpress注释和数据库恢复起来甚是麻烦。故决定动手实现绿色免...]]></description>
			<content:encoded><![CDATA[一直用Wamp搭建windows下php调试环境，起初觉得很方便沿用至今。最近机器出现了几次严重的故障，C盘的数据必然不保，重装后备份的Wamp环境很难跑起来，原先写好的Wordpress注释和数据库恢复起来甚是麻烦。故决定动手实现绿色免...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/725.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>可赶上Habari这波了</title>
		<link>http://guosheng.org/blog/2009/520.html</link>
		<comments>http://guosheng.org/blog/2009/520.html#comments</comments>
		<pubDate>Fri, 08 May 2009 15:45:23 +0000</pubDate>
		<dc:creator>XiaoHuHu</dc:creator>
				<category><![CDATA[开源项目]]></category>

		<guid isPermaLink="false">http://www.guosheng.org/?p=520</guid>
		<description><![CDATA[可赶上Habari这波了]]></description>
			<content:encoded><![CDATA[Wordpress团队也内讧了，几个核心开发者出来捣鼓了个Habari。刚刚起步的blog程序，down了0.6的版本，解压后大概3M左右。gg了下大家对这小家伙的看法，希望值都很高，估计是冲着“自由”去的？还没安装测试也不好说什么，写到这...]]></content:encoded>
			<wfw:commentRss>http://guosheng.org/blog/2009/520.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
