<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Fun With Radiant</title>
    <link>http://radiantcms.org/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The main blog for Radiant CMS</description>


    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/FunWithRadiant" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Tech Notes on RC1</title>
      <description>&lt;p&gt;I&amp;#8217;ve posted a couple of notes on RC1 over on my blog &lt;a href="http://wiseheartdesign.com/articles/2009/10/14/tech-notes-radiant-0-9-0-rc1/"&gt;here&lt;/a&gt;. You may find them helpful particularly if you are developing extensions.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/oyI2VHR4zQI" height="1" width="1"/&gt;</description>
      <dc:creator>John</dc:creator>
      <pubDate>Tue, 20 Oct 2009 10:40:41 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/10/20/tech-notes-on-rc1/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/oyI2VHR4zQI/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/10/20/tech-notes-on-rc1/</feedburner:origLink></item>

    <item>
      <title>Radiant 0.9.0 Release Candidate 1</title>
      <description>&lt;div class="float-right" style="margin: 1em 0 1em 1em"&gt;&lt;div&gt;&lt;a href="http://www.flickr.com/photos/johnwlong2000/3994356654/" title="Bespin Extension in Radiant CMS by johnwlong2000, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2484/3994356654_96fa3f2711.jpg" width="500" height="433" alt="Bespin Extension in Radiant CMS" style="border: 4px solid #666" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;small&gt;Radiant &lt;span class="caps"&gt;CMS&lt;/span&gt; 0.9.0 RC1 with the &lt;a href="http://ext.radiantcms.org/extensions/152-bespin-editor"&gt;Bespin Editor&lt;/a&gt; and &lt;a href="http://ext.radiantcms.org/extensions/1-page-attachments"&gt;Page Attachments&lt;/a&gt; extensions.&lt;/small&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I am pleased to announce the first release candidate of Radiant 0.9.0.&lt;/p&gt;
&lt;p&gt;The big news in this release is that we have updated the interface to make it more stylish and compact. If you are a long time Radiant user you will appreciate the small refinements that have been made to make Radiant easier for both power users and normal folks.&lt;/p&gt;
&lt;p&gt;Apart from the stylistic changes, there are a couple of changes that are worth mentioning:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;There are now two levels of tabs. The intent here is provide more organization for folks that have a lot of extensions installed. The primary top level tabs are now &amp;#8220;Content&amp;#8221;, &amp;#8220;Design&amp;#8221;, and &amp;#8220;Settings&amp;#8221;.&lt;/li&gt;
	&lt;li&gt;We&amp;#8217;ve added hot-keys for saving. You can now press &lt;tt&gt;Ctrl+S&lt;/tt&gt; to save a page and continue editing, or &lt;tt&gt;Ctrl+Shift+S&lt;/tt&gt; to save a page and return to the index page.&lt;/li&gt;
	&lt;li&gt;We&amp;#8217;ve reduced the number of flash messages in favor of status messages that pop up when you submit a form.&lt;/li&gt;
	&lt;li&gt;We&amp;#8217;ve added support for the tab key to text areas. On Safari and Firefox there is also support for multiline indent and unindent.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;This release is primarily aimed at extension developers.&lt;/strong&gt; We want to encourage all extension developers to update their extensions to work with 0.9.0 as the interface changes in this release are significant and will break existing extensions. We would like to hear as much feedback as possible about what we can do to make it easier to upgrade extensions for the new version. Any patches or pull requests that are submitted in this vein will be given a higher priority.&lt;/p&gt;
