Skip to content

Instantly share code, notes, and snippets.

@brackendev
Forked from ToddG/sample-rss-2.0-feed.xml
Created July 24, 2019 21:45
Show Gist options
  • Save brackendev/95b25e1b7128f326969eb5060f5d591c to your computer and use it in GitHub Desktop.
Save brackendev/95b25e1b7128f326969eb5060f5d591c to your computer and use it in GitHub Desktop.
sample-rss-2.0-feed
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Example Feed</title>
<description>Insert witty or insightful remark here</description>
<link>http://example.org/</link>
<lastBuildDate>Sat, 13 Dec 2003 18:30:02 GMT</lastBuildDate>
<managingEditor>johndoe@example.com (John Doe)</managingEditor>
<item>
<title>Atom-Powered Robots Run Amok</title>
<link>http://example.org/2003/12/13/atom03</link>
<guid isPermaLink="false">urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</guid>
<pubDate>Sat, 13 Dec 2003 18:30:02 GMT</pubDate>
<description>Some text.</description>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment