Sha256: 8abad74cb1012eab9df0baa7f48e80202aab912384cb07032989298625dd2831

Contents?: true

Size: 741 Bytes

Versions: 3

Compression:

Stored size: 741 Bytes

Contents

<entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:gphoto="http://schemas.google.com/photos/2007">
  <title type="text"><%= h title %></title>
  <% if summary %>
  <summary type="text"><%= h summary %></summary>
  <% end %>
  <% if location %>
  <gphoto:location><%= h location %></gphoto:location>
  <% end %>
  <% if access %>
  <gphoto:access><%= h access %></gphoto:access>
  <% end %>
  <gphoto:timestamp><%= h timestamp %></gphoto:timestamp>
  <% if keywords %>
  <media:group>
    <media:keywords><%= h keywords %></media:keywords>
  </media:group>
  <% end %>
  <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/photos/2007#album"></category>
</entry>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
picasa-0.7.0 lib/picasa/templates/new_album.xml.erb
picasa-0.6.7 lib/picasa/templates/new_album.xml.erb
picasa-0.6.6 lib/picasa/templates/new_album.xml.erb