Skip to content

Instantly share code, notes, and snippets.

@matthewd
Created December 22, 2010 03:52
Show Gist options
  • Save matthewd/751059 to your computer and use it in GitHub Desktop.
Save matthewd/751059 to your computer and use it in GitHub Desktop.
---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Rubinius : Use Ruby&#153;</title>
<link href="http://rubini.us/atom.xml" rel="self"/>
<link href="http://rubini.us/"/>
{% for post in site.posts limit:1 %}
<updated>{{ post.date | date_to_xmlschema }}</updated>
{% endfor %}
<id>http://rubini.us/</id>
{% for post in site.posts %}
<entry>
<author><name>{{ post.author }}</name></author>
<title>{{ post.title }}</title>
<link href="http://rubini.us{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://rubini.us{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment