Created
April 4, 2010 13:03
-
-
Save superfeedr/355385 to your computer and use it in GitHub Desktop.
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"?> | |
<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> |
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"?> | |
<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