Page MenuHomePhorge

tag.rss.eex
No OneTemporary

Size
825 B
Referenced Files
None
Subscribers
None

tag.rss.eex

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:webfeeds="http://webfeeds.org/rss/1.0"
xmlns:thr="http://purl.org/syndication/thread/1.0">
<channel>
<title>#<%= @tag %></title>
<description><%= Gettext.dpgettext("static_pages", "tag feed description", "These are public toots tagged with #%{tag}. You can interact with them if you have an account anywhere in the fediverse.", tag: @tag) %></description>
<link><%= "#{Routes.tag_feed_url(@conn, :feed, @tag)}.rss" %></link>
<webfeeds:logo><%= feed_logo() %></webfeeds:logo>
<webfeeds:accentColor>2b90d9</webfeeds:accentColor>
<%= for activity <- @activities do %>
<%= render Phoenix.Controller.view_module(@conn), "_tag_activity.xml", Map.merge(assigns, prepare_activity(activity)) %>
<% end %>
</channel>
</rss>

File Metadata

Mime Type
text/xml
Expires
Tue, Jan 20, 1:58 PM (14 h, 10 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
972027
Default Alt Text
tag.rss.eex (825 B)

Event Timeline