<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rachel's Blog &#187; geoip</title>
	<atom:link href="http://www.willmer.com/kb/tag/geoip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Django GeoIP templatetag</title>
		<link>http://www.willmer.com/kb/2006/10/django-geoip-templatetag/</link>
		<comments>http://www.willmer.com/kb/2006/10/django-geoip-templatetag/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 18:17:26 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[geoip]]></category>

		<guid isPermaLink="false">http://www.willmer.com/kb/2006/10/django-geoip-templatetag/</guid>
		<description><![CDATA[I&#8217;ve published 2 template tags for use with GeoIP at geoip.py. Hope they may be of use&#8230; Usage: # Templatetag get_country_name returns the client&#8217;s country code # # Example: # {% ifequal get_country &#8220;GB&#8221; %} # do something # {% endifequal %} # Templatetag get_country sets the given variable name # to the client&#8217;s country [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve published 2 template tags for use with GeoIP at <a title="geoip.py" href="http://www.willmer.org/html/djangocode/geoip.py">geoip.py.</a></p>
<p>Hope they may be of use&#8230;</p>
<p>Usage:</p>
<p># Templatetag get_country_name returns the client&#8217;s country code<br />
#<br />
# Example:<br />
# {% ifequal get_country &#8220;GB&#8221; %}<br />
#       do something<br />
# {% endifequal %}</p>
<p># Templatetag get_country sets the given variable name<br />
# to the client&#8217;s country code<br />
#<br />
# Example:<br />
# {% get_country as my_country %}<br />
# {% ifequal my_country &#8220;GB&#8221; %}<br />
#       do something<br />
# {% endifequal %}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willmer.com/kb/2006/10/django-geoip-templatetag/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

