summaryrefslogtreecommitdiff
path: root/http/share/sitemap.uppxml
diff options
context:
space:
mode:
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>