Last active
December 10, 2015 05:38
-
-
Save okiess/4389183 to your computer and use it in GitHub Desktop.
Sample atom feed for the News App Template
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" standalone="yes"?> | |
<feed xmlns="http://www.w3.org/2005/Atom"> | |
<title>Sample feed 1</title> | |
<updated>2012-12-27T15:07:25Z</updated> | |
<entry> | |
<title>Test entry</title> | |
<link rel="alternate" type="text/html" href="http://premium-apptemplates.com/a-business-iphone-app-template"/> | |
<published>2012-12-27T15:07:25Z</published> | |
<updated>2012-12-27T15:07:25Z</updated> | |
<content>This is a test!</content> | |
<link rel="enclosure" type="image/jpeg" href="http://premium-apptemplates.com/images/slider_pic1.jpg" /> | |
</entry> | |
</feed> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment