Sha256: 67a502576e47751cea0f711e5d76197ddec9103b6a05dfa59b96357049094e50

Contents?: true

Size: 770 Bytes

Versions: 8

Compression:

Stored size: 770 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">
  <% if title %>
  <title type="text"><%= h title %></title>
  <% end %>
  <% 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

8 entries across 8 versions & 1 rubygems

Version Path
picasa-0.9.1 lib/picasa/templates/new_album.xml.erb
picasa-0.9.0 lib/picasa/templates/new_album.xml.erb
picasa-0.8.0 lib/picasa/templates/new_album.xml.erb
picasa-0.7.5 lib/picasa/templates/new_album.xml.erb
picasa-0.7.4 lib/picasa/templates/new_album.xml.erb
picasa-0.7.3 lib/picasa/templates/new_album.xml.erb
picasa-0.7.2 lib/picasa/templates/new_album.xml.erb
picasa-0.7.1 lib/picasa/templates/new_album.xml.erb