summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-07-17 13:45:01 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-07-17 13:51:39 -0400
commita45fe7606e73d5eb2dd2c9b4aca02e1b01926e19 (patch)
tree72c4cc7badee062570ca8c4be19609f6bf1eeae6
parentc0c0a18b134dfe6431df16d48cb308c9635efdb0 (diff)
consistently use dash as word separator in URLs
-rw-r--r--static/.htaccess4
-rw-r--r--static/bitcoin-address.png (renamed from static/bitcoin_address.png)bin555 -> 555 bytes
-rw-r--r--static/build.html2
-rw-r--r--static/contact.html2
-rw-r--r--static/donate.html4
-rw-r--r--static/faq.html2
-rw-r--r--static/index.html2
-rw-r--r--static/install.html2
-rw-r--r--static/pdfviewer-privacy-policy.html (renamed from static/pdfviewer_privacy_policy.html)0
-rw-r--r--static/releases.html2
-rw-r--r--static/safari-pinned-tab-icon.svg (renamed from static/safari_pinned_tab_icon.svg)0
-rw-r--r--static/sitemap.xml2
-rw-r--r--static/source.html2
-rw-r--r--static/usage.html2
14 files changed, 15 insertions, 11 deletions
diff --git a/static/.htaccess b/static/.htaccess
index 39c7faba..6f0d5147 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -41,6 +41,10 @@ Header set Cache-Control "public, max-age=31536000"
RedirectMatch 301 ^/security.txt$ /.well-known/security.txt
RedirectMatch 301 ^/graphene.png$ /logo.png
+RedirectMatch 301 ^/pdfviewer_privacy_policy$ /pdfviewer-privacy-policy
+RedirectMatch 301 ^/safari_pinned_tab_icon.svg$ /safari-pinned-tab-icon.svg
+RedirectMatch 301 ^/bitcoin_address.png$ /bitcoin-address.png
+
# http://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
RedirectMatch 301 "^/releases<a href=$" /releases
diff --git a/static/bitcoin_address.png b/static/bitcoin-address.png
index e5d80df3..e5d80df3 100644
--- a/static/bitcoin_address.png
+++ b/static/bitcoin-address.png
Binary files differ
diff --git a/static/build.html b/static/build.html
index 20a8e55f..8b0ecc6d 100644
--- a/static/build.html
+++ b/static/build.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/build"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/>
diff --git a/static/contact.html b/static/contact.html
index ebcb6405..34ce84f8 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/contact"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/contact"/>
diff --git a/static/donate.html b/static/donate.html
index 53d98843..e1b45234 100644
--- a/static/donate.html
+++ b/static/donate.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/donate"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/>
@@ -48,7 +48,7 @@
<p>You can send Bitcoin donations to the following address to support this project:</p>
<div id="bitcoin_address">
<a href="bitcoin:3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5">
- <img src="/bitcoin_address.png" alt="Bitcoin address QR code" width="160" height="160"/>
+ <img src="/bitcoin-address.png" alt="Bitcoin address QR code" width="160" height="160"/>
<p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p>
</a>
</div>
diff --git a/static/faq.html b/static/faq.html
index 6d1f49c5..089650c9 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/faq"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/faq"/>
diff --git a/static/index.html b/static/index.html
index 5e96bc9a..373c9437 100644
--- a/static/index.html
+++ b/static/index.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/>
diff --git a/static/install.html b/static/install.html
index aa7f871e..8053ebaf 100644
--- a/static/install.html
+++ b/static/install.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/install"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/install"/>
diff --git a/static/pdfviewer_privacy_policy.html b/static/pdfviewer-privacy-policy.html
index 2503edd5..2503edd5 100644
--- a/static/pdfviewer_privacy_policy.html
+++ b/static/pdfviewer-privacy-policy.html
diff --git a/static/releases.html b/static/releases.html
index cb01a2bf..d502e6c5 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/releases"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/releases"/>
diff --git a/static/safari_pinned_tab_icon.svg b/static/safari-pinned-tab-icon.svg
index 9825e305..9825e305 100644
--- a/static/safari_pinned_tab_icon.svg
+++ b/static/safari-pinned-tab-icon.svg
diff --git a/static/sitemap.xml b/static/sitemap.xml
index f382c391..a0955e92 100644
--- a/static/sitemap.xml
+++ b/static/sitemap.xml
@@ -39,7 +39,7 @@
<priority>0.5</priority>
</url>
<url>
- <loc>https://grapheneos.org/pdfviewer_privacy_policy</loc>
+ <loc>https://grapheneos.org/pdfviewer-privacy-policy</loc>
<priority>0.0</priority>
</url>
<url>
diff --git a/static/source.html b/static/source.html
index ec00cbaf..b57f0e71 100644
--- a/static/source.html
+++ b/static/source.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/source"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/source"/>
diff --git a/static/usage.html b/static/usage.html
index de798746..64ea9fe1 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -19,7 +19,7 @@
<meta property="og:url" content="https://grapheneos.org/usage"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
- <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
+ <link rel="mask-icon" href="/safari-pinned-tab-icon.svg" color="#000000"/>
<link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/>