<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SimplePie: Weblog and Links</title>
	
	<link>http://simplepie.org/blog</link>
	<description>Blog postings and del.icio.us bookmarks from the folks at SimplePie.</description>
	<lastBuildDate>Mon, 16 Jan 2012 13:01:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19800</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/simplepie" /><feedburner:info uri="simplepie" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><item>
		<title>Development Tools Now Available</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/au4C3IQSqLA/</link>
		<comments>http://simplepie.org/blog/2012/01/16/development-tools-now-available/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 13:01:45 +0000</pubDate>
		<dc:creator>Ryan McCue</dc:creator>
				<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=169</guid>
		<description>For anyone who is using the latest development version of SimplePie (known as 1.3-dev), you might have noticed that the readme mentions SimplePie.compiled.php in the same vein as our previous simplepie.inc. However, in the past, you had to check out the entire repository just to build this. I&amp;#8217;m happy to announce that a pre-built version [...]</description>
			<content:encoded><![CDATA[<p>For anyone who is using the latest development version of SimplePie (known as 1.3-dev), you might have noticed that the readme mentions SimplePie.compiled.php in the same vein as our previous simplepie.inc. However, in the past, you had to check out the entire repository just to build this.</p>
<p>I&#8217;m happy to announce that a pre-built version is now available at <a href="http://dev.simplepie.org/SimplePie.compiled.php">dev.simplepie.org</a>. This version is rebuilt within 5 minutes of pushing to GitHub, so it will always be up-to-date with our current development version.</p>
<p>In addition, API documentation built from our PHPDoc comments is now available on <a href="http://dev.simplepie.org/api/">dev.simplepie.org</a>. This documentation is designed to give you a bit more of an insight into the SimplePie API, than the wiki. Don&#8217;t worry though, our wiki isn&#8217;t going anywhere any time soon!</p>
<p>If you encounter any problems, as usual, let us know via the <a href="https://github.com/simplepie/simplepie/issues">issue tracker</a>.</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/au4C3IQSqLA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2012/01/16/development-tools-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2012/01/16/development-tools-now-available/</feedburner:origLink></item>
		<item>
		<title>SimplePie 1.2.1 is Now Available!</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/QxF20OQJss0/</link>
		<comments>http://simplepie.org/blog/2011/10/14/simplepie-1-2-1-is-now-available/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 04:22:58 +0000</pubDate>
		<dc:creator>Ryan McCue</dc:creator>
				<category><![CDATA[Release Announcements]]></category>
		<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=157</guid>
		<description>I&amp;#8217;m excited to finally announce the immediate availability of SimplePie 1.2.1. This release fixes a few bugs, including a major URL parsing bug, where URLs with query strings were parsed incorrectly. For a full list of what has been changed in this version, see the commits since 1.2, and the issues closed in 1.2.1. This [...]</description>
			<content:encoded><![CDATA[<div class="blogimage"><img src="/images/128/simplepie.png" alt="SimplePie" /></div>
<p>I&#8217;m excited to finally announce the immediate availability of <a href="http://simplepie.org/downloads/">SimplePie 1.2.1</a>. This release fixes a few bugs, including a major URL parsing bug, where <a href="https://github.com/simplepie/simplepie/commit/76b5fd632f40c4516d68f3f1bdabcd76829117cc">URLs with query strings were parsed incorrectly</a>. For a full list of what has been changed in this version, see <a href="https://github.com/simplepie/simplepie/compare/1.2...1.2.1">the commits since 1.2</a>, and <a href="https://github.com/simplepie/simplepie/issues?state=closed&amp;milestone=4">the issues closed in 1.2.1</a>. This is a recommended upgrade for all users.</p>
<p><a href="http://simplepie.org/downloads/">Grab it now to upgrade!</a></p>
<p>So now, a quick status update on the project. Our last blog post noted that we were ceasing development, mainly due to the lack of time we had to devote to the project. However, I am pleased to report that <a href="https://github.com/simplepie/simplepie">development has been continuing on GitHub</a>. With the help of users and other developers, hacking has been taking place on our two main upcoming versions (1.2.1 and 1.3), with occasional development on <a href="https://github.com/gsnedders/complexpie">ComplexPie</a>, the future base of SimplePie 2.0.</p>
<p>The major version undergoing changes is the <code>master</code> branch <a href="https://github.com/simplepie/simplepie/tree/master">(1.3-dev)</a>. The major change so far is the restructuring of SimplePie into a more maintainable structure, with one file per class. Major thanks goes to <a href="https://github.com/drak">Drak</a> from the Zikula Foundation for undertaking the main body of work. All the classes have also been changed to use PHP 5 code, including proper visibility for methods and properties, and dropping any deprecated code. There are also a lot more unit tests, with more to come before release.</p>
<p>In addition, the <code>one-dot-two</code> <a href="https://github.com/simplepie/simplepie/tree/one-dot-two">branch</a> continues as the legacy PHP 4-compatible branch, with 1.2.1 hopefully our final release on the branch. Occasional bugfix releases will be made on this branch, but no major development is occurring here. <a href="https://github.com/simplepie/simplepie/issues?milestone=8&amp;state=open">New issues are always welcome</a>!</p>
<p>Finally, if you&#8217;re reading this, the site has finally been migrated to a new server (thanks to <a href="http://ma.tt/">Matt</a> for hosting!). If any brokenness is noticed, please feel free to file a <a href="https://github.com/simplepie/simplepie/issues?milestone=7&amp;state=open">bug on the website bug tracker</a>. That&#8217;s all for now, look forward to the release of 1.2.1 in the upcoming future, and thanks for using SimplePie!</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/QxF20OQJss0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2011/10/14/simplepie-1-2-1-is-now-available/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2011/10/14/simplepie-1-2-1-is-now-available/</feedburner:origLink></item>
		<item>
		<title>SimplePie is ceasing development</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/cmfxtz5wJoE/</link>
		<comments>http://simplepie.org/blog/2009/09/26/simplepie-is-ceasing-development/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 18:48:59 +0000</pubDate>
		<dc:creator>Ryan Parman</dc:creator>
				<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=147</guid>
		<description>A couple of years ago I co-founded my first company and that has ended up taking a large portion of my time. As part of that, I've also released a new open-source project called CloudFusion (formerly Tarzan) that is beginning to take the Amazon Web Services and Cloud Computing world by storm. Geoffrey has spent a lot of time in school, building tools to help the HTML 5 community, and now has a gig working for Opera. There quite simply isn't much time for SimplePie anymore ? for either of us.</description>
			<content:encoded><![CDATA[<p>A little over 5 years ago &#8211; July 20, 2004 to be exact &#8211; I posted the very first public version of SimplePie as a set of functions that sat on top of MagpieRSS, in an effort to make RSS parsing even easier and more accessible to PHP developers around the world. Since that time, SimplePie has become the de-facto RSS/Atom parsing software for PHP. The software is in use by hundreds of thousands of people all over the world, is integrated into more third-party software than I can keep track of, and has been used in everything from blogs and wikis to sites powered by some of the largest brands in the world.</p>
<p>A couple of years ago I co-founded my first company and that has ended up taking a large portion of my time. As part of that, I&#8217;ve also released a new open-source project called <a href="http://getcloudfusion.com">CloudFusion</a> (formerly Tarzan) that is beginning to take the Amazon Web Services and Cloud Computing world by storm. Geoffrey has spent a lot of time in school, building tools to help the <a href="http://www.w3.org/TR/html5/">HTML 5</a> community, and now has a gig working for <a href="http://opera.com">Opera</a>. There quite simply isn&#8217;t much time for SimplePie anymore &#8211; for either of us.</p>
<p>We&#8217;ve tried to build a community around SimplePie &#8211; one where people can help each other, provide tips and tricks, record screencasts, and eventually take over the development of the project. Parts of this were successful while other parts were not. Geoffrey and I have had the pleasure of working alongside some smart, talented people over the years including <a href="http://ryanmccue.info">Ryan McCue</a>, <a href="http://www.michaelpshipley.com">Michael Shipley</a>, <a href="http://minutillo.com/steve/weblog/">Steve Minutillo</a> and many others, but for whatever reason we never developed enough steam to keep it all going despite Geoffrey and my best efforts and other commitments.</p>
<p>So effective immediately, we are ceasing development of SimplePie and shutting down the project. We will shortly be pushing all code to <a href="http://github.com/skyzyx/simplepie">GitHub</a>. The <a href="http://tech.groups.yahoo.com/group/simplepie-support/">mailing list</a> will continue to serve users for the time being, but my sincerest hope is that someone will take up the charge to fork SimplePie, fix all of its issues, and continue on with this project that&#8217;s been such a huge part of my life for the past 5 years.</p>
<p>I&#8217;ll be around for a few more weeks to help ease the transition to GitHub and whatever community springs up around that. I&#8217;ll probably continue to keep an eye on the mailing list and help where I can, but that doesn&#8217;t mean that I&#8217;ll be able to answer everyone&#8217;s questions. Geoffrey and I sincerely appreciate all of the users we&#8217;ve had over the years, the kind words, and all of the cool Amazon wishlist purchases that have shown up on our doorsteps over the years. I hope someone else will take up the mantle for the RSS/Atom/PHP community like SimplePie and MagpieRSS before it.</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/cmfxtz5wJoE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2009/09/26/simplepie-is-ceasing-development/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2009/09/26/simplepie-is-ceasing-development/</feedburner:origLink></item>
		<item>
		<title>SimplePie 1.2 now available!</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/LpKDScwhnaw/</link>
		<comments>http://simplepie.org/blog/2009/07/11/simplepie-1-2-now-available/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 10:06:19 +0000</pubDate>
		<dc:creator>Geoffrey Sneddon</dc:creator>
				<category><![CDATA[Release Announcements]]></category>
		<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=144</guid>
		<description>SimplePie 1.2 is now available. This release adds a few features that have been requested often, especially caching in MySQL (instead of on the filesystem) and the ability to autodetect more than one feed. Furthermore, a large number of bugs have been fixed, a mixture of low-priority bugs found throughout 1.1&amp;#8242;s release-cycle, and a few [...]</description>
			<content:encoded><![CDATA[<div class="blogimage"><img src="/images/128/simplepie.png" alt="SimplePie" /></div>
<p><a href="http://simplepie.org/downloads/">SimplePie 1.2 is now available</a>. This release adds a few features that have been requested often, especially caching in MySQL (instead of on the filesystem) and the ability to autodetect more than one feed. Furthermore, a large number of bugs have been fixed, a mixture of low-priority bugs found throughout 1.1&#8242;s release-cycle, and a few larger bugs found after 1.1.3&#8242;s release.</p>
<p>However, it removes support for hosts that were affected by the libxml2 issue in SimplePie 1.1.1 and below that run PHP versions prior to 5.1.0 (this is as we have a new workaround, which does not subtly change the feed). As a result, any host with a version of libxml2 of 2.7.0 or above with less than PHP 5.1.0 will be broken by this release (however, I expect this accounts for around zero hosts, as I expect those with an up-to-date libxml2 release will equally have an up-to-date PHP release). This leaves our support at better than SimplePie 1.1.1, and (theoretically, at least) worse than 1.1.2 and 1.1.3. Needless to say, this release is API-compatible with previous 1.x releases, so it should be as simple as a drop-in replacement. Feel free to check out the <a href="http://simplepie.org/wiki/misc/release_notes/simplepie_1.2">release notes</a> for more details.</p>
<p>The intention after 1.2&#8242;s release is to move almost all development work to SimplePie 2 (an announcement concerning that is forthcoming), and as such, lower-priority bug fixes will be accepted into future 1.2.x releases. However, as is the final non-bugfix release of SimplePie 1, regressions are unacceptable, so all patches will have be reviewed by at least one release manager (as of writing, myself and Ryan Parman) and one developer (as of writing, the two RMs and Ryan McCue). One person cannot fulfil both roles for one patch.</p>
<p>Finally, as has been previously announced, SimplePie 2 will require (some as-of-yet undecided version of) PHP 5, so SimplePie 1.2 forms the final feature-release with support for PHP 4. PHP 4, has, however, been unsupported since 2007, so please encourage your host to upgrade (likewise, PHP 5 versions prior to PHP 5.2.10 are unsupported)!</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/LpKDScwhnaw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2009/07/11/simplepie-1-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2009/07/11/simplepie-1-2-now-available/</feedburner:origLink></item>
		<item>
		<title>OpenID for comments</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/pTwhQnTxVV4/</link>
		<comments>http://simplepie.org/blog/2009/05/15/openid-for-comments/#comments</comments>
		<pubDate>Sat, 16 May 2009 01:02:57 +0000</pubDate>
		<dc:creator>Ryan Parman</dc:creator>
				<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=141</guid>
		<description>We&amp;#8217;re now supporting a technology called OpenID for comments. What does that mean for you? It means that you can sign-in and comment on our blog with your existing account from Google/Gmail, Yahoo!, Facebook, MySpace, Twitter, Windows Live, Hotmail, Flickr, AOL, Blogger, WordPress.com, and others! If you already have a registered account on our blog [...]</description>
			<content:encoded><![CDATA[<p>We&#8217;re now supporting a technology called OpenID for comments. What does that mean for you? It means that you can sign-in and comment on our blog with your existing account from Google/Gmail, Yahoo!, Facebook, MySpace, Twitter, Windows Live, Hotmail, Flickr, AOL, Blogger, WordPress.com, and others!</p>
<p>If you already have a registered account on our blog for commenting, you can sign-in with your existing account. From there, you can (optionally) add a third-party account that you can login with instead.</p>
<p>That is all. <img src='http://simplepie.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/pTwhQnTxVV4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2009/05/15/openid-for-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2009/05/15/openid-for-comments/</feedburner:origLink></item>
		<item>
		<title>New SimplePie Screencasts</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/fT5WPUBbfso/</link>
		<comments>http://simplepie.org/blog/2009/02/28/new-simplepie-screencasts/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 20:51:26 +0000</pubDate>
		<dc:creator>Ryan Parman</dc:creator>
				<category><![CDATA[SimplePie]]></category>
		<category><![CDATA[Tips-and-Tricks]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=138</guid>
		<description>It would appear that this is the season for SimplePie screencasts! In the past two days, I&amp;#8217;ve discovered a few new SimplePie-related screencasts, and I want to share them (and a couple of older ones) with you. Introduction to SimplePie ? Ryan Parman gives you a solid once-over about setting up SimplePie, merging feeds together, [...]</description>
			<content:encoded><![CDATA[<p>It would appear that this is the season for SimplePie screencasts! In the past two days, I&#8217;ve discovered a few new SimplePie-related screencasts, and I want to share them (and a couple of older ones) with you.</p>
<ul>
<li><strong><a href="http://simplepie.org/tutorials/introduction_to_simplepie.mov">Introduction to SimplePie</a></strong> ? Ryan Parman gives you a solid once-over about setting up SimplePie, merging feeds together, auto-discovery, and a few other popular features.</li>
<li><strong><a href="http://css-tricks.com/video-screencasts/55-adding-rss-content-with-simplepie/">Adding RSS Content with SimplePie</a></strong> ? Chris Coyier discusses more of the basics from another developer&#8217;s perspective.</li>
<li><strong><a href="http://www.nikibrown.com/designoblog/2009/02/10/quick-tip-16-super-simple-pie/">Quick Tip: Super SimplePie!</a></strong> ? Niki Brown quickly shows you how to drop RSS content into an existing page.</li>
<li><strong><a href="http://www.viddler.com/explore/elliothaughin/videos/10/">CodeIgniter and SimplePie</a></strong> ? Elliot Haughin shows how to integrate SimplePie into your CodeIgniter projects.</li>
<li><strong><a href="http://net.tutsplus.com/videos/screencasts/extending-simplepie-to-parse-unique-rss-feeds/">Extending SimplePie to Parse Unique RSS Feeds</a></strong> ? Jeffrey Way dives a bit deeper and talks about how to extend SimplePie&#8217;s functionality while playing with a little jQuery.</li>
</ul>
<p>You can find even more tips, tricks, tutorials, and screencasts in the <a href="http://simplepie.org/wiki/tutorial/start">SimplePie wiki</a>.</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/fT5WPUBbfso" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2009/02/28/new-simplepie-screencasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>

		<feedburner:origLink>http://simplepie.org/blog/2009/02/28/new-simplepie-screencasts/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/simplepie/~5/cDUx_dX4OUE/introduction_to_simplepie.mov" length="56238662" type="video/quicktime" /><feedburner:origEnclosureLink>http://simplepie.org/tutorials/introduction_to_simplepie.mov</feedburner:origEnclosureLink></item>
		<item>
		<title>Deprecating SimplePie Live!</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/7Tu0gxG0w64/</link>
		<comments>http://simplepie.org/blog/2009/02/20/deprecating-simplepie-live/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 02:14:39 +0000</pubDate>
		<dc:creator>Ryan Parman</dc:creator>
				<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=135</guid>
		<description>Although SimplePie Live! was a cool concept, and something that I would have liked to see be successful, I simply haven&amp;#8217;t had the time to put into it for nearly a year and a half now. One of these days I&amp;#8217;d like to relaunch it when I have more time and resources to put into [...]</description>
			<content:encoded><![CDATA[<p>Although <a href="http://live.simplepie.org">SimplePie Live!</a> was a cool concept, and something that I would have liked to see be successful, I simply haven&#8217;t had the time to put into it for nearly a year and a half now. One of these days I&#8217;d like to relaunch it when I have more time and resources to put into it, because I believe it could be a useful tool if executed properly.</p>
<p>That being said, we&#8217;ll be shutting down the SimplePie Live! service in the next couple of weeks. This will be the only notice we&#8217;ll provide (which probably isn&#8217;t a big deal because there are nearly zero users). Instead, I would recommend either using SimplePie (for PHP) or a service like <a href="http://code.google.com/apis/ajaxfeeds/">Google AJAX Feed API</a>.</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/7Tu0gxG0w64" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2009/02/20/deprecating-simplepie-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2009/02/20/deprecating-simplepie-live/</feedburner:origLink></item>
		<item>
		<title>SimplePie 1.1.3 is now available!</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/Vr10N8N77zg/</link>
		<comments>http://simplepie.org/blog/2008/12/20/simplepie-113-is-now-available/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 17:13:13 +0000</pubDate>
		<dc:creator>Geoffrey Sneddon</dc:creator>
				<category><![CDATA[Release Announcements]]></category>
		<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=114</guid>
		<description>SimplePie 1.1.3 is now available (like 1.1.2, &amp;#8220;core&amp;#8221; plugin will be updated soon). This is a bugfix-only release that resolves the one major issue that 1.1.2 created (gzip decoding errors while using fsockopen()), and fully resolves the other major issue that 1.1.2 didn&amp;#8217;t fully address (a workaround of a libxml2 bug). Grab the latest release [...]</description>
			<content:encoded><![CDATA[<div class="blogimage"><img src="/images/128/simplepie.png" alt="SimplePie" /></div>
<p><a href="http://simplepie.org/downloads/">SimplePie 1.1.3</a> is now available (like 1.1.2, &#8220;core&#8221; plugin will be updated soon). This is a bugfix-only release that resolves the one major issue that 1.1.2 created (gzip decoding errors while using fsockopen()), and fully resolves the other major issue that 1.1.2 didn&#8217;t fully address (a workaround of a libxml2 bug).</p>
<p>Grab <a href="http://simplepie.org/downloads/">the latest release</a> to upgrade!</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/Vr10N8N77zg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2008/12/20/simplepie-113-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2008/12/20/simplepie-113-is-now-available/</feedburner:origLink></item>
		<item>
		<title>SimplePie 1.1.2 is now available!</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/lHgaD_bNlT8/</link>
		<comments>http://simplepie.org/blog/2008/11/16/simplepie-112-is-now-available/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 17:42:39 +0000</pubDate>
		<dc:creator>Geoffrey Sneddon</dc:creator>
				<category><![CDATA[Release Announcements]]></category>
		<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=112</guid>
		<description>My departure was never going to be immediate, but I didn&amp;#8217;t expect to be doing this (as Ryan always does this); however, the time has come (for me!) to announce the immediate availability of SimplePie 1.1.2 (&amp;#8220;core&amp;#8221; plug-ins will be updated soon). This is a bugfix-only release that resolves some of the things that weren&amp;#8217;t [...]</description>
			<content:encoded><![CDATA[<div class="blogimage"><img src="/images/128/simplepie.png" alt="SimplePie" /></div>
<p>My departure was never going to be immediate, but I didn&#8217;t expect to be doing this (as Ryan always does this); however, the time has come (for me!) to announce the immediate availability of <a href="http://simplepie.org/downloads/">SimplePie 1.1.2</a> (&#8220;core&#8221; plug-ins will be updated soon). This is a bugfix-only release that resolves some of the things that weren&#8217;t caught until we after released 1.1.1 (including, interestingly, one very major bug that had existed for years ? it never ceases to amaze me how rarely the web is sensible enough to do what is obvious and should be done to hit such bugs).</p>
<p>Download <a href="http://simplepie.org/downloads/">the latest release</a> to upgrade!</p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/lHgaD_bNlT8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2008/11/16/simplepie-112-is-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2008/11/16/simplepie-112-is-now-available/</feedburner:origLink></item>
		<item>
		<title>Weigh in on SimplePie 2</title>
		<link>http://feedproxy.google.com/~r/simplepie/~3/99jEUVe9UYA/</link>
		<comments>http://simplepie.org/blog/2008/09/29/weigh-in-on-simplepie-2/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 01:04:39 +0000</pubDate>
		<dc:creator>Ryan Parman</dc:creator>
				<category><![CDATA[SimplePie]]></category>

		<guid isPermaLink="false">http://simplepie.org/blog/?p=110</guid>
		<description>SimplePie 2 is both a fork and a ground-up re-write of SimplePie. The intention is to enhance the performance by trimming the fat, to build something more extensible, to make it easier to contribute, and to optimize for the kinds of tasks that we see people wanting to do frequently. That being said, I took [...]</description>
			<content:encoded><![CDATA[<p>SimplePie 2 is both a fork and a ground-up re-write of SimplePie. The intention is to enhance the performance by trimming the fat, to build something more extensible, to make it easier to contribute, and to optimize for the kinds of tasks that we see people wanting to do frequently.</p>
<p>That being said, I took some time to write down some thoughts about what should go into SimplePie 2, and I would really like to get your thoughts as well. Are there things that SP2 should do that SP1 doesn&#8217;t? Would you like to use SimplePie in ways that are currently more difficult than they should be? Are you somebody who has a different design philosophy and you think we should pay better attention to certain things? This is your chance to weigh in with your thoughts, opinions, comments, and other feedback.</p>
<p>Please check out <a href="http://simplepie.org/wiki/sp2/goals">Goals for SimplePie 2</a>. Feel free to edit, change, and improve what&#8217;s there. Feel free to argue with what I&#8217;ve written. Let&#8217;s make this plan better together! <img src='http://simplepie.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/simplepie/~4/99jEUVe9UYA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://simplepie.org/blog/2008/09/29/weigh-in-on-simplepie-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://simplepie.org/blog/2008/09/29/weigh-in-on-simplepie-2/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.233 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-01 14:06:05 --><!-- Compression = gzip -->

