<?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>nick.recoil.org &#187; rubonrails</title>
	<atom:link href="http://nick.recoil.org/tag/rubonrails/feed/" rel="self" type="application/rss+xml" />
	<link>http://nick.recoil.org</link>
	<description>Connector in, receiver out</description>
	<lastBuildDate>Tue, 28 Jul 2009 21:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mephisto plugin to allow self-updating links</title>
		<link>http://nick.recoil.org/2007/09/mephisto-plugin-to-allow-self-updating-links/</link>
		<comments>http://nick.recoil.org/2007/09/mephisto-plugin-to-allow-self-updating-links/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 00:52:00 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[Ruby & Rails]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rubonrails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I’ve placed a page under code which details a little plugin I’ve been working on for Mephisto. It’s designed to make links in your templates which need to point to the latest software release always valid. It scans a directory according to a shell glob expression, and gives back a block with the file path, [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve placed a page under <a href="http://nick.recoil.org/code">code</a> which details a little plugin I’ve been working on for <a href="http://mephistoblog.com/">Mephisto</a>. It’s designed to make links in your templates which need to point to the latest software release always valid. It scans a directory according to a shell glob expression, and gives back a block with the file path, name and version as local variables.</p>
<p>The shell glob expression can be passed in via the liquid template, as per normal with mephisto plugins, or it can be passed in as a special tag attached to the page which is being rendered. This allows per-page links, rather than per-template, and gives greater flexibility.</p>
<p>More information is on the <a href="http://nick.recoil.org/code/mephisto-dynamic-file-link-plugin">dynamic file link</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.recoil.org/2007/09/mephisto-plugin-to-allow-self-updating-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
