<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Article RSS Feed</title>
    <link>http://your-web-site.com/rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The main blog feed for my Web site.</description>
    
    
        <item>
          <title>Ruby Snippets 1</title>
          <description>Ruby Command line arguments.

The first option coming after the options to ruby itself is ARGV[1].</description>
          <pubDate>Wed, 27 Jun 2007 08:39:03 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/27/ruby-snippets-1/</guid>
          <link>http://your-web-site.com/articles/2007/06/27/ruby-snippets-1/</link>
        </item>
    
        <item>
          <title>Why RadiantCMS?</title>
          <description>&lt;p&gt;Why not?&lt;/p&gt;

&lt;p&gt;I consider myself above the unwashed blogger, MT, WordPress, Drupal et al hordes, Hoi polloi, the whole lot !!&lt;/p&gt;

&lt;p&gt;I have no interest in a YAWP, YAMT, YAblogger blog!!&lt;/p&gt;

&lt;p&gt;Rather sheepishly I have absolutely no idea about Markdown, SmartyPants and Textile to format this text properly.&lt;/p&gt;

&lt;p&gt;It is more to give myself an idea about the whole Ruby and Rails development paradigm.&lt;/p&gt;

&lt;p&gt;Funnily enough I wanted to be able to run multiple apps on the domain and I realized due to the way rails is handled the relative links weren&amp;#8217;t right. So I have had to symlink my www/html directory into radiant/public to get this to show up.&lt;/p&gt;

&lt;p&gt;The original idea was to get access this site by http://voipfc.meripol.net/cms  but realised that links were not working because cms was not prepended to the links. I went through the whole gamut involving 
&lt;code&gt;ActionController::AbstractRequest.relative_url_root = &quot;/railsapp&quot;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;&lt;code&gt;RAILS_RELATIVE_URL_ROOT = &quot;/railsapp&quot;&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;but couldn&amp;#8217;t get it to work.&lt;/p&gt;

&lt;p&gt;After I moved to DocumentRoot and symlinked www/html to radiant/public the above option began to work and sent my CSS haywire.
Any idea on how it is configured?&lt;/p&gt;

&lt;p&gt;Confession: I am a heavy Drupal user! Saying bad things about Drupal won&amp;#8217;t get me assistance in the Drupal forums&lt;/p&gt;</description>
          <pubDate>Fri, 08 Jun 2007 14:01:41 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/08/why-radiantcms/</guid>
          <link>http://your-web-site.com/articles/2007/06/08/why-radiantcms/</link>
        </item>
    
        <item>
          <title>Third Post</title>
          <description>This is the third post.</description>
          <pubDate>Thu, 07 Jun 2007 21:26:08 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2007/06/07/third-post/</guid>
          <link>http://your-web-site.com/articles/2007/06/07/third-post/</link>
        </item>
    
        <item>
          <title>Second Post</title>
          <description>&lt;p&gt;This post uses &lt;strong&gt;Markdown&lt;/strong&gt;.&lt;/p&gt;</description>
          <pubDate>Sat, 10 Jun 2006 00:00:00 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2006/06/10/second-post/</guid>
          <link>http://your-web-site.com/articles/2006/06/10/second-post/</link>
        </item>
    
        <item>
          <title>First Post</title>
          <description>&lt;p&gt;This post uses &lt;a href=&quot;http://www.textism.com/tools/textile/&quot;&gt;textile&lt;/a&gt;.&lt;/p&gt;</description>
          <pubDate>Fri, 09 Jun 2006 00:00:00 GMT</pubDate>
          <guid>http://your-web-site.com/articles/2006/06/09/first-post/</guid>
          <link>http://your-web-site.com/articles/2006/06/09/first-post/</link>
        </item>
    
    
  </channel>
</rss>

