<?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: Django-style routing for Bottle</title>
	<atom:link href="http://reliablybroken.com/b/2010/07/django-style-routing-for-bottle/feed/" rel="self" type="application/rss+xml" />
	<link>http://reliablybroken.com/b/2010/07/django-style-routing-for-bottle/</link>
	<description>It&#039;s a blog: let&#039;s do funch!</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:21:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Shane Reustle</title>
		<link>http://reliablybroken.com/b/2010/07/django-style-routing-for-bottle/comment-page-1/#comment-968</link>
		<dc:creator>Shane Reustle</dc:creator>
		<pubDate>Sun, 01 Aug 2010 04:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=510#comment-968</guid>
		<description>&lt;p&gt;I much prefer this method over @route. Thanks for posting this!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I much prefer this method over @route. Thanks for posting this!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://reliablybroken.com/b/2010/07/django-style-routing-for-bottle/comment-page-1/#comment-947</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=510#comment-947</guid>
		<description>&lt;p&gt;&lt;a href=&quot;#comment-945&quot; rel=&quot;nofollow&quot;&gt;@defnull&lt;/a&gt; that&#039;s much better, especially unpacking the tuples instead of using indexes. Thank you&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="#comment-945" rel="nofollow">@defnull</a> that&#8217;s much better, especially unpacking the tuples instead of using indexes. Thank you</p>]]></content:encoded>
	</item>
	<item>
		<title>By: defnull</title>
		<link>http://reliablybroken.com/b/2010/07/django-style-routing-for-bottle/comment-page-1/#comment-945</link>
		<dc:creator>defnull</dc:creator>
		<pubDate>Wed, 28 Jul 2010 12:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://reliablybroken.com/b/?p=510#comment-945</guid>
		<description>&lt;p&gt;You can use the route() decorator as a function, too.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;from bottle import route
for path, func, name in routes:
    route(path, name=name)(func)
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>You can use the route() decorator as a function, too.</p>

<pre><code>from bottle import route
for path, func, name in routes:
    route(path, name=name)(func)
</code></pre>]]></content:encoded>
	</item>
</channel>
</rss>

