Sha256: 7a8073939b33a4622fdb2d4becc0e66b363a7b182aa7efdb3412bd08f2c9a82c

Contents?: true

Size: 729 Bytes

Versions: 11

Compression:

Stored size: 729 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"><%= title %></title>
  <% if summary %>
  <summary type="text"><%= summary %></summary>
  <% end %>
  <% if location %>
  <gphoto:location><%= location %></gphoto:location>
  <% end %>
  <% if access %>
  <gphoto:access><%= access %></gphoto:access>
  <% end %>
  <gphoto:timestamp><%= timestamp %></gphoto:timestamp>
  <% if keywords %>
  <media:group>
    <media:keywords><%= 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

11 entries across 11 versions & 1 rubygems

Version Path
picasa-0.6.5 lib/picasa/templates/new_album.xml.erb
picasa-0.6.4 lib/picasa/templates/new_album.xml.erb
picasa-0.6.3 lib/picasa/templates/new_album.xml.erb
picasa-0.6.2 lib/picasa/templates/new_album.xml.erb
picasa-0.6.1 lib/picasa/templates/new_album.xml.erb
picasa-0.6.0 lib/picasa/templates/new_album.xml.erb
picasa-0.5.4 lib/picasa/templates/new_album.xml.erb
picasa-0.5.3 lib/picasa/templates/new_album.xml.erb
picasa-0.5.2 lib/picasa/templates/new_album.xml.erb
picasa-0.5.1 lib/picasa/templates/new_album.xml.erb
picasa-0.5.0 lib/picasa/templates/new_album.xml.erb