&lt;p&gt;There are a number of changes that did not make it into this release candidate that may make it into the final version in one form or another. Among them internationalization, asset management, password reset, filter toolbars, and a revamped settings interface.&lt;/p&gt;
&lt;p&gt;We now using &lt;a href="http://github.com/radiant/radiant/issues"&gt;GitHub Issues&lt;/a&gt; to keep track of feature requests and bug reports. If there is a particular feature that you feel should be in 0.9.0 or a bug report that you would like to file, do so there. You can also vote on existing features to improve the odds that they will be implemented by one of the core team members.&lt;/p&gt;
&lt;p&gt;As always we welcome your feedback and contributions.&lt;/p&gt;
&lt;h4&gt;Download &amp;amp; Install&lt;/h4&gt;
&lt;p&gt;You can download the gem here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://radiantcms.org/downloads/radiant-0.9.0-rc1.gem"&gt;http://radiantcms.org/downloads/radiant-0.9.0-rc1.gem&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Install it with the gem command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ gem install radiant-0.9.0-rc1.gem&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will install the gem as &amp;#8216;radiant-0.9.0&amp;#8217;.&lt;/p&gt;
&lt;h4&gt;How to Upgrade an Existing Project or Site&lt;/h4&gt;
&lt;p&gt;1. Update the Radiant assets from in your project:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;rake radiant:update&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;2. Migrate the database:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;rake production db:migrate&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;3. Restart the web server&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/BMiuWf7YNjA" height="1" width="1"/&gt;</description>
      <dc:creator>John</dc:creator>
      <pubDate>Fri, 09 Oct 2009 21:02:03 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/10/09/radiant-0-9-0-release-candidate-1/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/BMiuWf7YNjA/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/10/09/radiant-0-9-0-release-candidate-1/</feedburner:origLink></item>

    <item>
      <title>Radiant 0.8.1 - Luster Release</title>
      <description>&lt;p&gt;Radiant 0.8.1 &amp;#8220;Luster&amp;#8221; sports numerous enhancements to extensions, most notably:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Rails Metal and Cucumber features are supported&lt;/li&gt;
	&lt;li&gt;Rails configuration is accessible for depending on gems and modifying the environment using &lt;code&gt;extension_config&lt;/code&gt;.&lt;/li&gt;
	&lt;li&gt;Inter-extension dependencies can be declared before activation using &lt;code&gt;config.extension&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This release also includes support for &lt;span class="caps"&gt;IBM&lt;/span&gt; DB2 and corrects some bugs with the admin interface and caching system.  The packaged Rails version was upgraded to 2.3.4.&lt;/p&gt;
&lt;p&gt;A few compatibility notes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The Radiant gem now depends on &lt;a href="http://rack.rubyforge.org/"&gt;rack&lt;/a&gt; 1.0 or later because it was removed from Rails 2.3.4.&lt;/li&gt;
	&lt;li&gt;The default cache directory was moved to &lt;code&gt;tmp/cache&lt;/code&gt; so as to follow convention better and support deployment on Heroku.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Many thanks to our contributors and committers for their contributions.&lt;/p&gt;
