move sitemap.uppxml into src

This commit is contained in:
2026-06-16 21:55:33 +01:00
parent 248b3088b3
commit 9adbe55164
2 changed files with 0 additions and 3 deletions
-21
View File
@@ -1,21 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
#!
for f in $(find "${OUT}" -name "*.html")
do
#!
<url>
#!
loc=$1/$(basename "${f}")
#!
<loc>${loc}</loc>
#!
lastmod=$(lmt -f '%Y-%m-%dT%H:%M:%SZ' "${f}" | cut -d' ' -f1)
#!
<lastmod>${lastmod}</lastmod>
<priority>1.0</priority>
</url>
#!
done
#!
</urlset>