Skip to content

Instantly share code, notes, and snippets.

@sridharrajs
Last active December 19, 2022 08:56
Show Gist options
  • Save sridharrajs/6eef2b5f99f8ee8ab83accd6ef1cd000 to your computer and use it in GitHub Desktop.
Save sridharrajs/6eef2b5f99f8ee8ab83accd6ef1cd000 to your computer and use it in GitHub Desktop.
basic-rss.xml
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<!-- channel details here -->
<title>Example Domain</title>
<link>http://example.org</link>
<description>A sample description.</description>
<pubDate>Tue, 13 Dec 2022 08:12:58 GMT</pubDate>
<image>
<url>http://example.co/avatar.png</url>
<title>Example Domain</title>
<link>http://example.org</link>
</image>
<item>
<!-- first post detail here -->
<title>First post</title>
<description>My first post</description>
<link>http://example.co/blog/1</link>
<guid>http://example.co/blog/1</guid>
<pubDate>Tue, 13 Dec 2022 08:12:58 GMT</pubDate>
</item>
<item>
<!-- second post detail here -->
<title>Second post</title>
<description>My second post</description>
<link>http://example.co/blog/2</link>
<guid>http://example.co/blog/2</guid>
<pubDate>Mon, 19 Dec 2022 08:12:58 GMT</pubDate>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment