<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: I Make Plugins</title>
	<atom:link href="http://txfx.net/wordpress-plugins/i-make-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://txfx.net</link>
	<description>Mark Jaquith&#039;s blog about capitalism, freedom, WordPress, the web, and personal topics</description>
	<lastBuildDate>Wed, 02 May 2012 07:17:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20838</generator>
	<item>
		<title>By: ray</title>
		<link>http://txfx.net/wordpress-plugins/i-make-plugins/comment-page-1/#comment-755627</link>
		<dc:creator>ray</dc:creator>
		<pubDate>Fri, 10 Jun 2011 12:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/wordpress-plugins/i-make-plugins/#comment-755627</guid>
		<description>Thank you Mark. This is a very useful plugin.</description>
		<content:encoded><![CDATA[<p>Thank you Mark. This is a very useful plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Phillips</title>
		<link>http://txfx.net/wordpress-plugins/i-make-plugins/comment-page-1/#comment-752909</link>
		<dc:creator>Scott Phillips</dc:creator>
		<pubDate>Tue, 27 Apr 2010 04:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/wordpress-plugins/i-make-plugins/#comment-752909</guid>
		<description>I&#039;m sure I&#039;m being dense, but for the main listing page that lists all of your plugins, how do you pass in some sort of identifier so it knows who you are?

Thanks,
Scott.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure I&#8217;m being dense, but for the main listing page that lists all of your plugins, how do you pass in some sort of identifier so it knows who you are?</p>
<p>Thanks,<br />
Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Lormes</title>
		<link>http://txfx.net/wordpress-plugins/i-make-plugins/comment-page-1/#comment-751767</link>
		<dc:creator>Martin Lormes</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/wordpress-plugins/i-make-plugins/#comment-751767</guid>
		<description>Great plugin.

I have found a bug. And I have a fix:

I noticed that the readmes for my plugins were pulled from the api and written to the postmeta table on every single page request, slowing down page delivery considerably. I dug into your code and found a problem with operator-precedence on line 71. You need parantheses around the first variable assignment. The line should read:

	if ( ( $ts = get_post_meta( $page_id, &#039;_cws_imp_readme_timestamp&#039;, true ) ) &amp;&amp; $ts &gt; time() - 3600 &amp;&amp; $rm = get_post_meta( $page_id, &#039;_cws_imp_readme&#039;, true ) ) { // fresh

HTH - Expect more in the future...</description>
		<content:encoded><![CDATA[<p>Great plugin.</p>
<p>I have found a bug. And I have a fix:</p>
<p>I noticed that the readmes for my plugins were pulled from the api and written to the postmeta table on every single page request, slowing down page delivery considerably. I dug into your code and found a problem with operator-precedence on line 71. You need parantheses around the first variable assignment. The line should read:</p>
<p>	if ( ( $ts = get_post_meta( $page_id, &#8216;_cws_imp_readme_timestamp&#8217;, true ) ) &amp;&amp; $ts &gt; time() &#8211; 3600 &amp;&amp; $rm = get_post_meta( $page_id, &#8216;_cws_imp_readme&#8217;, true ) ) { // fresh</p>
<p>HTH &#8211; Expect more in the future&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aliso the Geek</title>
		<link>http://txfx.net/wordpress-plugins/i-make-plugins/comment-page-1/#comment-751449</link>
		<dc:creator>Aliso the Geek</dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/wordpress-plugins/i-make-plugins/#comment-751449</guid>
		<description>[...] released a plugin that makes good use of your README files on your own blog. It&#8217;s called I Make Plugins, and it automatically populates pages on your blog to promote the plugins you&#8217;ve created. You [...]</description>
		<content:encoded><![CDATA[<p>[...] released a plugin that makes good use of your README files on your own blog. It&#8217;s called I Make Plugins, and it automatically populates pages on your blog to promote the plugins you&#8217;ve created. You [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pross</title>
		<link>http://txfx.net/wordpress-plugins/i-make-plugins/comment-page-1/#comment-751075</link>
		<dc:creator>Pross</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/wordpress-plugins/i-make-plugins/#comment-751075</guid>
		<description>Brilliant plugin!</description>
		<content:encoded><![CDATA[<p>Brilliant plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bannerweb</title>
		<link>http://txfx.net/wordpress-plugins/i-make-plugins/comment-page-1/#comment-751032</link>
		<dc:creator>Bannerweb</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://txfx.net/wordpress-plugins/i-make-plugins/#comment-751032</guid>
		<description>Nice Plugin, thanks for your work!
Is there something planed to include the screenshot tab in a further release or shall I add it myself?</description>
		<content:encoded><![CDATA[<p>Nice Plugin, thanks for your work!<br />
Is there something planed to include the screenshot tab in a further release or shall I add it myself?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

