document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ---
  2. layout: nil
  3. ---
  4. <?xml version="1.0"?>
  5. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  6.   <channel>
  7.     <title>functionn.com</title>
  8.     <link>http://functionn.github.com/</link>
  9.     <atom:link href="http://functionn.github.com/rss.xml" rel="self" type="application/rss+xml" />
  10.     <description>stuff from functionn.github.com</description>
  11.     <language>en-us</language>
  12.     <pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
  13.     <lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate>
  14.  
  15.     {% for post in site.posts %}
  16.     <item>
  17.       <title>{{ post.title }}</title>
  18.       <link>http://functionn.github.com{{ post.url }}</link>
  19.       <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
  20.       <author>functionn.github@functionn.github.com (Functionn)</author>
  21.       <guid>http://functionn.github.com{{ post.id }}</guid>
  22.       <description>{{ post.content | xml_escape }}</description>
  23.     </item>
  24.     {% endfor %}
  25.  
  26.   </channel>
  27. </rss>
');