-
-
Save steve-chavez/9347270626a01b77cc186a8daf1029d3 to your computer and use it in GitHub Desktop.
sample-rss-2.0-feed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>[email protected] (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