instiki/app/views/wiki/feeds.rhtml
2005-01-15 20:26:54 +00:00

11 lines
456 B
Plaintext
Executable file

<% @title = "Feeds" %><%= render 'top' %>
<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 (RSS 2.0)</a>
<li><a href="../rss_with_headlines<%= "?password=#{web.password}" if @web.password %>">Headlines (RSS 2.0)</a>
</ul>
<%= render 'bottom' %>