<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,6 +18,11 @@
       &lt;author&gt;
         &lt;name&gt;&lt;%= article.user.name || article.user.login %&gt;&lt;/name&gt;
       &lt;/author&gt;
+      &lt;% if article.respond_to?(:tag_list) &amp;&amp; !article.tag_list.blank? %&gt;
+      &lt;% article.tag_list.each do |tag| %&gt;
+      &lt;category&gt;&lt;%= tag %&gt;&lt;/category&gt;
+      &lt;% end %&gt;
+      &lt;% end %&gt;
       &lt;content type=&quot;html&quot;&gt;&lt;%= escape_xml(render_article(article)) %&gt;&lt;/content&gt;
     &lt;/entry&gt;
   &lt;% end %&gt;</diff>
      <filename>feather-feeds/views/feather/feeds/articles.atom.erb</filename>
    </modified>
    <modified>
      <diff>@@ -17,6 +17,9 @@
         &lt;pubDate&gt;&lt;%= rfc822(article.published_at) %&gt;&lt;/pubDate&gt;
         &lt;guid&gt;&lt;%= &quot;http://#{request.host}#{url}&quot; %&gt;&lt;/guid&gt;
         &lt;dc:creator&gt;&lt;%= article.user.name || article.user.login %&gt;&lt;/dc:creator&gt;
+        &lt;% if article.respond_to?(:frozen_tag_list) &amp;&amp; !article.frozen_tag_list.blank? %&gt;
+        &lt;category&gt;&lt;%= article.frozen_tag_list %&gt;&lt;/category&gt;
+        &lt;% end %&gt;
       &lt;/item&gt;
     &lt;% end %&gt;
   &lt;/channel&gt;</diff>
      <filename>feather-feeds/views/feather/feeds/articles.rss.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5a95a1065887e2853f4872f9c3ab30e957245a1c</id>
    </parent>
  </parents>
  <author>
    <name>El Draper</name>
    <email>el@ejdraper.com</email>
  </author>
  <url>http://github.com/edraper/feather-plugins/commit/464b374fa6b3c2d914b4589d8cb18248455512f2</url>
  <id>464b374fa6b3c2d914b4589d8cb18248455512f2</id>
  <committed-date>2009-05-31T06:01:03-07:00</committed-date>
  <authored-date>2009-05-31T06:01:03-07:00</authored-date>
  <message>fixed up feeds to include tags if available</message>
  <tree>b4be0e75f056efa4950da04cb72709c9ac652f9d</tree>
  <committer>
    <name>El Draper</name>
    <email>el@ejdraper.com</email>
  </committer>
</commit>
