<?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>Think in Something &#187; wordpress</title>
	<atom:link href="http://www.thinkinsth.net/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thinkinsth.net</link>
	<description></description>
	<lastBuildDate>Sun, 22 Aug 2010 14:16:04 +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>Upgrade</title>
		<link>http://www.thinkinsth.net/427</link>
		<comments>http://www.thinkinsth.net/427#comments</comments>
		<pubDate>Sat, 20 Dec 2008 14:15:13 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[志中志]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/427</guid>
		<description><![CDATA[通过 SSH 连接到 DreamHost 的主机上，再用 SVN 升级了 WordPress 到 2.7。后台确实不错。
惊讶的是原来用的主题 Fauna 竟然还能用。
唯一不爽的是今晚 DH 的机器老是出问题么，经常有 500 错误。
]]></description>
			<content:encoded><![CDATA[<p>通过 SSH 连接到 DreamHost 的主机上，再用 SVN 升级了 <a href="http://www.wordpress.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">WordPress</a> 到 2.7。后台确实不错。</p>
<p>惊讶的是原来用的主题 Fauna 竟然还能用。</p>
<p>唯一不爽的是今晚 DH 的机器老是出问题么，经常有 500 错误。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/427/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>本站 Blog 程序成功升级至 WordPress 2.3</title>
		<link>http://www.thinkinsth.net/370</link>
		<comments>http://www.thinkinsth.net/370#comments</comments>
		<pubDate>Thu, 04 Oct 2007 19:22:00 +0000</pubDate>
		<dc:creator>HowJay</dc:creator>
				<category><![CDATA[伍德普莱斯]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thinkinsth.net/blog/370</guid>
		<description><![CDATA[打算从 2.1.3 升级到 2.3，跨度比较大，所以前期准备工作做了不少：

清理插件列表，升级所有再用插件到最新版本。
不再使用 Gallery + WordPress Gallery2 来管理图片。主要是因为 Gallery 的图片上传太复杂了，插入图片到文章中也比较慢。但是上述组合的功能仍然是最强大的。
等待 Fauna 主题发布支持 WordPress 2.3 的 1.0 版本。
将针对现有主题的修改（如增加的 Google Adsense 代码）更新到新版本的 Fauna 去。
备份现有 Blog 目录

因为准备工作做的充分，并且我本来就是使用 SVN 安装的 WordPress 2.1.3，所以升级过程十分方便和顺利。直接使用以下命令即可：

svn sw http://svn.automattic.com/wordpress/tags/2.3/

然后再进入 WP 管理后台升级一下数据库即可。此版本的 WP 已经不需要再手动修改 wp-includes/wp-db.php 文件以正确显示 UTF-8 编码的中文了。
]]></description>
			<content:encoded><![CDATA[<p>打算从 <a href="http://wordpress.org/development/2007/04/wordpress-213-and-2010/">2.1.3</a> 升级到 <a href="http://wordpress.org/development/2007/09/wordpress-23/">2.3</a>，跨度比较大，所以前期准备工作做了不少：</p>
<ul>
<li>清理插件列表，升级所有再用插件到最新版本。</li>
<li>不再使用 <a href="http://www.gallery2.org/">Gallery</a> + <a href="http://wpg2.galleryembedded.com/">WordPress Gallery2</a> 来管理图片。主要是因为 Gallery 的图片上传太复杂了，插入图片到文章中也比较慢。但是上述组合的功能仍然是最强大的。</li>
<li>等待 <a href="http://www.noscope.com/fauna/">Fauna</a> 主题发布支持 <a href="http://www.wordpress.org"  class="alinks_links" onclick="return alinks_click(this);" title=""  style="padding-right: 13px; background: url(/blog/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">WordPress</a> 2.3 的 1.0 版本。</li>
<li>将针对现有主题的修改（如增加的 <a href="https://www.google.com/adsense">Google Adsense</a> 代码）更新到新版本的 Fauna 去。</li>
<li>备份现有 Blog 目录</li>
</ul>
<p>因为准备工作做的充分，并且我本来就是使用 <a href="http://subversion.tigris.org">SVN</a> 安装的 WordPress 2.1.3，所以升级过程十分方便和顺利。直接使用以下命令即可：</p>
<p><code><br />
svn sw http://svn.automattic.com/wordpress/tags/2.3/<br />
</code></p>
<p>然后再进入 WP 管理后台升级一下数据库即可。此版本的 WP 已经不需要再手动修改 wp-includes/wp-db.php 文件以正确显示 UTF-8 编码的中文了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkinsth.net/370/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

