forked from cloudify-cosmo/getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathatom.xml
19 lines (19 loc) · 799 Bytes
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>{% assign siteUrl="http://getcloudify.org" %}
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text" xml:lang="en">Cloudify Community</title>
<link type="application/atom+xml" href="{{siteUrl}}/feed" rel="self" />
<link type="text" href="{{siteUrl}}" rel="alternate" />
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{siteUrl}}</id>
<rights>Copyright (c) 2012 Gigaspaces</rights>
{% for post in site.posts limit:30 %}<entry>
<title>{{ post.title | escape }}</title>
<link href="{{ siteUrl }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ siteUrl }}{{ post.url }}</id>
<summary type="html">{{ post.content | strip_html | escape | truncatewords: 20 }}</summary>
</entry>{% endfor %}
</feed>