Created
February 2, 2010 06:07
-
-
Save pifantastic/292428 to your computer and use it in GitHub Desktop.
This file contains 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
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/"> | |
<channel> | |
<title>Picture's of your amazing son!!!</title> | |
<link>http://pifantastic.com</link> | |
<description>Basically pictures of Aaron doing amazing shit.</description> | |
<item> | |
<title>Title</title> | |
<link>Link</link> | |
<media:content url="http://path.to.my/photo.jpg" /> | |
</item> | |
<item> | |
<title>Title</title> | |
<link>Link</link> | |
<media:content url="http://path.to.my/photo2.jpg" /> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment