From c8ff64b2b341af7e0b632fcd445041dd2b9de1f2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Sat, 27 Aug 2011 01:40:45 +0400 Subject: [PATCH] add atom feed --- atom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 atom.xml diff --git a/atom.xml b/atom.xml new file mode 100644 index 0000000..8ef1a1c --- /dev/null +++ b/atom.xml @@ -0,0 +1,27 @@ +--- +layout: nil +--- + + + + PullRequest + + + {{ site.time | date_to_xmlschema }} + http://pullrequest.org/ + + Equipe PullRequest + contact@pullrequest.org + + + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + http://pullrequest.org{{ post.id }} + {{ post.content | strip_html | truncatewords:50 }} + + {% endfor %} + +