summary refs log tree commit diff stats
path: root/feed.tmpl.xml
blob: 13182b3f5d07dbcb57bc9b51d879b54a36493968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>acdw</title>
  <subtitle>a home on the web</subtitle>
  <link href="$BASEURL/$FEEDNAME" rel="self" />
  <link href="$BASEURL" />
  <id>$BASEURL</id>
  <generator uri="https://git.acdw.net/ht" version="infinite">ht</generator>
  <rights>https://acdw.casa/gcl/</rights>
  <updated>$(date -R)</updated>
  $(cat)
</feed>