diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-15 01:52:10 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-05-15 04:15:35 -0400 |
| commit | 94068c3cffa74cf99906e53bb7cef018baa94b19 (patch) | |
| tree | 22aca4e55c2b5eb0a1bd8b77f8b9a0ad2b38fd20 /static/sitemap.xml | |
| parent | 5ed267e8df70f3ea929a9b5487de4f26b7c27f6b (diff) | |
generate sitemap as part of deployment
This allows adding the lastmod field based on the last modification date
of the file.
Diffstat (limited to 'static/sitemap.xml')
| -rw-r--r-- | static/sitemap.xml | 109 |
1 files changed, 0 insertions, 109 deletions
diff --git a/static/sitemap.xml b/static/sitemap.xml deleted file mode 100644 index 6fa73775..00000000 --- a/static/sitemap.xml +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> - <url> - <loc>https://grapheneos.org/</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/.well-known/security.txt</loc> - <priority>0.0</priority> - </url> - <url> - <loc>https://grapheneos.org/LICENSE.txt</loc> - <priority>0.0</priority> - </url> - <url> - <loc>https://grapheneos.org/articles/</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/articles/attestation-compatibility-guide</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/articles/grapheneos-servers</loc> - <priority>0.1</priority> - </url> - <url> - <loc>https://grapheneos.org/articles/server-traffic-shaping</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/articles/sitewide-advertising-industry-opt-out</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/build</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/camera-privacy-policy</loc> - <priority>0.0</priority> - </url> - <url> - <loc>https://grapheneos.org/contact</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/donate</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/faq</loc> - <priority>1.0</priority> - </url> - <url> - <loc>https://grapheneos.org/features</loc> - <priority>1.0</priority> - </url> - <url> - <loc>https://grapheneos.org/history/</loc> - <priority>0.3</priority> - </url> - <url> - <loc>https://grapheneos.org/history/copperheados</loc> - <priority>0.1</priority> - </url> - <url> - <loc>https://grapheneos.org/history/legacy-changelog</loc> - <priority>0.1</priority> - </url> - <url> - <loc>https://grapheneos.org/hiring</loc> - <priority>0.2</priority> - </url> - <url> - <loc>https://grapheneos.org/humans.txt</loc> - <priority>0.0</priority> - </url> - <url> - <loc>https://grapheneos.org/pdfviewer-privacy-policy</loc> - <priority>0.0</priority> - </url> - <url> - <loc>https://grapheneos.org/install/</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/install/cli</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/install/web</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/releases</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/source</loc> - <priority>0.5</priority> - </url> - <url> - <loc>https://grapheneos.org/usage</loc> - <priority>1.0</priority> - </url> -</urlset> |
