<?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"
	>
<channel>
	<title>Comments on: Mobile RSSmeme</title>
	<atom:link href="http://benjamingolub.com/2008/05/11/mobile-rssmeme/feed/" rel="self" type="application/rss+xml" />
	<link>http://benjamingolub.com/2008/05/11/mobile-rssmeme/</link>
	<description>Benjamin Golub's blog</description>
	<pubDate>Sun, 12 Oct 2008 11:48:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: J. Phil</title>
		<link>http://benjamingolub.com/2008/05/11/mobile-rssmeme/#comment-242</link>
		<dc:creator>J. Phil</dc:creator>
		<pubDate>Mon, 12 May 2008 02:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=152#comment-242</guid>
		<description>Sweet, it kind of works!  Takes out the spaces, though.  You probably knew that already, though.&lt;br&gt;&lt;br&gt;... you can actually delete these comments if you like, Benjamin.  Thanks.</description>
		<content:encoded><![CDATA[<p>Sweet, it kind of works!  Takes out the spaces, though.  You probably knew that already, though.</p>
<p>&#8230; you can actually delete these comments if you like, Benjamin.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Phil</title>
		<link>http://benjamingolub.com/2008/05/11/mobile-rssmeme/#comment-241</link>
		<dc:creator>J. Phil</dc:creator>
		<pubDate>Mon, 12 May 2008 02:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://benjamingolub.com/?p=152#comment-241</guid>
		<description>Testing the code tag.. sorry for using your blog as a testing ground, Benjamin.&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;def home(request):&lt;br&gt;    URL = 'http://www.rssmeme.com/?output=json&#038;language=en'&lt;br&gt;    key = URL&lt;br&gt;    json = cache.get(key)&lt;br&gt;    if not json:&lt;br&gt;        json = simplejson.load(urllib2.urlopen(URL))&lt;br&gt;        cache.set(key, json, CACHE_TIME)&lt;br&gt;    return render_to_response('base.html', {'entries': json['entries']}, context_instance = RequestContext(request))&lt;br&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Testing the code tag.. sorry for using your blog as a testing ground, Benjamin.</p>
<p><code><br />def home(request):<br />    URL = &#8216;http://www.rssmeme.com/?output=json&#038;language=en&#8217;<br />    key = URL<br />    json = cache.get(key)<br />    if not json:<br />        json = simplejson.load(urllib2.urlopen(URL))<br />        cache.set(key, json, CACHE_TIME)<br />    return render_to_response(&#8217;base.html&#8217;, {&#8217;entries&#8217;: json['entries']}, context_instance = RequestContext(request))<br /></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
