Skip to content

Instantly share code, notes, and snippets.

@h45h-1nclud3
Created May 3, 2023 06:58
Show Gist options
  • Save h45h-1nclud3/03ba378576dc6d35985d6d45a4b8e44b to your computer and use it in GitHub Desktop.
Save h45h-1nclud3/03ba378576dc6d35985d6d45a4b8e44b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Sample RSS Feed</title>
<link>https://www.example.com</link>
<description>This is a sample RSS feed.</description>
<language>en-us</language>
<lastBuildDate>Mon, 02 May 2023 23:59:59 GMT</lastBuildDate>
<item>
<title>First Post</title>
<link>https://www.example.com/first-post</link>
<description>This is the first post in our sample RSS feed.</description>
<pubDate>Sun, 01 May 2023 12:00:00 GMT</pubDate>
</item>
<item>
<title>Second Post</title>
<link>https://www.example.com/second-post</link>
<description>This is the second post in our sample RSS feed.</description>
<pubDate>Mon, 02 May 2023 12: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