diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:38:02 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:38:02 -0500 |
commit | db88cf6a17bf89759bf555647b14233b99be673c (patch) | |
tree | 1e6c5fd56b3cbf6ab1529da6417e0ecdd254c1a5 /includes/rss.xml | |
download | 53hor-db88cf6a17bf89759bf555647b14233b99be673c.tar.xz 53hor-db88cf6a17bf89759bf555647b14233b99be673c.zip |
Basic redesign aimed at simplicity.
Diffstat (limited to 'includes/rss.xml')
-rw-r--r-- | includes/rss.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/includes/rss.xml b/includes/rss.xml new file mode 100644 index 0000000..2e6890e --- /dev/null +++ b/includes/rss.xml @@ -0,0 +1,17 @@ +<?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> + <description>The World Wide Web pages of Adam T. Carpenter.</description> + <atom:link href="https://www.53hor.net/rss.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Entry Title</title> + <link>https://www.53hor.net/wheels/2020-11-21-this-url.html</link> + <guid>https://www.mysite.com/?p=584674</guid> + <description>ho! thanketh thee f'r subscribing to mine own rss feedeth</description> + <pubDate>Wed, 02 Oct 2002 08:00:00 EST</pubDate> + </item> + </channel> +</rss> |