Centralize KoalaStuff legal notice

This commit is contained in:
KoalaDev
2026-07-23 02:59:58 +02:00
parent aee3588f43
commit 2df048621b
12 changed files with 50 additions and 534 deletions
+1 -13
View File
@@ -711,14 +711,8 @@ function generateSitemap(wwwDir) {
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">`;
// Static legal pages
// Static project-specific policy and help pages
xml += `
<url>
<loc>https://sync.koalastuff.net/imprint</loc>
<lastmod>${today}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://sync.koalastuff.net/privacy</loc>
<lastmod>${today}</lastmod>
@@ -731,12 +725,6 @@ function generateSitemap(wwwDir) {
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://sync.koalastuff.net/de/impressum</loc>
<lastmod>${today}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://sync.koalastuff.net/de/datenschutz</loc>
<lastmod>${today}</lastmod>