From badd07e40c80bcf8252e20b2df87af0f197f3ce1 Mon Sep 17 00:00:00 2001 From: yctct Date: Wed, 22 Apr 2026 16:44:37 +0200 Subject: First commit, add files --- share/sitemap.uppxml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 share/sitemap.uppxml (limited to 'share/sitemap.uppxml') diff --git a/share/sitemap.uppxml b/share/sitemap.uppxml new file mode 100644 index 0000000..478d6b4 --- /dev/null +++ b/share/sitemap.uppxml @@ -0,0 +1,21 @@ + + +#! +for f in *.html +do +#! + +#! +loc=$1/$(basename "${f}") +#! +${loc} +#! +lastmod=$(lmt -f '%Y-%m-%dT%H:%M:%SZ' "${f}" | cut -d' ' -f1) +#! +${lastmod} +1.0 + +#! +done +#! + -- cgit v1.2.3