Sha256: 62e4f632559608114a28bc2d0f3934208832176831694001533e855b58b22435

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
  <head>
    <title><%= @schema.title %></title>
  </head>
  <body>
    <outline text="<%= @schema.title %>" title="<%= @schema.title %>">
      <% page_schemata.each do |page_schema| %>
        <outline type="rss" text="<%= page_schema.title %>" title="<%= page_schema.title %>" xmlUrl="<%= "#{request.base_url}#{feed_path(page_id: page_schema.id)}" %>" htmlUrl="<%= page_schema.url %>"/>
      <% end %>
    </outline>
  </body>
</opml>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
weneedfeed-0.19.1 templates/show_opml.xml.erb
weneedfeed-0.19.0 templates/show_opml.xml.erb
weneedfeed-0.18.0 templates/show_opml.xml.erb