Skip to content

Instantly share code, notes, and snippets.

@dskarzh
Last active January 18, 2026 18:19
Show Gist options
  • Select an option

  • Save dskarzh/2da84bbcb54d30f1c07488cef4e36b45 to your computer and use it in GitHub Desktop.

Select an option

Save dskarzh/2da84bbcb54d30f1c07488cef4e36b45 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Test Blog</title>
<item>
<title>Even Newer Post!</title>
<link>https://example.com/new</link>
<pubDate>Sat, 18 Jan 2027 20:00:00 GMT</pubDate>
</item>
<item>
<title>Brand New Post!</title>
<link>https://example.com/new</link>
<pubDate>Sat, 18 Jan 2026 20:00:00 GMT</pubDate>
</item>
<item>
<title>Old Post</title>
<link>https://example.com/old</link>
<pubDate>Sat, 01 Jan 2025 10:00:00 GMT</pubDate>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment