Sha256: 7307612ef8550add5aa34f9bc3dbfde23a0b2f0d916e774480ecbce1253f2862

Contents?: true

Size: 739 Bytes

Versions: 7

Compression:

Stored size: 739 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href=<%= "#{@current_domain}/main-sitemap.xsl"%>?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<%@image_entries.each do |image_entry|%>
  <url>
    <loc><%=image_entry.used_in %></loc>
    <lastmod><%=image_entry.updated_at %></lastmod>
    <image:image>
    <image:loc><%=@current_domain  + image_entry.path %></image:loc>
    <image:title><%=image_entry.title %></image:title>
  </image:image>
  </url>
<%end%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rails_sitemap-0.2.5 app/views/rails_sitemap/attachment/index.xml.erb
rails_sitemap-0.2.4 app/views/rails_sitemap/attachment/index.xml.erb
rails_sitemap-0.2.3 app/views/rails_sitemap/attachment/index.xml.erb
rails_sitemap-0.2.2 app/views/rails_sitemap/attachment/index.xml.erb
rails_sitemap-0.2.1 app/views/rails_sitemap/attachment/index.xml.erb
rails_sitemap-0.2.0 app/views/rails_sitemap/attachment/index.xml.erb
rails_sitemap-0.1.0 app/views/rails_sitemap/attachment/index.xml.erb