linspector.github.io/news/atom.xml

27 lines
799 B
XML

---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Linspector - News Feed - linspector.org</title>
<link href="http://linspector.org/news/atom.xml" rel="self"/>
<link href="http://linspector.org"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://linspector.org/</id>
<author>
<name>The Linspector Team (Johannes Findeisen)</name>
<email>hanez@linspector.org</email>
</author>
{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="http://linspector.org{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://linspector.org{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
</feed>