<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>Static test site</title>
        <link>index.html</link>
        <description>Two posts, kept here so a crawl meets a feed as well as a page.</description>
        <item>
            <title>What a crawler actually does</title>
            <link>crawling-basics.html</link>
            <pubDate>Tue, 03 Feb 2026 08:15:00 +0100</pubDate>
            <description>Fetch, parse, queue, repeat.</description>
        </item>
        <item>
            <title>Hello world</title>
            <link>hello-world.html</link>
            <pubDate>Wed, 14 Jan 2026 09:00:00 +0100</pubDate>
            <description>The first article on a site nobody reads.</description>
        </item>
    </channel>
</rss>
