Sha256: f0fe1a50f70ba24e573bb249444869a46d9e5a602fb899639bc735bba522a914

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

<% @title = "Feeds" %>

<p>You can subscribe to this wiki by RSS and get either just the headlines of the pages that change or the entire page.</p> 

<ul id="feedsList">
  <li>
    <% if @rss_with_content_allowed %>
      <%= link_to 'Full content (RSS 2.0)', :web => @web.address, :action => :rss_with_content %>
    <% end %>
  </li>
  <li>
    <%= link_to 'Headlines (RSS 2.0)', :web => @web.address, :action => :rss_with_headlines %>
  </li>
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instiki-0.10.0 app/views/wiki/feeds.rhtml