<?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>Read ERN &#187; wordpress</title>
	<atom:link href="http://www.readern.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.readern.com</link>
	<description>生命不息折腾不止</description>
	<lastBuildDate>Sat, 31 Dec 2011 16:18:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>本站增加移动设备专用主题</title>
		<link>http://www.readern.com/we-add-wptouch.html</link>
		<comments>http://www.readern.com/we-add-wptouch.html#comments</comments>
		<pubDate>Wed, 25 Aug 2010 16:57:19 +0000</pubDate>
		<dc:creator>ern</dc:creator>
				<category><![CDATA[咬口苹果]]></category>
		<category><![CDATA[网络]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[软件推荐]]></category>

		<guid isPermaLink="false">http://www.readern.com/?p=343</guid>
		<description><![CDATA[受iBuick启发，本站也用上了移动设备的主题，您使用iPhone、iPod Touch、BlackBerry等终端访问本站时将自动加载移动版主题，页面底部提供切换按钮。还有些细节明天修改，今儿先歇了。 © ern for Read ERN, 2010. &#124; Permalink &#124; 7 comments &#124; Add to del.icio.us Post tags: wordpress, 软件推荐 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>受<a href="http://ibuick.com/" target="_blank">iBuick</a>启发，本站也用上了移动设备的主题，您使用iPhone、iPod Touch、BlackBerry等终端访问本站时将自动加载移动版主题，页面底部提供切换按钮。还有些细节明天修改，今儿先歇了。</p>
<hr />
<p><small>© ern for <a href="http://www.readern.com">Read ERN</a>, 2010. |
<a href="http://www.readern.com/we-add-wptouch.html">Permalink</a> |
<a href="http://www.readern.com/we-add-wptouch.html#comments">7 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.readern.com/we-add-wptouch.html&title=本站增加移动设备专用主题">del.icio.us</a>
<br/>
Post tags: <a href="http://www.readern.com/tag/wordpress" rel="tag">wordpress</a>, <a href="http://www.readern.com/tag/%e8%bd%af%e4%bb%b6%e6%8e%a8%e8%8d%90" rel="tag">软件推荐</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.readern.com/we-add-wptouch.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MAC OS X下修改wordpress本地化文件</title>
		<link>http://www.readern.com/localise-wordpress-in-mac-os-x.html</link>
		<comments>http://www.readern.com/localise-wordpress-in-mac-os-x.html#comments</comments>
		<pubDate>Sun, 22 Aug 2010 03:26:45 +0000</pubDate>
		<dc:creator>ern</dc:creator>
				<category><![CDATA[咬口苹果]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[软件推荐]]></category>

		<guid isPermaLink="false">http://www.readern.com/?p=340</guid>
		<description><![CDATA[包括本站在内，很多自建的blog都选用wordpress框架，相应的中文翻译也都不错，但是归档的“2010年八月”看上去总是很怪异，今天花了点时间琢磨了下这个问题。 其实wordpress里的中文化是在wp-content/languages下的zh_CN.po和zh_CN.mo中，其中真正的文本是保存在zh_CN.po里。但直接下载下来编辑后是无效的，因为我们需要专门的编辑器，编辑完zh_CN.po后还要自动生成zh_CN.mo。这个编辑器就是poedit，虽然国内网站上到处都是Windows版本，其实它也有对应的MAC OS X版，最新是1.4.6.1版。 下载后打开对应的po文件，按照你的需要搜索对应的条目，编辑好以后Save，就自动生成了mo，上传到服务器覆盖原来的文件即可。 © ern for Read ERN, 2010. &#124; Permalink &#124; 2 comments &#124; Add to del.icio.us Post tags: MAC OS X, wordpress, 软件推荐 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>包括本站在内，很多自建的blog都选用wordpress框架，相应的中文翻译也都不错，但是归档的“2010年八月”看上去总是很怪异，今天花了点时间琢磨了下这个问题。</p>
<p>其实wordpress里的中文化是在wp-content/languages下的zh_CN.po和zh_CN.mo中，其中真正的文本是保存在zh_CN.po里。但直接下载下来编辑后是无效的，因为我们需要专门的编辑器，编辑完zh_CN.po后还要自动生成zh_CN.mo。这个编辑器就是poedit，虽然国内网站上到处都是Windows版本，其实它也有<a href="http://www.poedit.net/download.php#osx" target="_blank">对应的MAC OS X版</a>，最新是<a href="http://prdownloads.sourceforge.net/poedit/poedit-1.4.6.1.dmg" target="_blank">1.4.6.1版</a>。</p>
<p>下载后打开对应的po文件，按照你的需要搜索对应的条目，编辑好以后Save，就自动生成了mo，上传到服务器覆盖原来的文件即可。</p>
<hr />
<p><small>© ern for <a href="http://www.readern.com">Read ERN</a>, 2010. |
<a href="http://www.readern.com/localise-wordpress-in-mac-os-x.html">Permalink</a> |
<a href="http://www.readern.com/localise-wordpress-in-mac-os-x.html#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.readern.com/localise-wordpress-in-mac-os-x.html&title=MAC OS X下修改wordpress本地化文件">del.icio.us</a>
<br/>
Post tags: <a href="http://www.readern.com/tag/mac-os-x" rel="tag">MAC OS X</a>, <a href="http://www.readern.com/tag/wordpress" rel="tag">wordpress</a>, <a href="http://www.readern.com/tag/%e8%bd%af%e4%bb%b6%e6%8e%a8%e8%8d%90" rel="tag">软件推荐</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.readern.com/localise-wordpress-in-mac-os-x.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>我的Blog改造</title>
		<link>http://www.readern.com/personalize-readern.html</link>
		<comments>http://www.readern.com/personalize-readern.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:03:33 +0000</pubDate>
		<dc:creator>ern</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[iNove]]></category>
		<category><![CDATA[LavaLamp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[个性化]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.readern.com/?p=86</guid>
		<description><![CDATA[建这个Blog也有两个月了，从一开始搜索WordPress安装方法到现在也能稍微改改代码，算是有点进步了。昨天发现WordPress和iNove主题都升级了，WordPress的升级没有任何异常，升级主题则丢掉几乎所有的个性设置。重新设置也顺便小结下自己Blog的个性设置。 修改templates/end.php，主要是修改主页最下方的版权说明，顺便也可以修改下说明中取日期的方法，把原来几个SQL查询精简掉； 增加了LavaLamp效果； 修改404.php，去掉了iNove里太多的链接，直接只用了Google自定义的404页面； 安装WP-PostViews Plus插件，在帖子旁显示浏览次数，修改single.php和index.php即可； 安装WP-RecentComments插件，在sidebar.php里把“最新评论”下面提取的代码修改（插件主页上就有详细说明）； 修改style.css，把正文字体（开头部分的body中）和侧栏字体都改大两号。 © ern for Read ERN, 2009. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: iNove, LavaLamp, php, wordpress, 个性化, 插件 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>建这个Blog也有两个月了，从一开始搜索WordPress安装方法到现在也能稍微改改代码，算是有点进步了。昨天发现WordPress和iNove主题都升级了，WordPress的升级没有任何异常，升级主题则丢掉几乎所有的个性设置。重新设置也顺便小结下自己Blog的个性设置。</p>
<ol>
<li>修改templates/end.php，主要是修改主页最下方的版权说明，顺便也可以修改下说明中取日期的方法，把原来几个SQL查询精简掉；</li>
<li><a href="http://www.neoease.com/lavalamp-for-wordpress-users/" target="_blank">增加了LavaLamp效果</a>；</li>
<li>修改404.php，去掉了iNove里太多的链接，直接只用了Google自定义的404页面；</li>
<li>安装WP-PostViews Plus插件，在帖子旁显示浏览次数，修改single.php和index.php即可；</li>
<li>安装WP-RecentComments插件，在sidebar.php里把“最新评论”下面提取的代码修改（插件主页上就有详细说明）；</li>
<li>修改style.css，把正文字体（开头部分的body中）和侧栏字体都改大两号。</li>
</ol>
<hr />
<p><small>© ern for <a href="http://www.readern.com">Read ERN</a>, 2009. |
<a href="http://www.readern.com/personalize-readern.html">Permalink</a> |
<a href="http://www.readern.com/personalize-readern.html#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.readern.com/personalize-readern.html&title=我的Blog改造">del.icio.us</a>
<br/>
Post tags: <a href="http://www.readern.com/tag/inove" rel="tag">iNove</a>, <a href="http://www.readern.com/tag/lavalamp" rel="tag">LavaLamp</a>, <a href="http://www.readern.com/tag/php" rel="tag">php</a>, <a href="http://www.readern.com/tag/wordpress" rel="tag">wordpress</a>, <a href="http://www.readern.com/tag/%e4%b8%aa%e6%80%a7%e5%8c%96" rel="tag">个性化</a>, <a href="http://www.readern.com/tag/%e6%8f%92%e4%bb%b6" rel="tag">插件</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.readern.com/personalize-readern.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

