Sha256: 5a49e98e5b82f4b98659289ddc555445c08eddddf782b79e10a4f7ed7bbbb2da

Contents?: true

Size: 997 Bytes

Versions: 7

Compression:

Stored size: 997 Bytes

Contents

<entry
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:exif='http://schemas.google.com/photos/exif/2007'
  xmlns:georss='http://www.georss.org/georss'
  xmlns:gml='http://www.opengis.net/gml'
  xmlns:gphoto='http://schemas.google.com/photos/2007'
  xmlns:media='http://search.yahoo.com/mrss/'
>
  <% if album_id %>
    <gphoto:albumid><%= h album_id %></gphoto:albumid>
  <% end %>
  <% if title %>
    <title><%= h title %></title>
  <% end %>
  <% if summary %>
    <summary><%= h summary %></summary>
  <% end %>
  <% if timestamp %>
    <gphoto:timestamp><%= h timestamp %></gphoto:timestamp>
  <% end %>
  <% if keywords %>
    <media:group>
      <media:keywords><%= h keywords %></media:keywords>
    </media:group>
  <% end %>
  <% if pos %>
    <georss:where>
      <gml:Point>
        <gml:pos><%= h pos %></gml:pos>
      </gml:Point>
    </georss:where>
  <% end %>
  <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/photos/2007#photo"/>
</entry>

Version data entries

7 entries across 7 versions & 1 rubygems

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