diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-04-21 23:37:19 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-04-21 23:37:19 -0400 |
commit | 484caec3ff5d9865ebc4e66711ef86e6bcbb094f (patch) | |
tree | 9bdd4db43f1de9eb94a060f58b755aaf621ad0f5 /templates | |
parent | 947868e661e05216b5555f6e6393b1003bc1245b (diff) | |
download | 53hor-484caec3ff5d9865ebc4e66711ef86e6bcbb094f.tar.xz 53hor-484caec3ff5d9865ebc4e66711ef86e6bcbb094f.zip |
automated RSS generation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rss_foot.xml | 3 | ||||
-rw-r--r-- | templates/rss_head.xml | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/templates/rss_foot.xml b/templates/rss_foot.xml new file mode 100644 index 0000000..5c185ae --- /dev/null +++ b/templates/rss_foot.xml @@ -0,0 +1,3 @@ +</channel> +</rss> + diff --git a/templates/rss_head.xml b/templates/rss_head.xml new file mode 100644 index 0000000..286ac21 --- /dev/null +++ b/templates/rss_head.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE xml> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>53hornet's Feed</title> + <link>https://www.53hor.net</link> + <atom:link href="https://www.53hor.net/rss.xml" rel="self" type="application/rss+xml" /> + <description>The World Wide Web pages of Adam Carpenter</description> + <image> + <url>https://www.53hor.net/includes/logo_diag.png</url> + <title>53hornet's Feed</title> + <link>https://www.53hor.net</link> + </image> |