-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathatom.xml
More file actions
29 lines (25 loc) · 849 Bytes
/
atom.xml
File metadata and controls
29 lines (25 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: "git-cola: The highly caffeinated Git GUI"
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>git-cola news</title>
<subtitle>git-cola: The highly caffeinated Git GUI</subtitle>
<link rel="self" href="http://git-cola.github.io/atom.xml" />
<link rel="alternate" type="text/html" href="http://git-cola.github.io/" />
<id>http://git-cola.github.io/atom.xml</id>
<updated>{{ site.posts[0].date }}</updated>
<author>
<name>David Aguilar</name>
<email>davvid -at- gmail</email>
</author>
{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<modified>{{ post.date }}</modified>
<id>tag:git-cola.github.io,{{ post.url }}</id>
<summary>{{ post.summary }}</summary>
<link rel="alternate" type="text/html" href="{{ page.prefix }}{{ post.url }}" />
</entry>
{% endfor %}
</feed>