diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 09:56:31 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 8441ab71f334714d48f34a6e0fcc8a2e6f7aa8bb (patch) | |
| tree | 061b96230d3f919483ec2872777911a624692cf6 /content/html/gemfeed/atom.xml | |
| parent | b595d0309d2c26fd6eca1399e8a502b8bb76f5be (diff) | |
can generate atom.xml gemini and http feeds
Diffstat (limited to 'content/html/gemfeed/atom.xml')
| -rw-r--r-- | content/html/gemfeed/atom.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml new file mode 100644 index 00000000..fe72f8cf --- /dev/null +++ b/content/html/gemfeed/atom.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom"> + <title>buetow.org feed</title> + <subtitle>Having fun with computers!</subtitle> + <link href="http://buetow.org/gemfeed/" rel="self" /> + <link href="http://buetow.org/" /> + <id>http://buetow.org</id> + <updated>2021-04-30T09:53:18+01:00</updated> + <entry> + <title>Welcome to the Geminispace</title> + <link href="http://buetow.org/gemfeed/2021-04-24-welcome-to-the-geminispace.html" /> + <id>http://buetow.org/gemfeed/2021-04-24-welcome-to-the-geminispace.html</id> + <updated>2021-04-30T09:53:18+01:00</updated> + <summary>Have you reached this article already via Gemini? You need a special client for that, web browsers such as Firefox, Chrome, Safari etc. don't support the Gemini protocol. The Gemini address of this site (or the address of this capsule as people say in Geminispace) is:...</summary> + <author> + <name>Paul</name> + <email>comments@mx.buetow.org</email> + </author> + </entry> + <entry> + <title>DTail - The distributed log tail program</title> + <link href="http://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html" /> + <id>http://buetow.org/gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html</id> + <updated>2021-04-30T09:53:18+01:00</updated> + <summary>This article first appeared at the Mimecast Engineering Blog but I made it available here in my personal Gemini capsule too....</summary> + <author> + <name>Paul</name> + <email>comments@mx.buetow.org</email> + </author> + </entry> +</feed> |
