<?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: WP Super Cache Developer Documentation</title>
	<atom:link href="http://ocaoimh.ie/wp-super-cache-developer-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/</link>
	<description>Look what I found today!</description>
	<lastBuildDate>Fri, 12 Mar 2010 09:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-671941</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-671941</guid>
		<description>This is a link in trunk, but of course that&#039;s not live now.</description>
		<content:encoded><![CDATA[<p>This is a link in trunk, but of course that&#8217;s not live now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Clarke</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-671940</link>
		<dc:creator>Jeremy Clarke</dc:creator>
		<pubDate>Thu, 21 Jan 2010 20:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-671940</guid>
		<description>Also, it would be great if there was a link to the documentation article from the main WP Super Cache page and from the readme.txt description, I tried to find it again and couldn&#039;t except for this post. 

Thanks,</description>
		<content:encoded><![CDATA[<p>Also, it would be great if there was a link to the documentation article from the main WP Super Cache page and from the readme.txt description, I tried to find it again and couldn&#8217;t except for this post. </p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy clarke</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-671664</link>
		<dc:creator>jeremy clarke</dc:creator>
		<pubDate>Wed, 13 Jan 2010 22:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-671664</guid>
		<description>After reading through the docs I was struck a few times by ambiguity caused by your use of &#039;config file&#039; and &#039;configuration file&#039;. I think William&#039;s confusion is because its not clear if you mean wp-config.php or wp-cache-config.php, which is an important difference (unless it could be either, in which case that&#039;s relevant too). If you changed uses of &#039;config file&#039; to be the actual filename it would probably clear up several sections.</description>
		<content:encoded><![CDATA[<p>After reading through the docs I was struck a few times by ambiguity caused by your use of &#8216;config file&#8217; and &#8216;configuration file&#8217;. I think William&#8217;s confusion is because its not clear if you mean wp-config.php or wp-cache-config.php, which is an important difference (unless it could be either, in which case that&#8217;s relevant too). If you changed uses of &#8216;config file&#8217; to be the actual filename it would probably clear up several sections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy clarke</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-671662</link>
		<dc:creator>jeremy clarke</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-671662</guid>
		<description>Just wanted to add a +1 thanks for this! Developer documentation is always awesome.</description>
		<content:encoded><![CDATA[<p>Just wanted to add a +1 thanks for this! Developer documentation is always awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-669379</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-669379</guid>
		<description>Thanks William!

$wp_cache_plugins_dir is set in your config file which isn&#039;t updated when you upgrade the plugin so no need to worry about that.

I&#039;ll see about adding more examples, and comments to the plugins. Glad you found the docs useful.</description>
		<content:encoded><![CDATA[<p>Thanks William!</p>
<p>$wp_cache_plugins_dir is set in your config file which isn&#8217;t updated when you upgrade the plugin so no need to worry about that.</p>
<p>I&#8217;ll see about adding more examples, and comments to the plugins. Glad you found the docs useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-669378</link>
		<dc:creator>William</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-669378</guid>
		<description>Feedback requested, feedback provided. :)

1. &quot;The plugin folder normally lives in wp-super-cache/plugins/ but by modifying the $wp_cache_plugins_dir variable in the config file you can put it anywhere. That’s a good idea if you develop your own supercache plugins ...&quot;  That&#039;s fine and dandy - until another SC plugin comes in and sets $wp_cache_plugins_dir for itself.

2. Please elaborate on the four filters wp_cache_key, 
wp_cache_served_cache_file, wp_cache_get_cookies_values and do_createsupercache, such as possible secondary usages.  Three common examples: 

a. running my own PHP on before serving half-on requests without editing wp-cache-phase1.php myself. 
b. force serving a fresh page if the http referer is a search engine result page.
c. force expiring the cache for a page because of a querystring parameter.

I call them &#039;secondary usage&#039; because filters aren&#039;t supposed to have side effects.  Go figure.

Sorry to bust your chops, Donncha, ye know those two sample plugins? Both absolutely aint got no inline documentation -- not even one line of comment!  Aint much help if your doc tells a padawan to use &#039;em as a reference.

Thanks for posting this.</description>
		<content:encoded><![CDATA[<p>Feedback requested, feedback provided. <img src='http://ocaoimh.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1. &#8220;The plugin folder normally lives in wp-super-cache/plugins/ but by modifying the $wp_cache_plugins_dir variable in the config file you can put it anywhere. That’s a good idea if you develop your own supercache plugins &#8230;&#8221;  That&#8217;s fine and dandy &#8211; until another SC plugin comes in and sets $wp_cache_plugins_dir for itself.</p>
<p>2. Please elaborate on the four filters wp_cache_key,<br />
wp_cache_served_cache_file, wp_cache_get_cookies_values and do_createsupercache, such as possible secondary usages.  Three common examples: </p>
<p>a. running my own PHP on before serving half-on requests without editing wp-cache-phase1.php myself.<br />
b. force serving a fresh page if the http referer is a search engine result page.<br />
c. force expiring the cache for a page because of a querystring parameter.</p>
<p>I call them &#8217;secondary usage&#8217; because filters aren&#8217;t supposed to have side effects.  Go figure.</p>
<p>Sorry to bust your chops, Donncha, ye know those two sample plugins? Both absolutely aint got no inline documentation &#8212; not even one line of comment!  Aint much help if your doc tells a padawan to use &#8216;em as a reference.</p>
<p>Thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donncha</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-669313</link>
		<dc:creator>Donncha</dc:creator>
		<pubDate>Wed, 04 Nov 2009 08:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-669313</guid>
		<description>In the next version. I need to sort out a few gettext problems and sync with a few people who volunteered to translate. Maybe end of the week.</description>
		<content:encoded><![CDATA[<p>In the next version. I need to sort out a few gettext problems and sync with a few people who volunteered to translate. Maybe end of the week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrit</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-669312</link>
		<dc:creator>Gerrit</dc:creator>
		<pubDate>Wed, 04 Nov 2009 03:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-669312</guid>
		<description>Just wanted to thank you for your advice and the documentation. It&#039;s great and will be really helpful in the future. My cookie-plugin, btw, works fine now :) Thanks again!</description>
		<content:encoded><![CDATA[<p>Just wanted to thank you for your advice and the documentation. It&#8217;s great and will be really helpful in the future. My cookie-plugin, btw, works fine now <img src='http://ocaoimh.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilio</title>
		<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/comment-page-1/#comment-669303</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Tue, 03 Nov 2009 19:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://ocaoimh.ie/?p=89495422#comment-669303</guid>
		<description>Good! This is exactly what I needed.

Now Autoptimize will interact better with WP Super Cache :)

By the way, when will wp_cache_clear_cache() be available?</description>
		<content:encoded><![CDATA[<p>Good! This is exactly what I needed.</p>
<p>Now Autoptimize will interact better with WP Super Cache <img src='http://ocaoimh.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>By the way, when will wp_cache_clear_cache() be available?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
