<%flags>
inherit=>undef
</%flags>

<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
  <channel>

    <itunes:category text="Arts &amp; Entertainment">
      <itunes:category text="Games" />
    </itunes:category>

    <itunes:explicit>no</itunes:explicit>
	
    <atom:link rel="self" type="application/rss+xml" title="Volity News" 
        href="http://www.volity.org/news_rss.xml" 
        xmlns:atom="http://www.w3.org/2005/Atom" />
    <title>Volity News</title>
    <link>http://www.volity.org/</link>

    <description>Volity news from its home page.</description>
    
    <language>en-US</language>
    
% for ( $m->comp('news.mason') ) {
    <item>
      <pubDate><% DateTime::Format::Mail->format_datetime( $_->{'date'} ) %></pubDate>
      <guid isPermaLink="false"><% $_->{'date'} %></guid>
      <link>http://www.volity.org/</link>
      <description><![CDATA[ <% $_->{'content'} |n %> ]]></description>
    </item>
% }

  </channel>
  
</rss>
<%once>
use DateTime::Format::Mail;
</%once>
