Sha256: c3f331439c0dc77959e019697b7f6611a99ae4ae6432e0f4f7a81170303274c4

Contents?: true

Size: 684 Bytes

Versions: 1

Compression:

Stored size: 684 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"> 
  <channel>
    <title><%= @name %></title>
    <link><%= @blog.url %>/categories/<%= urlify @name %></link>
    <language><%= @blog.language %></language>
    <copyright><%= @blog.author %></copyright>
    <pubDate><%= rfc822 Time.now %></pubDate>
    <% for post in @posts[0, 20] %>
      <item>
	<title><%= post.title %></title>
	<category><%= post.category %></category>
	<description><%= strip_tags post.summary %></description>
	<author><%= @author || @blog.author %></author>
	<link><%= @blog.url %>/<%= post.path %></link>
	<pubDate><%= rfc822 post.date %></pubDate>
      </item>
    <% end %>
  </channel> 
</rss>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgi-shinmun-0.3.4 example/templates/category.rxml