Sha256: 3f4c5a84edb836196ecd9dfa4792a43daff865a8641de78af152af1a9a6e3b9f

Contents?: true

Size: 735 Bytes

Versions: 3

Compression:

Stored size: 735 Bytes

Contents

<% @title = "Feeds" %><%= sub_template "top" %>
<div class='content-box'>
<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><a href="../rss_with_content<%= "?password=#{web.password}" if web.password %>">Full content</a>
  <li><a href="../rss_with_headlines<%= "?password=#{web.password}" if web.password %>">Headlines</a>
  <li><a href="../rss_bliki_only<%= "?password=#{web.password}" if web.password %>">Bliki entries only</a>
  <li><a href="../rss_todo_items<%= "?password=#{web.password}" if web.password %>">Todo items only (experimental!)</a>
</ul>

<p>All feeds are RSS in 2.0 format.</p>
</div>
<%= sub_template "bottom" %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
Pimki-1.7.092 app/views/wiki/feeds.rhtml
Pimki-1.8.092 app/views/wiki/feeds.rhtml
Pimki-1.8.200 app/views/wiki/feeds.rhtml