Sha256: b361505dacc4664a6cd793bbfc3ce7f42dbedaf48da811769a4650e91c3788d6

Contents?: true

Size: 814 Bytes

Versions: 5

Compression:

Stored size: 814 Bytes

Contents

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title><%= page[:site_name] %></title>
	<link><%= page[:site_URL] %>/rss.xml</link>
	<description><%= page[:site_description] %></description>
	<pubDate><%= data[0][:page][:date_rfc822] %></pubDate>
  <lastBuildDate><%= data[0][:page][:date_rfc822] %></lastBuildDate>
  <atom:link href="<%= page[:site_URL] %>/rss.xml" rel="self" type="application/rss+xml" />
	<% for @post in data %>
    <item>
      <title><%= @post[:page][:title] %></title>
      <link><%= @post[:uri] %></link>
      <description><![CDATA[<%= @post[:html] %>]]></description>
      <pubDate><%= @post[:page][:date_rfc822] %></pubDate>
      <guid><%= @post[:uri] %></guid>
    </item>
	<% end %>
</channel>
</rss>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zine-0.21.0 lib/zine/skeleton/source/templates/rss.erb
zine-0.20.0 lib/zine/skeleton/source/templates/rss.erb
zine-0.19.0 lib/zine/skeleton/source/templates/rss.erb
zine-0.18.0 lib/zine/skeleton/source/templates/rss.erb
zine-0.17.0 lib/zine/skeleton/source/templates/rss.erb