<?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 for Caffeine</title>
	<atom:link href="http://blog.onehub.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.onehub.com</link>
	<description>Onehub.com</description>
	<lastBuildDate>Wed, 08 Sep 2010 19:46:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Announcing Onehub Sync by Geert</title>
		<link>http://blog.onehub.com/posts/announcing-onehub-sync/comment-page-1#comment-2785</link>
		<dc:creator>Geert</dc:creator>
		<pubDate>Wed, 08 Sep 2010 19:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onehub.com/?p=1078#comment-2785</guid>
		<description>Awesome feature !!!! </description>
		<content:encoded><![CDATA[<p>Awesome feature !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Maintenance Pages Done Right by W. Andrew Loe III</title>
		<link>http://blog.onehub.com/posts/rails-maintenance-pages-done-right/comment-page-1#comment-2609</link>
		<dc:creator>W. Andrew Loe III</dc:creator>
		<pubDate>Tue, 03 Aug 2010 14:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onehub.com/posts/rails-maintenance-pages-done-right#comment-2609</guid>
		<description>Our load balancer would throw a 502 (Bad Gateway) when it determined that the backends were not responsive enough. Though I like your suggestion to trap and send the user to a specific 503 error page, at the moment they would see a &#039;generic&#039; (all 5xx errors) page. </description>
		<content:encoded><![CDATA[<p>Our load balancer would throw a 502 (Bad Gateway) when it determined that the backends were not responsive enough. Though I like your suggestion to trap and send the user to a specific 503 error page, at the moment they would see a &#039;generic&#039; (all 5xx errors) page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Tree View by Stephen M. Walker II</title>
		<link>http://blog.onehub.com/posts/introducing-tree-view/comment-page-1#comment-2402</link>
		<dc:creator>Stephen M. Walker II</dc:creator>
		<pubDate>Tue, 11 May 2010 17:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onehub.com/?p=916#comment-2402</guid>
		<description>Great feature, makes it easy to find specific files quickly, especially when it&#039;s been a few weeks since you last looked at the file library. </description>
		<content:encoded><![CDATA[<p>Great feature, makes it easy to find specific files quickly, especially when it&#039;s been a few weeks since you last looked at the file library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Maintenance Pages Done Right by @theknack</title>
		<link>http://blog.onehub.com/posts/rails-maintenance-pages-done-right/comment-page-1#comment-2385</link>
		<dc:creator>@theknack</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onehub.com/posts/rails-maintenance-pages-done-right#comment-2385</guid>
		<description>But, how you distinguish a &quot;real&quot; 503 error? When the system&#039;s overload causes a 503 error, your config will redirect to the maintenance page, which doesn&#039;t exists. 
 
Maybe something like this?: 
 
    if (-f $document_root/system/maintenance.html) { 
      rewrite ^(.*)$ /system/maintenance.html break; 
    } 
    rewrite ^(.*)$ /503.html break; </description>
		<content:encoded><![CDATA[<p>But, how you distinguish a &quot;real&quot; 503 error? When the system&#039;s overload causes a 503 error, your config will redirect to the maintenance page, which doesn&#039;t exists. </p>
<p>Maybe something like this?: </p>
<p>    if (-f $document_root/system/maintenance.html) {<br />
      rewrite ^(.*)$ /system/maintenance.html break;<br />
    }<br />
    rewrite ^(.*)$ /503.html break;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSS Feeds for Workspace Activity by Ben</title>
		<link>http://blog.onehub.com/posts/rss-feeds-for-workspace-activity/comment-page-1#comment-2379</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 13 Apr 2010 02:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onehub.com/?p=743#comment-2379</guid>
		<description>I like this feature very much.  Just a suggestion, it would make this already great feature even more useful if there were RSS feeds for filtered categories.  For example, I rarely care about anything except for the &quot;Create&quot; type activity, and I think most people would prefer to only see that in a feed.  Having the ability to link to feeds on activity filters would allow for that.  Thanks again! </description>
		<content:encoded><![CDATA[<p>I like this feature very much.  Just a suggestion, it would make this already great feature even more useful if there were RSS feeds for filtered categories.  For example, I rarely care about anything except for the &quot;Create&quot; type activity, and I think most people would prefer to only see that in a feed.  Having the ability to link to feeds on activity filters would allow for that.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tasty Cookies with nginx by TJS</title>
		<link>http://blog.onehub.com/posts/tasty-cookies-with-nginx/comment-page-1#comment-1091</link>
		<dc:creator>TJS</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onehub.com/?p=613#comment-1091</guid>
		<description>I love this. Nginx makes it so easy to implement something like this. Very cool. </description>
		<content:encoded><![CDATA[<p>I love this. Nginx makes it so easy to implement something like this. Very cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hey, You Got Circles in my Scripty! by calebhc</title>
		<link>http://blog.onehub.com/posts/hey-you-got-circles-in-my-scripty/comment-page-1#comment-183</link>
		<dc:creator>calebhc</dc:creator>
		<pubDate>Wed, 17 Feb 2010 22:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.onehub.com/?p=612#comment-183</guid>
		<description>That&#039;s really cool. I&#039;ll have to check it out. Good job! </description>
		<content:encoded><![CDATA[<p>That&#039;s really cool. I&#039;ll have to check it out. Good job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
