<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>The Tlog - a technology blog &#187; WordPress</title>
	<atom:link href="http://www.thetlog.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetlog.net</link>
	<description></description>
	<lastBuildDate>Fri, 27 Nov 2009 15:18:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/pt/</creativeCommons:license>		<item>
		<title>What&#8217;s this site running?</title>
		<link>http://www.thetlog.net/2009/11/25/whats-this-site-running/</link>
		<comments>http://www.thetlog.net/2009/11/25/whats-this-site-running/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:52:54 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[The Tlog (site)]]></category>
		<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[Unix / Linux / *BSD software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Dehumanizer.com]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/?p=473</guid>
		<description><![CDATA[As an intermission (there&#8217;s more to come in the SPF series), here&#8217;s what&#8217;s changed on my server since, oh, about a year and a half ago: The OS is now Ubuntu Karmic Koala (9.10), and all the server&#8217;s running software comes from the standard Ubuntu packages, which means that whatever version is in Karmic1, that&#8217;s [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/' rel='bookmark' title='Permanent Link: SPF, part 1: what is SPF, and how to fight spam with it'>SPF, part 1: what is SPF, and how to fight spam with it</a></li>
<li><a href='http://www.thetlog.net/2009/11/26/spf-part-3-configuring-postfix-to-check-spf-records-when-receiving-mail/' rel='bookmark' title='Permanent Link: SPF, part 3: configuring Postfix to check SPF records when receiving mail'>SPF, part 3: configuring Postfix to check SPF records when receiving mail</a></li>
<li><a href='http://www.thetlog.net/2005/10/11/an-anti-spam-gateway-4-postfix-part-2/' rel='bookmark' title='Permanent Link: An Anti-Spam gateway #4: Postfix, part 2'>An Anti-Spam gateway #4: Postfix, part 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As an intermission (there&#8217;s more to come in the <a href="http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/">SPF series</a>), here&#8217;s what&#8217;s changed on my server since, oh, about a year and a half ago:</p>
<ul>
<li>The OS is now <a href="http://www.ubuntu.com">Ubuntu</a> Karmic Koala (9.10), and all the server&#8217;s running software comes from the standard Ubuntu packages, which means that whatever version is in Karmic<sup>1</sup>, that&#8217;s what I&#8217;m running here.</li>
<li>I&#8217;ve switched, definitely, from <a href="http://httpd.apache.org/">Apache</a> to <a href="http://nginx.net/">nginx</a>. It&#8217;s faster, more efficient, and <i>ridiculously</i> easier to configure (to put it in perspective, in terms of ease of configuration, it&#8217;s like OpenBSD&#8217;s amazing pf to the unholy abomination that is Linux&#8217;s iptables.) nginx works perfectly with the two pieces of software I use the most on my server, <a href="http://www.wordpress.org/">WordPress</a> and <a href="http://www.mybboard.net/">MyBB</a>, even while using a SEO plugin with the latter, which requires some non-trivial redirect rules.</li>
<li>As I don&#8217;t trust any ISP&#8217;s email server to distribute the mail my server sends (mostly confirmation emails from <a href="http://www.dehumanizer.com/">my forums</a>), and since most ISPs and companies these days block mail sent from dynamic IP addresses, I keep a 256 MB <a href="http://www.slicehost.com/">Slicehost</a> slice, with a static IP address and, most importantly, <i>reverse</i> DNS, which I use as a smart host for my home server. The slice doesn&#8217;t have a lot of power in terms of CPU (and it&#8217;s not meant to), but, as bandwidth is much cheaper in the US than in my poor country, the &#8220;small&#8221; limit the cheapest slice includes is <i>a lot</i>; I use it for serving static files, mostly for my forums (all images and Javascript files are served from there), and I still have bandwidth to spare.</li>
<li>I&#8217;ve stopped using a <a href="http://www.squid-cache.org/">Squid</a> proxy in my home network, and nowadays access the web directly&#8230; except for when I indulge in one of my newest weird habits: reading <i>webcomics</i> like <a href="http://www.shamusyoung.com/twentysidedtale/?p=612">this one</a> or <a href="http://www.darthsanddroids.net/">this one</a> while having lunch or dinner. At such a time, moving <i>instantly</i> from comic to comic is a must&#8230; so I simply re-enable Squid (with more aggressive caching than I&#8217;d use for normal browsing; after all, existing comics typically aren&#8217;t going to change, are they?), do a nice little wget in my server to download and cache the entire comic, and then enjoy reading the whole of it (in as many meals as it takes) as if it was stored locally&#8230;</li>
<li>A few changes to my email server&#8217;s configuration, mostly related to spam filtering&#8230; but I&#8217;ve been  writing about that, haven&#8217;t I? And there&#8217;s still more to come. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> <ol class="footnotes"><li id="footnote_0_473" class="footnote">with updates, of course &#8212; people who are afraid of installing updates (&#8220;but&#8230; it might break <i>something</i>!&#8221;) are nothing more than mewling weaklings who are utterly incompetent as sysadmins; they should never be allowed within a mile of any server. Even one running Windows.</li></ol>

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/' rel='bookmark' title='Permanent Link: SPF, part 1: what is SPF, and how to fight spam with it'>SPF, part 1: what is SPF, and how to fight spam with it</a></li>
<li><a href='http://www.thetlog.net/2009/11/26/spf-part-3-configuring-postfix-to-check-spf-records-when-receiving-mail/' rel='bookmark' title='Permanent Link: SPF, part 3: configuring Postfix to check SPF records when receiving mail'>SPF, part 3: configuring Postfix to check SPF records when receiving mail</a></li>
<li><a href='http://www.thetlog.net/2005/10/11/an-anti-spam-gateway-4-postfix-part-2/' rel='bookmark' title='Permanent Link: An Anti-Spam gateway #4: Postfix, part 2'>An Anti-Spam gateway #4: Postfix, part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2009/11/25/whats-this-site-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More updates: Ubuntu, WordPress</title>
		<link>http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/</link>
		<comments>http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/#comments</comments>
		<pubDate>Fri, 02 May 2008 09:17:45 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Blogging software]]></category>
		<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/?p=441</guid>
		<description><![CDATA[Just updated this server to Ubuntu 8.04 (why do they always have these odd version numbers?). As always, it was incredibly difficult: I had to type this entire command: do-release-upgrade and even remember to press Enter afterwards! This Linux stuff is really too tough for us mere users&#8230; Also, WordPress 2.5.1 on this blog and [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 FeedBurner fix'>WordPress 2.0.6 FeedBurner fix</a></li>
<li><a href='http://www.thetlog.net/2005/09/02/blogging-tips-8-configuring-the-rss-feed/' rel='bookmark' title='Permanent Link: Blogging tips #8: Configuring the RSS feed'>Blogging tips #8: Configuring the RSS feed</a></li>
<li><a href='http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/' rel='bookmark' title='Permanent Link: WordPress 2.2 upgrade'>WordPress 2.2 upgrade</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just updated this server to <a href="http://www.ubuntu.com/">Ubuntu 8.04</a> (why do they always have these odd version numbers?). As always, it was incredibly difficult: I had to type this entire command:</p>
<p><code>do-release-upgrade</code></p>
<p>and even remember to press Enter afterwards! This Linux stuff is really too tough for us mere users&#8230;</p>
<p>Also, <a href="http://wordpress.org/">WordPress 2.5.1</a> on this blog and a couple others. Incidentally, if you&#8217;ve just upgraded to 2.5.1 and suddenly your RSS feed is empty, you were probably hit by <a href="http://wordpress.org/support/topic/172697">this bug</a>. That link includes info for fixing it, too (basically, you have to replace two files with newer development versions).</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 FeedBurner fix'>WordPress 2.0.6 FeedBurner fix</a></li>
<li><a href='http://www.thetlog.net/2005/09/02/blogging-tips-8-configuring-the-rss-feed/' rel='bookmark' title='Permanent Link: Blogging tips #8: Configuring the RSS feed'>Blogging tips #8: Configuring the RSS feed</a></li>
<li><a href='http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/' rel='bookmark' title='Permanent Link: WordPress 2.2 upgrade'>WordPress 2.2 upgrade</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>20080415</title>
		<link>http://www.thetlog.net/2008/04/15/20080415/</link>
		<comments>http://www.thetlog.net/2008/04/15/20080415/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:22:01 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[PC hardware]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2008/04/15/20080415/</guid>
		<description><![CDATA[Just updated this blog to WordPress 2.5 and the latest K2 nightly. Everything looks good so far. It&#8217;s annoying to update a lot of blogs, one at a time, though, when all of them require changes to a bunch of files in the theme&#8230; but I endure; this is the third of my blogs to [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2007/04/23/why-im-not-a-sysadmin-anymore/' rel='bookmark' title='Permanent Link: Why I&#8217;m not a Sysadmin anymore'>Why I&#8217;m not a Sysadmin anymore</a></li>
<li><a href='http://www.thetlog.net/2007/05/22/its-official-im-on-the-job-market-again/' rel='bookmark' title='Permanent Link: It&#8217;s official: I&#8217;m on the job market again. :)'>It&#8217;s official: I&#8217;m on the job market again. :)</a></li>
<li><a href='http://www.thetlog.net/2007/04/25/on-job-searching-stating-in-advance-what-you-dont-want/' rel='bookmark' title='Permanent Link: On job searching: stating in advance what you don&#8217;t want?'>On job searching: stating in advance what you don&#8217;t want?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just updated <a href="http://www.thetlog.net/">this blog</a> to WordPress 2.5 and the latest <a href="http://getk2.com">K2</a> nightly. Everything looks good so far. It&#8217;s annoying to update a lot of blogs, one at a time, though, when all of them require changes to a bunch of files in the theme&#8230; but I endure; this is the third of my blogs to be upgraded, and most of my wrinkles were ironed with <a href="http://www.wayofthemind.org/">the first</a>.</p>
<p>Meanwhile, I don&#8217;t want to give details here, but I&#8217;m officially on my last week on yet another job. I may stay here for some days afterwards, as the boss has asked me that, since they don&#8217;t have a replacement yet, nor I have a place to go right now (though I&#8217;m contacting a couple of my contacts). Another attempt at working at home is also an option.</p>
<p>In this job, I had no problems with anyone, and the company isn&#8217;t actually &#8220;going downhill&#8221; like some others I&#8217;ve worked at (no, I didn&#8217;t cause that! <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), but I really didn&#8217;t enjoy the work itself, which isn&#8217;t anyone&#8217;s fault. After 10 years as a sysadmin, I&#8217;ve gotten used to a couple of things, such as:</p>
<ol>
<li>almost every repeating task can be <em>automated</em>  </li>
<li>needs intelligence and creativity, not patience  </li>
<li>free time, if you&#8217;re a fast, efficient worker.</li>
</ol>
<p>None of these exist in a job like the one I have now. I realize that I may sound &#8220;spoiled&#8221; (though that&#8217;s not my intention), but the idea of having <em>repeating, non-automatable hard work</em> is alien to me (at least since my helpdesk days, last century), and I don&#8217;t cope with it very well. I may have been lucky in my past jobs, in fact. A sysadmin can automate almost everything, and any new work is an interesting challenge (no matter how hard), one where you stay at it until late night because, well, <em>it&#8217;s a challenge</em>, because &#8220;the mountain is there&#8221;. A programmer, for instance, has to create and invent. Even an artist (which I&#8217;ve never been, but I&#8217;ve worked with some) or a writer has to use his or her creativity most of the time, instead of just doing the same old (but tough) things over and over. But many jobs aren&#8217;t like this&#8230; most of them, in fact, if you don&#8217;t restrict yourself to IT. I sometimes wonder how my life would be if I had been born a century ago or so. Well, there would always be science&#8230;</p>
<p>Meanwhile, I&#8217;m thinking of buying my first laptop. I&#8217;ve &#8220;had&#8221; a couple (including the one I&#8217;m typing this in right now), but they were always company-owned ones, and indeed I&#8217;ll have to return this one soon. A €600 would be more than enough for &#8220;serious&#8221; stuff (web browsing, email, blogging, writing, listening to music, watching movies, etc.), but there&#8217;s always that little thing called <em>games</em>&#8230; so the one I have in mind will cost twice as much. Crazy, I know&#8230;</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2007/04/23/why-im-not-a-sysadmin-anymore/' rel='bookmark' title='Permanent Link: Why I&#8217;m not a Sysadmin anymore'>Why I&#8217;m not a Sysadmin anymore</a></li>
<li><a href='http://www.thetlog.net/2007/05/22/its-official-im-on-the-job-market-again/' rel='bookmark' title='Permanent Link: It&#8217;s official: I&#8217;m on the job market again. :)'>It&#8217;s official: I&#8217;m on the job market again. :)</a></li>
<li><a href='http://www.thetlog.net/2007/04/25/on-job-searching-stating-in-advance-what-you-dont-want/' rel='bookmark' title='Permanent Link: On job searching: stating in advance what you don&#8217;t want?'>On job searching: stating in advance what you don&#8217;t want?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2008/04/15/20080415/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2 upgrade</title>
		<link>http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/</link>
		<comments>http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/#comments</comments>
		<pubDate>Thu, 17 May 2007 11:44:39 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Blogging software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[k2]]></category>
		<category><![CDATA[wordpress-2.2]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/</guid>
		<description><![CDATA[WordPress 2.2 is out, and all my blogs are already running it. Since most of my blogs are using a customized version of K2, I also had to disable the new WP widgets so that the current version of K2 works. Hopefully, future versions of K2 won&#8217;t need this. EDIT: more about the new features [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2006/01/01/first-update-to-wordpress-20/' rel='bookmark' title='Permanent Link: First update to WordPress 2.0'>First update to WordPress 2.0</a></li>
<li><a href='http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/' rel='bookmark' title='Permanent Link: More updates: Ubuntu, WordPress'>More updates: Ubuntu, WordPress</a></li>
<li><a href='http://www.thetlog.net/2006/02/01/wordpress-201/' rel='bookmark' title='Permanent Link: WordPress 2.01'>WordPress 2.01</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wordpress.org/">WordPress</a> 2.2 is <a href="http://wordpress.org/development/2007/05/wordpress-22/">out</a>, and all my blogs are already running it.</p>
<p>Since most of my blogs are using a customized version of <a href="http://getk2.com/">K2</a>, I also had to <a href="http://getk2.com/forum/showthread.php?t=4143">disable the new WP widgets</a> so that the current version of K2 works. Hopefully, future versions of K2 won&#8217;t need this.</p>
<p><b>EDIT:</b> more about the <a href="http://technosailor.com/10-things-you-should-know-about-wordpress-22/">new features of WP 2.2</a>.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2006/01/01/first-update-to-wordpress-20/' rel='bookmark' title='Permanent Link: First update to WordPress 2.0'>First update to WordPress 2.0</a></li>
<li><a href='http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/' rel='bookmark' title='Permanent Link: More updates: Ubuntu, WordPress'>More updates: Ubuntu, WordPress</a></li>
<li><a href='http://www.thetlog.net/2006/02/01/wordpress-201/' rel='bookmark' title='Permanent Link: WordPress 2.01'>WordPress 2.01</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.1</title>
		<link>http://www.thetlog.net/2007/01/23/wordpress-21/</link>
		<comments>http://www.thetlog.net/2007/01/23/wordpress-21/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 16:10:44 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2007/01/23/wordpress-21/</guid>
		<description><![CDATA[It&#8217;s out. It&#8217;s got some very interesting new features. Upgrading my blogs was, again, a piece of cake. I just checked whether the plugins I use have been tested as working; luckily, all of them were. I also used this excuse to update a couple of them to the most recent version (which is almost [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 FeedBurner fix'>WordPress 2.0.6 FeedBurner fix</a></li>
<li><a href='http://www.thetlog.net/2006/10/29/wordpress-205-is-out/' rel='bookmark' title='Permanent Link: WordPress 2.0.5 is out'>WordPress 2.0.5 is out</a></li>
<li><a href='http://www.thetlog.net/2005/10/10/rss-aggregators-alternatives-to-bloglines/' rel='bookmark' title='Permanent Link: RSS aggregators: alternatives to Bloglines?'>RSS aggregators: alternatives to Bloglines?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s <a href="http://wordpress.org/download/">out</a>. It&#8217;s got some very interesting <a href="http://wordpress.org/development/2007/01/ella-21/">new features</a>.</p>
<p>Upgrading my blogs was, again, a piece of cake. I just checked whether the plugins I use have been tested as <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.1">working</a>; luckily, all of them were. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I also used this excuse to update a couple of them to the most recent version (which is almost always a good idea).</p>
<p>WordPress is really a great piece of software. I know it&#8217;s &#8220;unfashionable&#8221; to say that some software is good or bad, as it looks like you&#8217;re somehow <i>biased</i>, but I&#8217;ve used other alternatives before, and WP is nowadays really, really good. I&#8217;d choose <a href="http://www.drupal.org/">Drupal</a> for a more &#8220;serious&#8221; site, but, for a blog, WP simply can&#8217;t be beaten, nowadays.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 FeedBurner fix'>WordPress 2.0.6 FeedBurner fix</a></li>
<li><a href='http://www.thetlog.net/2006/10/29/wordpress-205-is-out/' rel='bookmark' title='Permanent Link: WordPress 2.0.5 is out'>WordPress 2.0.5 is out</a></li>
<li><a href='http://www.thetlog.net/2005/10/10/rss-aggregators-alternatives-to-bloglines/' rel='bookmark' title='Permanent Link: RSS aggregators: alternatives to Bloglines?'>RSS aggregators: alternatives to Bloglines?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2007/01/23/wordpress-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.0.6 FeedBurner fix</title>
		<link>http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/</link>
		<comments>http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 20:47:43 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/</guid>
		<description><![CDATA[WordPress 2.0.6, released a couple of days ago, has a bug that causes FeedBurner, from time to time, to be unable to download the feed correctly. Mark Jaquith, one of the WP developers, has a fix. It&#8217;s a simple patch, though he also provides a fully updated functions.php file. Copyright &#169; 2010 The Tlog - [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2006/10/30/awstats-fix-for-portuguese-search-engines/' rel='bookmark' title='Permanent Link: AWStats fix for Portuguese search engines'>AWStats fix for Portuguese search engines</a></li>
<li><a href='http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/' rel='bookmark' title='Permanent Link: More updates: Ubuntu, WordPress'>More updates: Ubuntu, WordPress</a></li>
<li><a href='http://www.thetlog.net/2005/11/30/wordpress-quick-tip-for-multi-author-blogs/' rel='bookmark' title='Permanent Link: WordPress quick tip for multi-author blogs'>WordPress quick tip for multi-author blogs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wordpress.org/">WordPress</a> 2.0.6, released a couple of days ago, has a bug that causes FeedBurner, from time to time, to be unable to download the feed correctly.</p>
<p>Mark Jaquith, one of the WP developers, has a <a href="http://markjaquith.wordpress.com/2007/01/06/wordpress-206-feedburner-issue-and-fix/">fix</a>. It&#8217;s a simple patch, though he also provides a fully updated <code>functions.php</code> file.</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2006/10/30/awstats-fix-for-portuguese-search-engines/' rel='bookmark' title='Permanent Link: AWStats fix for Portuguese search engines'>AWStats fix for Portuguese search engines</a></li>
<li><a href='http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/' rel='bookmark' title='Permanent Link: More updates: Ubuntu, WordPress'>More updates: Ubuntu, WordPress</a></li>
<li><a href='http://www.thetlog.net/2005/11/30/wordpress-quick-tip-for-multi-author-blogs/' rel='bookmark' title='Permanent Link: WordPress quick tip for multi-author blogs'>WordPress quick tip for multi-author blogs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
