annotate src/capnproto-0.6.0/doc/feed.xml @ 84:08ae793730bd

Add null config files
author Chris Cannam
date Mon, 02 Mar 2020 14:03:47 +0000
parents 0994c39f1e94
children
rev   line source
cannam@62 1 ---
cannam@62 2 layout: none
cannam@62 3 ---
cannam@62 4
cannam@62 5 <?xml version="1.0" encoding="UTF-8"?>
cannam@62 6 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
cannam@62 7 <channel>
cannam@62 8 <title>Cap'n Proto News</title>
cannam@62 9 <description>Latest updates on Cap'n Proto</description>
cannam@62 10 <link>https://capnproto.org</link>
cannam@62 11 <atom:link href="{{ site.baseurl }}feed.xml" rel="self" type="application/rss+xml" />
cannam@62 12 {% for post in site.posts limit:10 %}
cannam@62 13 <item>
cannam@62 14 <title>{{ post.title | xml_escape }}</title>
cannam@62 15 <description>{{ post.content | xml_escape }}</description>
cannam@62 16 <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
cannam@62 17 <link>{{ site.baseurl }}{{ post.url }}</link>
cannam@62 18 <guid isPermaLink="true">{{ site.baseurl }}{{ post.url }}</guid>
cannam@62 19 </item>
cannam@62 20 {% endfor %}
cannam@62 21 </channel>
cannam@62 22 </rss>