<?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>IT Farmer的博客 &#187; Wordpress</title>
	<atom:link href="http://www.it-farmer.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-farmer.com</link>
	<description>关于软件, 技术, 生活的点滴记录</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>nginx, 很不错的Web服务器</title>
		<link>http://www.it-farmer.com/nginx-very-nice-lightweight-web-server.html</link>
		<comments>http://www.it-farmer.com/nginx-very-nice-lightweight-web-server.html#comments</comments>
		<pubDate>Fri, 19 Feb 2010 01:31:46 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[开源]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=406</guid>
		<description><![CDATA[nginx（发音同 engine x）是一款俄罗斯的程式设计师Igor Sysoev所开发轻量级的网页服务器、反向代理服务器以及电子邮件（IMAP/POP3）代理服务器，并在BSD-like协议下发行，可以在UNIX, GNU/Linux, BSD, Mac OS X, Solaris, 以及 Microsoft Windows等操作系统中运行。 nginx相较于Apache,lighttpd具有占有内存少，稳定性高等优势，并且依靠并发能力强，丰富的模块库以及友好灵活的配置而闻名。 目前中国大陆使用nginx网站用户有：新浪、网易、腾讯 安装教程可以参见http://library.linode.com/web-servers/nginx/ 本人使用发现,确实该软件占用内存比Apache要好得多. Apache运行中会创建很多进程,而nginx的进程数是固定可配置的. ngnix在网站配置上和Apache类似. 这里提一下WordPresss的配置问题. 往往wordpress网站会使用Permanent Link，而该功能是需要Apache rewrite模块支持的．对于nginx，也需要设置对应的rewrite规则． 其实设置也很简单，只需要在网站配置文件中加入如下规则，wordpress的permanent link便可以工作了．         index  index.html index.htm index.php;         if (!-f $request_filename){            rewrite (.*) /index.php;         } Related Posts:Nginx + Django SetupHow to create symbolic link on linuxonyx电子书，适合中国国情的电子书　Linux上安装OpenVPN几个主机概念Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/nginx-very-nice-lightweight-web-server.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Cache Plugin Performance</title>
		<link>http://www.it-farmer.com/wordpress-cache-plugin-performance.html</link>
		<comments>http://www.it-farmer.com/wordpress-cache-plugin-performance.html#comments</comments>
		<pubDate>Wed, 17 Feb 2010 00:45:24 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=401</guid>
		<description><![CDATA[WordPress is known to be slow in performance. But a lot of people still like to use it because it has flexible design with a lot of plugins. To tackle the performance problem, people have created several cache plugins to turn the dynamic pages into static one so that it can boost the performance.  Some [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/wordpress-cache-plugin-performance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何更改WordPress的语言设置？</title>
		<link>http://www.it-farmer.com/wordpress-language-setting.html</link>
		<comments>http://www.it-farmer.com/wordpress-language-setting.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:06:19 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=261</guid>
		<description><![CDATA[如果安装了wordpress的多语言支持，比如中文，该如何设置启用中文呢？ 答案很简单，修改wp-config.php如下即可： define (&#8216;WPLANG&#8217;, &#8216;zh_CN&#8217;); Related Posts:WordPress 2.5发布了WordPress的安全Tip门头沟妙峰山WordPress 2.5新功能Red leaves in great wallPowered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/wordpress-language-setting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5发布了</title>
		<link>http://www.it-farmer.com/wordpress-25%e5%8f%91%e5%b8%83%e4%ba%86.html</link>
		<comments>http://www.it-farmer.com/wordpress-25%e5%8f%91%e5%b8%83%e4%ba%86.html#comments</comments>
		<pubDate>Sun, 30 Mar 2008 04:01:18 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=138</guid>
		<description><![CDATA[本博已经升级到WordPress 2.5。后台界面的全新设计感觉耳目一新！ http://wordpress.org/downlod/ 不过，上传图片的功能似乎在IE7下有Bug Related Posts:WordPress 2.5新功能门头沟戒台寺小技巧：Ubuntu访问Vista的共享目录Build firefox 3 trunk on ubuntu门头沟妙峰山Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/wordpress-25%e5%8f%91%e5%b8%83%e4%ba%86.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5新功能</title>
		<link>http://www.it-farmer.com/wordpress-25.html</link>
		<comments>http://www.it-farmer.com/wordpress-25.html#comments</comments>
		<pubDate>Sat, 15 Mar 2008 15:32:43 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/wordpress-25.html</guid>
		<description><![CDATA[WordPress 2.5有哪些新功能呢？这里有在线演示http://wp.chrisjohnston.org/ 玩了一会，主要就发现：2.5有全新的后台管理界面。原计划是3.10发布的，看起来是推迟了。 Related Posts:WordPress 2.5发布了WordPress的安全Tip如何更改WordPress的语言设置？WordPress新版本2.3.3出来了WordPress Cache Plugin PerformancePowered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/wordpress-25.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress的安全Tip</title>
		<link>http://www.it-farmer.com/wordpress-security-tips.html</link>
		<comments>http://www.it-farmer.com/wordpress-security-tips.html#comments</comments>
		<pubDate>Thu, 06 Mar 2008 02:55:04 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[安全]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/wordpress-security-tips.html</guid>
		<description><![CDATA[Matt Cutts最近提到了三个关于WordPress的安全小知识. 其中第二条值得注意,  我试了一下,可以看到服务器的plugins以及themes目录列表. 这可能看起来不算什么,可对于有心的攻击者来说可能就是很有用的信息. 解决方法：参照Matt说的，作一个空的index.html放到那些目录下． 不过更简单的是在Cpanel里面设置，打开Index Manager，把所有的目录Indexing设成No Index. Related Posts:WordPress 2.5发布了WordPress 2.5新功能如何更改WordPress的语言设置？PSP电子书的下载门头沟戒台寺Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/wordpress-security-tips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress的汉化小技巧</title>
		<link>http://www.it-farmer.com/wordpress%e7%9a%84%e6%b1%89%e5%8c%96%e5%b0%8f%e6%8a%80%e5%b7%a7.html</link>
		<comments>http://www.it-farmer.com/wordpress%e7%9a%84%e6%b1%89%e5%8c%96%e5%b0%8f%e6%8a%80%e5%b7%a7.html#comments</comments>
		<pubDate>Wed, 13 Feb 2008 10:31:25 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[ultraedit32]]></category>
		<category><![CDATA[utf8]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[汉化]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/wordpress%e7%9a%84%e6%b1%89%e5%8c%96%e5%b0%8f%e6%8a%80%e5%b7%a7.html</guid>
		<description><![CDATA[我用的是英文版的WordPress。此外很多plugin和主题也是英文的，于是我试着做了一下汉化。 打开php脚本，直接把里面的英文改成中文，保存上传，结果中文确实乱码了。 原因是这样的，wordpress使用的是UTF8编码，直接输入中文的话，就会乱码了。解决方案： 先把要修改的php转存为UTF8(无BOM)格式，可以用UltraEdit32或Notepad++完成，然后就可以随意输入中文啦。。。 Related Posts:WordPress新版本2.3.3出来了下载电子书的网站WordPress 2.5发布了计算博客链接的价码批处理一个目录的文件Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/wordpress%e7%9a%84%e6%b1%89%e5%8c%96%e5%b0%8f%e6%8a%80%e5%b7%a7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>给WordPress博客添加favicon</title>
		<link>http://www.it-farmer.com/%e7%bb%99wordpress%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0favicon.html</link>
		<comments>http://www.it-farmer.com/%e7%bb%99wordpress%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0favicon.html#comments</comments>
		<pubDate>Mon, 11 Feb 2008 07:52:19 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/%e7%bb%99wordpress%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0favicon.html</guid>
		<description><![CDATA[在有些网站上，你可能会注意到浏览器的地址栏上会显示一个该网站的独特的图标。这就是本文要说的favicon, 也就是favourite icon。 下面就是我给本博客添加favicon的详细步骤： 制作一个图标，这对于有美术功底的朋友应该很容易。本人没有这个艺术细胞，采用以下方法： 选用一张照片 提交到favicon的web 2.0网站http://www.html-kit.com/favicon/会生成一个图标 上传图标到网站的根目录下 打开wordpress的当前主题对应的header.php文件，添加下面一行代码到&#60;head&#62;&#60;/head&#62;间 &#60;link rel=&#8221;shortcut icon&#8221; href=&#8221;/favicon.ico&#8221; mce_href=&#8221;/favicon.ico&#8221;&#62; 保存上传，在打开网站就应该可以看到你的独特的favicon了。 Related Posts:Wine 1.0 releasedCentOS简介很黄很暴力CVS学习笔记(1)onyx电子书，适合中国国情的电子书　Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/%e7%bb%99wordpress%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0favicon.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress新版本2.3.3出来了</title>
		<link>http://www.it-farmer.com/wordpress%e6%96%b0%e7%89%88%e6%9c%ac233%e5%87%ba%e6%9d%a5%e4%ba%86.html</link>
		<comments>http://www.it-farmer.com/wordpress%e6%96%b0%e7%89%88%e6%9c%ac233%e5%87%ba%e6%9d%a5%e4%ba%86.html#comments</comments>
		<pubDate>Sat, 09 Feb 2008 06:00:46 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/wordpress%e6%96%b0%e7%89%88%e6%9c%ac233%e5%87%ba%e6%9d%a5%e4%ba%86.html</guid>
		<description><![CDATA[本站用的是WordPress作为Blog软件,  我用WordPress有一段时间了, 感觉还是不错的. 虽然是用php写的,但是它的功能十分强大,具有很强的扩展性,这从它具有无数的插件可以看出来. 这也充分说明, 程序语言是没有高下之分的,重要的是设计出来的软件能解决什么问题. 更重要的是WordPress还是一个免费开源软件, 相信热衷于PHP编程的同学应该可以从它的设计中学到一些东西. 等我哪天有空闲了,也编一两个插件试一下了. WordPress的更新十分活跃,作为一个网络服务器软件来说,十分重要,毕竟网络安全不可忽视嘛! Related Posts:WordPress的汉化小技巧WordPress 2.5发布了WordPress Cache Plugin PerformanceWordPress 2.5新功能下载电子书的网站Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/wordpress%e6%96%b0%e7%89%88%e6%9c%ac233%e5%87%ba%e6%9d%a5%e4%ba%86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
