This repository has been archived on 2022-06-12. You can view files and clone it, but cannot push or open issues or pull requests.
linluwi/example/public_gemini/atom.xml

14 lines
473 B
XML

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Example blog</title>
<author><name>Joe</name></author>
<id>gemini://example.com</id>
<updated>2021-01-05T12:00:00Z</updated>
<entry>
<id>gemini://example.com/log/tomato.gmi</id>
<title>today, tomatoes</title>
<updated>2021-01-05T12:00:00Z</updated>
<link href="/log/tomato.gmi" rel="alternate" />
</entry>
</feed>