mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
10 lines
323 B
Plaintext
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>
|