Sha256: 60b6cc4f7c19e11141b7ee6ca9f7341c45337505e6ccfb975c5ee126912b3c34

Contents?: true

Size: 538 Bytes

Versions: 11

Compression:

Stored size: 538 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title><%= @config[:title] %></title>
    <link href="<%= @config[:url] %>/feed.rss" rel="self" />
	<udpated><%= @articles.first[:date].iso8601 %></updated>

	<% for @article in @articles %>
		<entry>
			<title><%= @article.title %></title>
			<link rel="alternate" type="text/html" href="<%= @article.permalink %>" />
			<summary><%= @article.summary %></summary>
			<author><name><%= @config[:author] %></name></author>
		</entry>
	<% end %>

</feed>


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
baron-1.0.11 spec/sample_data/resources/feed.rss
baron-1.0.9 spec/sample_data/resources/feed.rss
baron-1.0.8 spec/sample_data/resources/feed.rss
baron-1.0.7 spec/sample_data/resources/feed.rss
baron-1.0.6 spec/sample_data/resources/feed.rss
baron-1.0.5 spec/sample_data/resources/feed.rss
baron-1.0.4 spec/sample_data/resources/feed.rss
baron-1.0.3 spec/sample_data/resources/feed.rss
baron-1.0.2 spec/sample_data/resources/feed.rss
baron-1.0.1 spec/sample_data/resources/feed.rss
baron-1.0.0 spec/sample_data/resources/feed.rss