Sha256: e22946874db6871fb1f61e5e82097e98ffafb875f8e76cce87485eb26079edb6

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 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

2 entries across 2 versions & 1 rubygems

Version Path
instiki-0.10.2 app/views/wiki/feeds.rhtml
instiki-0.10.1 app/views/wiki/feeds.rhtml