<?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>Stephan&#039;s Blog &#187; Revision</title>
	<atom:link href="http://www.arlt.eu/blog/tag/revision/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arlt.eu/blog</link>
	<description>Life in Technicolor.</description>
	<lastBuildDate>Fri, 27 Jan 2012 00:00:00 +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>WordPress Revisions &amp; SSL</title>
		<link>http://www.arlt.eu/blog/2009/08/06/wordpress-revisions-ssl/</link>
		<comments>http://www.arlt.eu/blog/2009/08/06/wordpress-revisions-ssl/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 00:00:00 +0000</pubDate>
		<dc:creator>Stephan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Revision]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.arlt.eu/blog/?p=286</guid>
		<description><![CDATA[Yeah! Yesterday I finally updated my blog to WordPress version 2.8. And it was harder as expected: The update of the system finished successfully, but unfortunately the theme (K2) and most of the plugins stopped working Fixing the theme issue was easy. If you also use the famous K2 theme, just download the latest nightly [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah! Yesterday I finally updated my blog to WordPress version 2.8. And it was harder as expected: The <a href="http://codex.wordpress.org/Upgrading_WordPress">update</a> of the  system finished successfully, but unfortunately the theme (<a href="http://www.getk2.com/">K2</a>) and most of the plugins stopped working <img src='http://www.arlt.eu/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Fixing the theme issue was easy. If you also use the famous K2 theme, just download the latest <a href="http://www.getk2.com/nightly/">nightly</a> release. Yep, I don&#8217;t really trust nightly builds (even if it&#8217;s a release candidate), but it worked surprisingly well. Give it a try! Then, while I tried to update the corresponding plugins, I found out that it&#8217;s possible to omit the following plugins just by modifying the configuration:</p>
<p><strong>Revision Control</strong>: I don&#8217;t wanna use revisions of posts and pages, because I&#8217;m already happy with the nice auto-save feature. Recently, I applied the <a href="http://wordpress.org/extend/plugins/revision-control/">Revision Control</a> plugin, but there&#8217;s <a href="http://codex.wordpress.org/Revision_Management">an easier way</a> to disable revisions. Just add the following line to your <code>wp-config.php</code> file (before the <code>wp-settings.php</code> include).</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_POST_REVISIONS'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><strong>Admin SSL</strong>: I wanna secure the entire admin area of my blog, e.g. passwords must not be sent in plain text! A short time ago, I applied the <a href="http://wordpress.org/extend/plugins/admin-ssl-secure-admin/">Admin SSL</a> plugin, but again there&#8217;s <a href="http://codex.wordpress.org/Administration_Over_SSL">an easier way</a> to enable SSL. Just add the following two lines to your <code>wp-config.php</code> file (before the <code>wp-settings.php</code> include).</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'FORCE_SSL_LOGIN'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'FORCE_SSL_ADMIN'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>I must admit that I was afraid to do the WordPress update (&#8220;Never stop a running system.&#8221;). But now it&#8217;s good to see how one can simply reduce WordPress&#8217; plugin dependencies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arlt.eu/blog/2009/08/06/wordpress-revisions-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

