Skip to content

Instantly share code, notes, and snippets.

@igotit-anything
Created September 5, 2016 11:11
Show Gist options
  • Save igotit-anything/1009ddde8a1f6a2eaf469f70ee3a614a to your computer and use it in GitHub Desktop.
Save igotit-anything/1009ddde8a1f6a2eaf469f70ee3a614a to your computer and use it in GitHub Desktop.
RSS2.0 skeleton
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>my_title</title>
<link>http://my_url</link>
<description>my_description</description>
<item>
<title>my_item_title</title>
<link>http://my_item_link</link>
<description>my_item_description</description>
</item>
<item> ... </item>
...
<item> ... </item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment