blob: 61f0df9dac2ffb68e133f484e081259f6eaf75b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>blog.vdouillet.fr</title>
<link>$link</link>
<atom:link href="$linkrss.xml" rel="self" type="application/rss+xml" />
<description>Humble ramblings about IT and occasionally other topics</description>
<language>en-us</language>
<pubDate>$pubDate</pubDate>
<lastBuildDate>$lastBuildDate</lastBuildDate>
<image>
<url>$link/favicon.png</url>
<title>blog.vdouillet.fr</title>
<link>$link</link>
</image>
|