summary refs log tree commit diff stats
path: root/feed.tmpl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'feed.tmpl.xml')
-rw-r--r--feed.tmpl.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/feed.tmpl.xml b/feed.tmpl.xml new file mode 100644 index 0000000..13182b3 --- /dev/null +++ b/feed.tmpl.xml
@@ -0,0 +1,12 @@
1<?xml version="1.0" encoding="utf-8"?>
2<feed xmlns="http://www.w3.org/2005/Atom">
3 <title>acdw</title>
4 <subtitle>a home on the web</subtitle>
5 <link href="$BASEURL/$FEEDNAME" rel="self" />
6 <link href="$BASEURL" />
7 <id>$BASEURL</id>
8 <generator uri="https://git.acdw.net/ht" version="infinite">ht</generator>
9 <rights>https://acdw.casa/gcl/</rights>
10 <updated>$(date -R)</updated>
11 $(cat)
12</feed>