<?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>A Tempest of Thoughts &#187; Radiant</title>
	<atom:link href="http://tempe.st/category/radiant/feed/" rel="self" type="application/rss+xml" />
	<link>http://tempe.st</link>
	<description>aka blog.to_int(:inig)</description>
	<lastBuildDate>Thu, 07 Apr 2011 08:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Updated Language Redirect Extension for Radiant</title>
		<link>http://tempe.st/2009/08/updated-language-redirect-extension-for-radiant/</link>
		<comments>http://tempe.st/2009/08/updated-language-redirect-extension-for-radiant/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 10:41:34 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Radiant]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[language redirect]]></category>

		<guid isPermaLink="false">http://tempe.st/?p=301</guid>
		<description><![CDATA[Thanks to the great work of netzpirat, the good old Language Redirect Extension has been updated to work with Radiant 0.8.0. Thanks netzpirat!]]></description>
			<content:encoded><![CDATA[	<p>Thanks to the great work of <a href="http://github.com/netzpirat">netzpirat</a>, the good old <a href="http://github.com/intinig/radiant_language_redirect_extension/tree/master">Language Redirect Extension</a> has been updated to work with Radiant 0.8.0.</p>
	<p>Thanks netzpirat!</p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2009/08/updated-language-redirect-extension-for-radiant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radiant iPhone Extension 0.0.1</title>
		<link>http://tempe.st/2008/10/radiant-iphone-extension-001/</link>
		<comments>http://tempe.st/2008/10/radiant-iphone-extension-001/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 08:29:00 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Radiant]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mikamai]]></category>

		<guid isPermaLink="false">http://tempe.st/?p=253</guid>
		<description><![CDATA[Fellow Mikamai &#8211; er, all around nice guy, great guitarist and top notch developer Andrea &#8220;Pilu&#8221; Franz has just released an incredibile extension for the Radiant CMS, the iPhone Extension, it allows you to access your radiant admin interface via iPhone using a nice iPhone optimized GUI. Please check the original article on his blog.]]></description>
			<content:encoded><![CDATA[	<p>Fellow <a href="http://mikamai.com">Mikamai</a> &#8211; er, all around nice guy, great guitarist and top notch developer Andrea &#8220;Pilu&#8221; Franz has just released an incredibile extension for the <a href="http://radiantcms.org">Radiant CMS</a>, the <a href="http://github.com/pilu/radiant-iphone-extension/tree">iPhone Extension</a>, it allows you to access your radiant admin interface via iPhone using a nice iPhone optimized GUI. Please check the original article on his <a href="http://gravityblast.com/2008/10/09/radiant-iphone-extension-0-0-1/">blog</a>.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2008/10/radiant-iphone-extension-001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legacy Path Handler, a Radiant Extension</title>
		<link>http://tempe.st/2008/09/legacy-path-handler-a-radiant-extension/</link>
		<comments>http://tempe.st/2008/09/legacy-path-handler-a-radiant-extension/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 23:42:58 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Radiant]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[extensions]]></category>

		<guid isPermaLink="false">http://tempe.st/?p=245</guid>
		<description><![CDATA[We&#8217;re preparing to deploy the new Mikamai site (not up at the time of this post), that runs on the wonderful Rails-based RadiantCMS. The VPS we&#8217;re deploying to runs on Phusion Passenger, and that means we can&#8217;t use mod_alias or mod_rewrite to 301-redirect the old URLs, already indexed by Google, to their new locations. To [...]]]></description>
			<content:encoded><![CDATA[	<p>We&#8217;re preparing to deploy the new <a href="http://mikamai.com">Mikamai</a> site (not up at the time of this post), that runs on the wonderful Rails-based <a href="http://radiantcms.org">RadiantCMS</a>.</p>
	<p>The VPS we&#8217;re deploying to runs on <a href="http://modrails.com">Phusion Passenger</a>, and that means we can&#8217;t use mod_alias or mod_rewrite to 301-redirect the old URLs, already indexed by Google, to their new locations.</p>
	<p>To solve this problem I wrote a little Radiant Extension, called <a href="http://github.com/intinig/legacy_path_handler/tree/master">LegacyPathHandler</a>, that reads a simple list of URLs from a text file and does a 301 redirection on them before handling the control to Radiant&#8217;s default SiteController.</p>
	<p>It works quite fine for us, but it has no specs/tests or documentation. Please feel free to contribute to the project if you feel you can improve it.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2008/09/legacy-path-handler-a-radiant-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Capistrano 2 goodies: A Radiant recipe library</title>
		<link>http://tempe.st/2007/10/more-capistrano-2-goodies-a-radiant-recipe-library/</link>
		<comments>http://tempe.st/2007/10/more-capistrano-2-goodies-a-radiant-recipe-library/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 13:32:18 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[Nimboo]]></category>
		<category><![CDATA[Radiant]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://tempe.st/2007/10/more-capistrano-2-goodies-a-radiant-recipe-library/</guid>
		<description><![CDATA[This is a followup to &#8220;A Couple of Capistrano 2 Recipes Libraries&#8221;:http://tempe.st/2007/09/a-couple-of-capistrano-2-recipes-libraries It&#8217;s official: I am a Capistranoholist, and I can&#8217;t deploy any Rails application without using Capistrano anymore. A few days ago I had to setup a Radiant site for a client and I couldn&#8217;t resist writing a small capistrano recipe library (is there [...]]]></description>
			<content:encoded><![CDATA[	<p><em>This is a followup to &#8220;A Couple of Capistrano 2 Recipes Libraries&#8221;:http://tempe.st/2007/09/a-couple-of-capistrano-2-recipes-libraries</em></p>
	<p>It&#8217;s official: I am a Capistranoholist, and I can&#8217;t deploy any Rails application without using Capistrano anymore. A few days ago I had to setup a Radiant site for a client and I couldn&#8217;t resist writing a small capistrano recipe library (is there an official name for this kind of collections?) with callbacks dedicated to radiant and tasks that help managing radiant installations.</p>
	<p>As usual you can get them from the <a href="http://github.com/intinig/radiant-recipes">recipes repository</a> .</p>
	<p>After you get the recipes load them from Capfile:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#CC0066; font-weight:bold;">load</span> <span style="color:#996600;">'deploy'</span> <span style="color:#9966CC; font-weight:bold;">if</span> respond_to?<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#ff3333; font-weight:bold;">:namespace</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#008000; font-style:italic;"># cap2 differentiator</span>
<span style="color:#CC0066; font-weight:bold;">load</span> <span style="color:#996600;">'config/deploy'</span>
<span style="color:#CC0066; font-weight:bold;">load</span> <span style="color:#996600;">'lib/recipes/medlar'</span>
<span style="color:#CC0066; font-weight:bold;">load</span> <span style="color:#996600;">'lib/recipes/radiant'</span></pre></div></div>

	<p>Now you will have one more callback and an overridden deploy:cold task:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">  after <span style="color:#996600;">&quot;deploy:migrate&quot;</span>, <span style="color:#996600;">&quot;deploy:radiant:migrate:extensions&quot;</span>
&nbsp;
  desc <span style="color:#996600;">&quot;Overridden deploy:cold for Radiant.&quot;</span>
  task <span style="color:#ff3333; font-weight:bold;">:cold</span> <span style="color:#9966CC; font-weight:bold;">do</span>
    update
    <span style="color:#996600;">&quot;radiant:bootstrap&quot;</span>
    start
  <span style="color:#9966CC; font-weight:bold;">end</span></pre></div></div>

	<p>The overridden task bootstraps radiant during deploy:cold (but assumes you use it only the first time you deploy!), and the callback migrates radiant extensions whenever you migrate your db.</p>
	<p>If you don&#8217;t need the radiant recipes but you are using the medlar namespace I suggest you update from svn, there have been a lot of fixes to the recipes.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2007/10/more-capistrano-2-goodies-a-radiant-recipe-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Language Redirect, an extension for Radiant CMS</title>
		<link>http://tempe.st/2007/03/language-redirect-an-extension-for-radiant-cms/</link>
		<comments>http://tempe.st/2007/03/language-redirect-an-extension-for-radiant-cms/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 12:26:56 +0000</pubDate>
		<dc:creator>Giovanni Intini</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Radiant]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://tempe.st/2007/03/language-redirect-an-extension-for-radiant-cms/</guid>
		<description><![CDATA[While looking through my email I found an email that helped me remember that a couple of months ago, while working on StudioCarone.it I wrote (ported) a simple extension to the wonderful Radiant CMS, language_redirect_extension. The usage is straightforward, just check it out via svn into your extensions directory. The rest of the extension works [...]]]></description>
			<content:encoded><![CDATA[	<p>While looking through my email I found an email that helped me remember that a couple of months ago, while working on <a href="http://studiocarone.it">StudioCarone.it</a> I wrote (ported) a simple extension to the wonderful <a href="http://radiantcms.com">Radiant CMS</a>, <a href="https://svn1.hosted-projects.com/medlar/language_redirect_extension">language_redirect_extension</a>. The usage is straightforward, just check it out via svn into your extensions directory.</p>
	<p>The rest of the extension works like the old language redirect behavior used to do.  Drop me a mail at <em>info AT tempe DOT st</em> if you have any problems or if you need more detailed instructions.</p>

 ]]></content:encoded>
			<wfw:commentRss>http://tempe.st/2007/03/language-redirect-an-extension-for-radiant-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

