summaryrefslogtreecommitdiff
path: root/http/share/sitemap.uppxml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-16 21:55:33 +0100
committerJoe Carstairs <me@joeac.net>2026-06-16 21:55:33 +0100
commit9adbe55164f4792e97b358587489aef356d06c99 (patch)
treee4ab5961206904748b4e6155847956ee609a59d5 /http/share/sitemap.uppxml
parent248b3088b3d017aca4a0e33204a3839c94d48a44 (diff)
move sitemap.uppxml into src
Diffstat (limited to 'http/share/sitemap.uppxml')
-rw-r--r--http/share/sitemap.uppxml21
1 files changed, 0 insertions, 21 deletions
diff --git a/http/share/sitemap.uppxml b/http/share/sitemap.uppxml
deleted file mode 100644
index bfcf8d8..0000000
--- a/http/share/sitemap.uppxml
+++ /dev/null
@@ -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>