1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00
mobile-nixos/doc/_support/rss_entry.xml.erb
2019-12-02 17:49:39 -05:00

10 lines
323 B
Plaintext

<item>
<title><%= html_escape(entry[:title]) %></title>
<pubDate><%= html_escape(entry[:date].rfc822) %></pubDate>
<link><%= html_escape(entry[:url]) %></link>
<guid><%= html_escape(entry[:url]) %></guid>
<description>
<%= html_escape(entry[:contents]) %>
</description>
</item>