Add RSS feed for global recent changes & changes within a bbox. Solves #1737

This has so much copy/paste code it hurts, the new list*_rss methods
are just copies of the old list* methods, but see #1927 for that.
This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-07 02:39:45 +00:00
parent bbc700b9ac
commit 0d16fd57d4
8 changed files with 123 additions and 10 deletions

View file

@ -39,3 +39,8 @@ end
%>
<br>
<%= rss_link_to :action => 'list_bbox_rss', :bbox => @bbox.join(",") %>
<% content_for :head do %>
<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_bbox_rss', :bbox => @bbox.join(",") %>
<% end %>