2008-12-15 20:19:22 +01:00
|
|
|
<%- @title = "Feeds" -%>
|
2007-01-22 14:43:50 +01:00
|
|
|
|
2007-04-14 00:04:03 +02:00
|
|
|
<p>You can subscribe to this wiki's Atom feed and get either just the headlines of the pages that change or the entire page.</p>
|
2007-01-22 14:43:50 +01:00
|
|
|
|
|
|
|
<ul id="feedsList">
|
2008-12-15 20:19:22 +01:00
|
|
|
<%- if @rss_with_content_allowed -%>
|
2007-01-22 14:43:50 +01:00
|
|
|
<li>
|
2007-04-14 00:04:03 +02:00
|
|
|
<%= link_to 'Full content (Atom 1.0)', :web => @web.address, :action => :atom_with_content %>
|
2007-01-22 14:43:50 +01:00
|
|
|
</li>
|
2008-12-15 20:19:22 +01:00
|
|
|
<%- end -%>
|
2007-01-22 14:43:50 +01:00
|
|
|
<li>
|
2007-04-14 00:04:03 +02:00
|
|
|
<%= link_to 'Headlines (Atom 1.0)', :web => @web.address, :action => :atom_with_headlines %>
|
2007-01-22 14:43:50 +01:00
|
|
|
</li>
|
|
|
|
</ul>
|