diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-16 21:55:33 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-16 21:55:33 +0100 |
| commit | 9adbe55164f4792e97b358587489aef356d06c99 (patch) | |
| tree | e4ab5961206904748b4e6155847956ee609a59d5 /http/share/sitemap.uppxml | |
| parent | 248b3088b3d017aca4a0e33204a3839c94d48a44 (diff) | |
move sitemap.uppxml into src
Diffstat (limited to 'http/share/sitemap.uppxml')
| -rw-r--r-- | http/share/sitemap.uppxml | 21 |
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> |
