Skip to content

Instantly share code, notes, and snippets.

@superfeedr
Created April 4, 2010 13:03
Show Gist options
  • Save superfeedr/355385 to your computer and use it in GitHub Desktop.
Save superfeedr/355385 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>...</title>
<link href="..." rel="self" type="application/atom+xml"/>
<!-- PubSubHubbub Discovery -->
<link rel="hub" href="http://<your-hub-name>.superfeedr.com/" />
<!-- End Of PubSubHubbub Discovery -->
<updated>...</updated>
<id>...</id>
...
</feed>
<?xml version="1.0"?>
<rss>
<channel>
<title>...</title>
<description>...</description>
<link>...</link>
<!-- PubSubHubbub Discovery -->
<link rel="hub" href="http://<your-hub-name>.superfeedr.com/" xmlns="http://www.w3.org/2005/Atom" />
<link rel="self" href="<your-feed-url>" xmlns="http://www.w3.org/2005/Atom" />
<!-- End Of PubSubHubbub Discovery -->
...
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment