Sha256: 7d6483afdccd86b33a06e239d59e888bac81eb47b4608bfa6a710c91f2896f82

Contents?: true

Size: 1.18 KB

Versions: 35

Compression:

Stored size: 1.18 KB

Contents

---
title:     A Mother Clucker
subtitle:  raising chickens in the city
site:      example.com
author:    Tim Pease
email:     author@example.com
extension: xml
layout:    nil
dirty:     true
filter:    erb
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
  <title><%= h(@page.title) %></title>
  <subtitle><%= h(@page.subtitle) %></subtitle>
  <link href="http://<%= @page.site %>/tumblog/" rel="self" />
  <link href="http://<%= @page.site %>/" />
  <updated><%= Time.now.xmlschema %></updated>
  <author>
    <name><%= h(@page.author) %></name>
    <email><%= h(@page.email) %></email>
  </author>
  <id>http://<%= @page.site %>/</id>
  <% @pages.find(:limit => 10,
                 :layout => 'tumblog/post',
                 :sort_by => 'created_at',
                 :reverse => true).each do |article| %>
  <entry>
    <title><%= h(article.title) %></title>
    <link href="<%= article.url %>" />
    <id>tag:<%= @page.site %>,<%= article.created_at.strftime('%Y-%m-%d') %>:<%= article.created_at.to_i %></id>
    <updated><%= article.created_at.xmlschema %></updated>
    <content type="html"><%= h(render(article)) %></content>
  </entry>
  <% end %>
</feed>

Version data entries

35 entries across 20 versions & 9 rubygems

Version Path
Shazburg-webby-0.9.0 examples/tumblog/content/tumblog/rss.txt
TwP-webby-0.9.0 examples/tumblog/content/tumblog/rss.txt
TwP-webby-0.9.1 examples/tumblog/content/tumblog/rss.txt
TwP-webby-0.9.1 spec/data/content/tumblog/rss.txt
TwP-webby-0.9.2 spec/data/content/tumblog/rss.txt
TwP-webby-0.9.2 examples/tumblog/content/tumblog/rss.txt
TwP-webby-0.9.3 spec/data/site/content/tumblog/rss.txt
TwP-webby-0.9.3 examples/tumblog/content/tumblog/rss.txt
TwP-webby-0.9.4.1 examples/tumblog/content/tumblog/rss.txt
TwP-webby-0.9.4.1 spec/data/site/content/tumblog/rss.txt
TwP-webby-0.9.4 spec/data/site/content/tumblog/rss.txt
TwP-webby-0.9.4 examples/tumblog/content/tumblog/rss.txt
blowmage-webby-0.9.4.1 spec/data/site/content/tumblog/rss.txt
blowmage-webby-0.9.4.1 examples/tumblog/content/tumblog/rss.txt
dysinger-webby-0.9.4 spec/data/site/content/tumblog/rss.txt
dysinger-webby-0.9.4 examples/tumblog/content/tumblog/rss.txt
francois-webby-0.9.4.1 examples/tumblog/content/tumblog/rss.txt
francois-webby-0.9.4.1 spec/data/site/content/tumblog/rss.txt
giraffesoft-webby-0.9.5 spec/data/site/content/tumblog/rss.txt
giraffesoft-webby-0.9.5 examples/tumblog/content/tumblog/rss.txt