<?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: Code of the Year</title>
	<atom:link href="http://ryanfeeley.com/2007/02/22/code-of-the-year/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryanfeeley.com/2007/02/22/code-of-the-year/</link>
	<description>I’m a product-obsessed user experience designer in Toronto.</description>
	<lastBuildDate>Thu, 17 May 2012 22:27:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mARK</title>
		<link>http://ryanfeeley.com/2007/02/22/code-of-the-year/comment-page-1/#comment-97</link>
		<dc:creator>mARK</dc:creator>
		<pubDate>Mon, 24 Mar 2008 20:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://ryanfeeley.com/2007/02/22/code-of-the-year/#comment-97</guid>
		<description>&lt;p&gt;if the content of a page doesn&#039;t change, then the copyright year shouldn&#039;t either.  if someone wants to challenge a copyright claim in court they can say the true date of the content can&#039;t be determined.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>if the content of a page doesn&#8217;t change, then the copyright year shouldn&#8217;t either.  if someone wants to challenge a copyright claim in court they can say the true date of the content can&#8217;t be determined.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Petrov</title>
		<link>http://ryanfeeley.com/2007/02/22/code-of-the-year/comment-page-1/#comment-96</link>
		<dc:creator>Andrey Petrov</dc:creator>
		<pubDate>Wed, 02 Jan 2008 22:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://ryanfeeley.com/2007/02/22/code-of-the-year/#comment-96</guid>
		<description>&lt;p&gt;Straight Python:
&lt;code&gt;
import datetime
print datetime.date.today().year
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;In Pylons:
&lt;code&gt;
${h.date.datetime.today().year}
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Of course it&#039;s super-easy to make your own webhelpers so that they&#039;re as short as &lt;code&gt;${h.year}.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Straight Python:
<code>
import datetime
print datetime.date.today().year
</code></p>

<p>In Pylons:
<code>
${h.date.datetime.today().year}
</code></p>

<p>Of course it&#8217;s super-easy to make your own webhelpers so that they&#8217;re as short as <code>${h.year}.</code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan S</title>
		<link>http://ryanfeeley.com/2007/02/22/code-of-the-year/comment-page-1/#comment-95</link>
		<dc:creator>Dan S</dc:creator>
		<pubDate>Fri, 23 Feb 2007 01:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://ryanfeeley.com/2007/02/22/code-of-the-year/#comment-95</guid>
		<description>&lt;p&gt;In &lt;a href=&quot;http://www.djangoproject.com&quot; title=&quot;Django&quot; rel=&quot;nofollow&quot;&gt;Django&lt;/a&gt; it&#039;s:&lt;/p&gt;

&lt;p&gt;{% now &quot;Y&quot; %}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In <a href="http://www.djangoproject.com" title="Django" rel="nofollow">Django</a> it&#8217;s:</p>

<p>{% now &#8220;Y&#8221; %}</p>]]></content:encoded>
	</item>
</channel>
</rss>

