Sha256: 6f31f4e40126a0595509e502262dcda1f61de80ec7e4102f5d667a274d68e118

Contents?: true

Size: 723 Bytes

Versions: 13

Compression:

Stored size: 723 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"> 
  <channel>
    <title><%= @blog.title %></title>
    <link><%= @blog.url %></link>
    <description><%= @blog.description %></description>
    <language><%= @blog.language %></language>
    <copyright><%= @blog.author %></copyright>
    <pubDate><%= rfc822 Time.now %></pubDate>
    <% for post in @blog.recent_posts %>
      <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 post %></link>
	<pubDate><%= rfc822 post.date %></pubDate>
      </item>
    <% end %>
  </channel>
</rss>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
georgi-shinmun-0.3.10 example/templates/index.rxml
georgi-shinmun-0.3.5 example/templates/index.rxml
georgi-shinmun-0.3.6 example/templates/index.rxml
georgi-shinmun-0.3.7 example/templates/index.rxml
georgi-shinmun-0.3.8 example/templates/index.rxml
georgi-shinmun-0.3.9 example/templates/index.rxml
georgi-shinmun-0.4.1 example/templates/index.rxml
georgi-shinmun-0.4 example/templates/index.rxml
georgi-shinmun-0.5 templates/index.rxml
shinmun-0.9.1 templates/index.rxml
shinmun-0.9 templates/index.rxml
shinmun-0.5.2 templates/index.rxml
shinmun-0.5 templates/index.rxml