Skip to content

Instantly share code, notes, and snippets.

@okiess
Last active December 10, 2015 05:38
Show Gist options
  • Save okiess/4389183 to your computer and use it in GitHub Desktop.
Save okiess/4389183 to your computer and use it in GitHub Desktop.
Sample atom feed for the News App Template
<?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