Sha256: 6af5d70faaa91f8685db8c03c0a28a8c120e46dee2bb5a9c21be8e21cf8c52bb

Contents?: true

Size: 754 Bytes

Versions: 4

Compression:

Stored size: 754 Bytes

Contents

<?xml version='1.0' encoding='utf-8' ?>
<feed xmlns='http://www.w3.org/2005/Atom'>
  <title>#{    h Blog.options.title }</title>
  <subtitle>#{ h Blog.options.subtitle }</subtitle>
  <link rel='self' href='#{ request.domain Blog::Main.r("feed.atom") }' />
  <link href='#{ request.domain Blog::Main.r("/")         }' />
  <author>
    <name>#{  h Blog.options.author.name }</name>
    <email>#{ h Blog.options.author.email }</email>
    <uri>#{ author_url }</uri>
  </author>
  <updated>#{ @updated.iso8601 }</updated>
  <id>#{ "#{ Blog.options.uuid }/atom" }</id>
  <generator uri='#{ @generator_uri }'>#{ @generator }</generator>
  <?r @entries.each do |entry| ?>
    #{ Blog::Entries.partial_content('feed.atom', :entry => entry) }
  <?end ?>
</feed>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
Pistos-ramaze-2009.04.08 examples/app/blog/view/feed.atom.nag
manveru-ramaze-2009.04.01 examples/app/blog/view/feed.atom.nag
manveru-ramaze-2009.04.08 examples/app/blog/view/feed.atom.nag
manveru-ramaze-2009.04.18 examples/app/blog/view/feed.atom.nag