2005-01-24 19:52:04 +01:00
|
|
|
<% @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">
|
2005-04-03 08:46:45 +02:00
|
|
|
<li>
|
2005-04-03 09:31:11 +02:00
|
|
|
<% if @rss_with_content_allowed %>
|
2005-04-03 08:46:45 +02:00
|
|
|
<%= 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>
|
2005-01-24 19:52:04 +01:00
|
|
|
</ul>
|