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