<?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>FVF.me&#039;Ye &#187; post revision</title>
	<atom:link href="http://fvf.me/tag/post-revision/feed" rel="self" type="application/rss+xml" />
	<link>http://fvf.me</link>
	<description>我是孤独的根号5</description>
	<lastBuildDate>Mon, 19 Sep 2011 12:10:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>禁用post revision(文章修改历史)</title>
		<link>http://fvf.me/wordpress/tips/disable-the-post-revision-the-revision-of-history-article.html</link>
		<comments>http://fvf.me/wordpress/tips/disable-the-post-revision-the-revision-of-history-article.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:51:44 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[小技巧]]></category>
		<category><![CDATA[post revision]]></category>
		<category><![CDATA[修改历史]]></category>
		<category><![CDATA[禁用]]></category>

		<guid isPermaLink="false">http://fvf.me/wordpress/%e7%a6%81%e7%94%a8post-revision%e6%96%87%e7%ab%a0%e4%bf%ae%e6%94%b9%e5%8e%86%e5%8f%b2.html</guid>
		<description><![CDATA[wordpress每修改或发表一篇文章时，都会产生一条revision的记录，可能是为了实现文章的历史版本控制吧，但我觉得对于个人博客来说，这个功能完全没有必要。而且随着时间的发展数据库会越来越大。 禁用Post Revisions的方法： 在wp-config.php文件中增加一行define('WP_POST_REVISIONS', false);]]></description>
			<content:encoded><![CDATA[<p>wordpress每修改或发表一篇文章时，都会产生一条revision的记录，可能是为了实现文章的历史版本控制吧，但我觉得对于个人博客来说，这个功能完全没有必要。而且随着时间的发展数据库会越来越大。 禁用Post Revisions的方法： 在wp-config.php文件中增加一行
<div class="source" style="font-family: 'Courier New', 'Lucida Console', Verdana; color: rgb(192, 192, 192); background-color: rgb(0, 0, 0); "> <span style="color: rgb(192, 192, 192); ">define(&#39;WP_POST_REVISIONS&#39;, false);</span></div>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/tips/disable-the-post-revision-the-revision-of-history-article.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