&lt;h4&gt;Installation&lt;/h4&gt;
&lt;p&gt;To install use the gem command (with &amp;#8216;sudo&amp;#8217; as necessary):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ gem install radiant&lt;/code&gt;&lt;/pre&gt;
&lt;h5&gt;Upgrading an existing project/site&lt;/h5&gt;
&lt;p&gt;For upgrading from some versions, especially pre-0.8, we recommend following the instructions found on the &lt;a href="/download"&gt;download&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;1. Change the RADIANT_GEM_VERSION constant in config/environment.rb to &amp;#8220;0.8.1&amp;#8221; or remove it altogether.&lt;/p&gt;
&lt;p&gt;2. Update the Radiant assets in your project:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;rake radiant:update&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;3. Copy your customizations back into &lt;code&gt;config/environment.rb&lt;/code&gt;, if necessary.&lt;/p&gt;
&lt;p&gt;4. Migrate the database:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;rake production db:migrate&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;5. Restart the server&lt;/p&gt;
&lt;h5&gt;Creating a new project/site&lt;/h5&gt;
&lt;p&gt;1. Invoke the &lt;code&gt;radiant&lt;/code&gt; command with your desired database driver:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ radiant -d sqlite3 my_project&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;2. Bootstrap the database:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ cd my_project
$ rake db:bootstrap&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;3. Startup the server and try it out!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ script/server&lt;/code&gt;&lt;/pre&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/2rErwuUQ0Zg" height="1" width="1"/&gt;</description>
      <dc:creator>Sean</dc:creator>
      <pubDate>Sat, 05 Sep 2009 12:46:41 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/09/05/radiant-0-8-1---luster-release/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/2rErwuUQ0Zg/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/09/05/radiant-0-8-1---luster-release/</feedburner:origLink></item>

    <item>
      <title>Radiant 0.8.0 - Asterism Release</title>
      <description>&lt;p&gt;Radiant 0.8.0 &amp;#8220;Asterism&amp;#8221; features a brand new and more compliant caching&lt;br /&gt;
mechanism based on Rack::Cache, and numerous bugfixes and small enhancements.&lt;br /&gt;
Also included are:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;An extensive integration suite using &lt;a href="http://cukes.info"&gt;Cucumber&lt;/a&gt; and Webrat&lt;/li&gt;
	&lt;li&gt;Rails 2.3.2 (previously 2.1.2)&lt;/li&gt;
	&lt;li&gt;Highline 1.5.1&lt;/li&gt;
	&lt;li&gt;Haml 2.0.9&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Many thanks to our contributors and committers for their contributions.&lt;/p&gt;
&lt;h4&gt;Installation&lt;/h4&gt;
&lt;p&gt;To install use the gem command (with &amp;#8216;sudo&amp;#8217; as necessary):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ gem install radiant&lt;/code&gt;&lt;/pre&gt;
&lt;h5&gt;Upgrading an existing project/site&lt;/h5&gt;
&lt;p&gt;1. Change the RADIANT_GEM_VERSION constant in config/environment.rb to &amp;#8220;0.8.0&amp;#8221; or remove it altogether.&lt;/p&gt;
&lt;p&gt;2. Update the Radiant assets in your project:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;rake radiant:update&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;3. Copy your customizations back into &lt;code&gt;config/environment.rb&lt;/code&gt;, if necessary.&lt;/p&gt;
&lt;p&gt;4. Migrate the database:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;rake production db:migrate&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;5. Restart the server&lt;/p&gt;
&lt;h5&gt;Creating a new project/site&lt;/h5&gt;
&lt;p&gt;1. Invoke the &lt;code&gt;radiant&lt;/code&gt; command with your desired database driver:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ radiant -d sqlite3 my_project&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;2. Bootstrap the database:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ cd my_project
$ rake db:bootstrap&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;3. Startup the server and try it out!&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ script/server&lt;/code&gt;&lt;/pre&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/tBE-fTC8HRc" height="1" width="1"/&gt;</description>
      <dc:creator>Sean</dc:creator>
      <pubDate>Sun, 14 Jun 2009 14:34:43 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/06/14/radiant-0-8-0---asterism-release/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/tBE-fTC8HRc/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/06/14/radiant-0-8-0---asterism-release/</feedburner:origLink></item>

    <item>
      <title>Developer Tips: ResponseCache and Radiant::Cache</title>
      <description>&lt;p&gt;If you&amp;#8217;re looking to test out your site on edge to prepare for the next release but aren&amp;#8217;t ready to take the plunge, you can alter your environments to selectively set up ResponseCache&lt;/p&gt;
if defined? ResponseCache == &amp;#8216;constant&amp;#8217;
ResponseCache.defaults[:perform_caching] = true
end
&lt;p&gt;You may also set the &lt;code&gt;cache_timeout&lt;/code&gt; for &lt;code&gt;SiteController&lt;/code&gt; which will stand in the place of &lt;code&gt;ResponseCache.defaults[:expire_time]&lt;/code&gt;&lt;/p&gt;
config.after_initialize do
&amp;#8230;
if defined? ResponseCache == &amp;#8216;constant&amp;#8217;
ResponseCache.defaults[:expire_time] = 12.hours
else
SiteController.cache_timeout = 12.hours
end
&amp;#8230;
end
&lt;p&gt;That should get you going as you kick the tires on 0.8.&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;re looking for more control, take a look at &lt;a href="http://github.com/radiant/radiant/blob/b775ebe1f6c469fcb0fbb03b33afe1ee44bdb48a/lib/radiant/cache.rb"&gt;the source&lt;/a&gt; and know that Radiant::Cache is now implemented in &lt;a href="http://tomayko.com/src/rack-cache/"&gt;Rack::Cache&lt;/a&gt; and of course, keep your eye on the &lt;a href="http://wiki.github.com/radiant/radiant/developer-upgrade-notes"&gt;wiki page for developer upgrades&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/YQlUtWrquPo" height="1" width="1"/&gt;</description>
      <dc:creator>Jim</dc:creator>
      <pubDate>Mon, 08 Jun 2009 13:35:44 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/06/08/developer-tips-responsecache-and-radiant-cache/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/YQlUtWrquPo/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/06/08/developer-tips-responsecache-and-radiant-cache/</feedburner:origLink></item>

    <item>
      <title>New Wiki Page: Developer Upgrade Notes</title>
      <description>&lt;p&gt;&lt;strong&gt;&lt;span class="caps"&gt;ATTENTION&lt;/span&gt; &lt;span class="caps"&gt;EXTENSION&lt;/span&gt; &lt;span class="caps"&gt;DEVELOPERS&lt;/span&gt;!&lt;/strong&gt;  When working to upgrade your extensions to be compatible with the latest Radiant, please refer to and update this new wiki page: &lt;a href="http://wiki.github.com/radiant/radiant/developer-upgrade-notes"&gt;Developer Upgrade Notes&lt;/a&gt;.  I&amp;#8217;d like to make this a one-stop-shop for inter-version upgrade questions.  &lt;em&gt;Do not&lt;/em&gt; put information on individual extensions here, but on upgrade issues in the general sense.  Things that will go well in the page:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Class/method/namespace changes&lt;/li&gt;
	&lt;li&gt;Common errors and how to resolve them&lt;/li&gt;
	&lt;li&gt;Library/&lt;span class="caps"&gt;API&lt;/span&gt; additions and modifications&lt;/li&gt;
	&lt;li&gt;New conventions, deprecated conventions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Start preparing your extensions for Radiant 0.8 as soon as you can!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/r6zDR_nIXhI" height="1" width="1"/&gt;</description>
      <dc:creator>Sean</dc:creator>
      <pubDate>Tue, 12 May 2009 13:08:24 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/05/12/new-wiki-page-developer-upgrade-notes/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/r6zDR_nIXhI/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/05/12/new-wiki-page-developer-upgrade-notes/</feedburner:origLink></item>

    <item>
      <title>Radiant 0.8.0-RC1 Available</title>
      <description>&lt;p&gt;Hot on the heels of the feature list from this morning is Release Candidate 1 of Radiant 0.8.0.&lt;/p&gt;
&lt;p&gt;Download the gem from &lt;a href="http://radiant.s3.amazonaws.com/radiant-0.8.0-rc1.gem"&gt;S3&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The gem will install as &lt;code&gt;radiant-0.8.0&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Missing from the promised feature list in this release candidate are:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Support for cucumber features in extensions &amp;mdash; sorry, you&amp;#8217;ll have to rig something up yourself for now.&lt;/li&gt;
	&lt;li&gt;Packaged assets in DB templates &amp;#8211; Roasters is due for this enhancement.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;This release is intended for developers and the brave only!&lt;/strong&gt; A production-ready release should be available later in the month.  Please use this release to test the new features and discover bugs.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/8mWfLTxQFT4" height="1" width="1"/&gt;</description>
      <dc:creator>Sean</dc:creator>
      <pubDate>Mon, 11 May 2009 21:42:38 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/05/11/radiant-0-8-0-rc1-available/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/8mWfLTxQFT4/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/05/11/radiant-0-8-0-rc1-available/</feedburner:origLink></item>

    <item>
      <title>What's Coming in Radiant 0.8</title>
      <description>&lt;p&gt;The dev team has been working hard at preparing the next version of Radiant, which we believe will be ready later this month.  Here&amp;#8217;s an overview of the upcoming changes:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Rails 2.3.2 is bundled &amp;#8211; this includes support for Rack, so you can add your own &amp;#8220;metal&amp;#8221; or &amp;#8220;middleware&amp;#8221;, making certain tasks much easier and performant.&lt;/li&gt;
	&lt;li&gt;The integration specs are now &lt;a href="http://cukes.info"&gt;Cucumber&lt;/a&gt; stories, and you will be able to write Cucumber stories in your extensions.&lt;/li&gt;
	&lt;li&gt;RSpec and friends are only required to run tests and will no longer be install-time gem dependencies. Rake tasks that depend on them are stubbed.&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;config.extensions&lt;/code&gt; will be pre-populated so you can easily turn off installed extensions like so: &lt;code&gt;config.extensions -= [:archive]&lt;/code&gt;&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;ResponseCache&lt;/code&gt;, Radiant&amp;#8217;s built-in caching, has been replaced by  &lt;code&gt;Radiant::Cache&lt;/code&gt;, which wraps &lt;code&gt;Rack::Cache&lt;/code&gt; with some enhancements for manual expiration and acceleration headers.  This makes us more compliant with the &lt;span class="caps"&gt;HTTP&lt;/span&gt;/1.1 spec and removes some of the complexity of that code. Best of all, it&amp;#8217;s completely pluggable, so you can use plain &lt;code&gt;Rack::Cache&lt;/code&gt; or turn it off altogether in one line.&lt;/li&gt;
	&lt;li&gt;&lt;code&gt;Admin::AbstractModelController&lt;/code&gt; is no more.  Use &lt;code&gt;Admin::ResourceController&lt;/code&gt;!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some efforts that are started but will not finish until after 0.8 release:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Internationalization of the interface has begun in the &lt;a href="http://github.com/radiant/radiant/tree/i18n"&gt;i18n&lt;/a&gt; branch, lead by Keith Bingman.&lt;/li&gt;
	&lt;li&gt;The new &amp;#8220;blade&amp;#8221; interface is nearly complete, John says.  Check it out in the &lt;a href="http://github.com/radiant/radiant-prototype"&gt;prototype&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/g-OsoFjgU4s" height="1" width="1"/&gt;</description>
      <dc:creator>Sean</dc:creator>
      <pubDate>Mon, 11 May 2009 09:11:03 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/05/11/whats-coming-in-radiant-0-8/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/g-OsoFjgU4s/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/05/11/whats-coming-in-radiant-0-8/</feedburner:origLink></item>

    <item>
      <title>Radiant Birds-of-Feather Session at RailsConf</title>
      <description>&lt;p&gt;If you are at &lt;a href="http://en.oreilly.com/rails2009/"&gt;RailsConf 2009&lt;/a&gt;, please consider attending the &lt;a href="http://en.oreilly.com/rails2009/public/schedule/detail/9204"&gt;Radiant BoF Session&lt;/a&gt;, which will be moderated by the awesome &lt;a href="http://www.keithbingman.com/"&gt;Keith Bingman&lt;/a&gt;, developer of &lt;a href="http://bitchkittyracing.com/"&gt;bitchkittyracing&lt;/a&gt; and leader of the i18n effort for Radiant.  John and Sean might also make an appearance remotely via Skype or &lt;span class="caps"&gt;IRC&lt;/span&gt;, so bring your questions, problems and comments!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/aYNLEzv0U_0" height="1" width="1"/&gt;</description>
      <dc:creator>Sean</dc:creator>
      <pubDate>Mon, 04 May 2009 13:12:59 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/05/04/radiant-birds-of-feather-session-at-railsconf/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/aYNLEzv0U_0/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/05/04/radiant-birds-of-feather-session-at-railsconf/</feedburner:origLink></item>

    <item>
      <title>Radiant Hack Day - April 25, 2009</title>
      <description>&lt;p&gt;You&amp;#8217;re invited to another Radiant Hack Day/Sprint!&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;What:&lt;/strong&gt; Radiant Hack Day&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;When:&lt;/strong&gt; Saturday, April 25th, 10:00AM-? &lt;span class="caps"&gt;EDT&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Where:&lt;/strong&gt;&lt;br /&gt;
  Carrboro Creative Coworking&lt;br /&gt;
  205 Lloyd St, Suite 101&lt;br /&gt;
  Carrboro, NC, 27510&lt;br /&gt;
  &lt;a href="http://www.carrborocoworking.com/"&gt;carrborocoworking.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Both John and Sean will be in attendance, leading the design/UI and development pieces respectively. This is an easy way to get started contributing to the project, learn more about Radiant, or to work on your own feature with guidance from the community.  We&amp;#8217;re going lower ceremony than our big one in October, but still encourage out-of-towners to come.  Contact Sean privately via email if you need help making arrangements to attend, or if you&amp;#8217;d like to be involved remotely.&lt;/p&gt;
&lt;p&gt;Happy hacking!&lt;/p&gt;
&lt;p&gt;If you can attend, please &lt;a href="http://www.meetup.com/raleighrb/calendar/10176147/"&gt;&lt;span class="caps"&gt;RSVP&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FunWithRadiant/~4/T5qXcrCKnsM" height="1" width="1"/&gt;</description>
      <dc:creator>Sean</dc:creator>
      <pubDate>Fri, 17 Apr 2009 09:16:55 GMT</pubDate>
      <guid isPermaLink="false">http://radiantcms.org/blog/archives/2009/04/17/radiant-hack-day---april-25-2009/</guid>
      <link>http://feedproxy.google.com/~r/FunWithRadiant/~3/T5qXcrCKnsM/</link>
    <feedburner:origLink>http://radiantcms.org/blog/archives/2009/04/17/radiant-hack-day---april-25-2009/</feedburner:origLink></item>


  </channel>
</rss>
