<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public pages, and there are five: the front door and the four texts anybody may read without a
  session. Everything else in this app is behind a password and is listed in `robots.txt` as not
  worth asking for.

  WRITTEN BY HAND, and it stays hand-written until there is something whose number changes. A
  generated sitemap is worth having when pages are DATA — a page per published theme, a page per
  author, which is the shape this app would take the day content becomes public. Five fixed routes
  are not that, and a generator for them would be a build step nobody would remember to run.

  No `lastmod`: a date written by hand is a date that will be wrong, and being wrong about it is
  worse than being silent — a crawler that has been told a page changed and finds it identical
  learns to stop believing the file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://doe.mp3000.fr/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://doe.mp3000.fr/signup</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://doe.mp3000.fr/legal-notice</loc>
    <priority>0.1</priority>
  </url>
  <url>
    <loc>https://doe.mp3000.fr/privacy</loc>
    <priority>0.1</priority>
  </url>
  <url>
    <loc>https://doe.mp3000.fr/cookies</loc>
    <priority>0.1</priority>
  </url>
</urlset>
