<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://example.com/</id>
    <title>a wiki</title>
    <updated>2023-01-13T06:33:59.206Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <author>
        <name>Joshua Byrd</name>
        <email>phocks@gmail.com</email>
        <uri>https://phocks.org</uri>
    </author>
    <link rel="alternate" href="https://example.com/"/>
    <link rel="self" href="https://example.com//feed"/>
    <subtitle>The personal wiki of Joshua Byrd</subtitle>
    <rights>Copyright 2023 https://example.com/</rights>
    <entry>
        <title type="html"><![CDATA[wiki]]></title>
        <id>https://example.com/</id>
        <link href="https://example.com/"/>
        <updated>2023-01-13T06:33:59.206Z</updated>
        <summary type="html"><![CDATA[a personal wiki]]></summary>
        <content type="html"><![CDATA[<p>This is the personal wiki of <a href="https://bne.social/@phocks" rel="external noopener noreferrer" title="">Joshua Byrd</a>. It is a work in progress.</p>
]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[Hello world]]></title>
        <id>https://example.com/test</id>
        <link href="https://example.com/test"/>
        <updated>2023-01-13T06:33:59.206Z</updated>
        <content type="html"><![CDATA[<p>This is a test.</p>
]]></content>
    </entry>
    <entry>
        <title type="html"><![CDATA[Tags]]></title>
        <id>https://example.com/tags</id>
        <link href="https://example.com/tags"/>
        <updated>2023-01-13T06:33:59.206Z</updated>
    </entry>
</feed>