From a45fe7606e73d5eb2dd2c9b4aca02e1b01926e19 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 17 Jul 2019 13:45:01 -0400 Subject: consistently use dash as word separator in URLs --- static/.htaccess | 4 +++ static/bitcoin-address.png | Bin 0 -> 555 bytes static/bitcoin_address.png | Bin 555 -> 0 bytes static/build.html | 2 +- static/contact.html | 2 +- static/donate.html | 4 +-- static/faq.html | 2 +- static/index.html | 2 +- static/install.html | 2 +- static/pdfviewer-privacy-policy.html | 56 +++++++++++++++++++++++++++++++++++ static/pdfviewer_privacy_policy.html | 56 ----------------------------------- static/releases.html | 2 +- static/safari-pinned-tab-icon.svg | 44 +++++++++++++++++++++++++++ static/safari_pinned_tab_icon.svg | 44 --------------------------- static/sitemap.xml | 2 +- static/source.html | 2 +- static/usage.html | 2 +- 17 files changed, 115 insertions(+), 111 deletions(-) create mode 100644 static/bitcoin-address.png delete mode 100644 static/bitcoin_address.png create mode 100644 static/pdfviewer-privacy-policy.html delete mode 100644 static/pdfviewer_privacy_policy.html create mode 100644 static/safari-pinned-tab-icon.svg delete mode 100644 static/safari_pinned_tab_icon.svg 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 - + 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 @@ - + 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 @@ - + @@ -48,7 +48,7 @@

You can send Bitcoin donations to the following address to support this project:

- Bitcoin address QR code + Bitcoin address QR code

3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5

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 @@ - + 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 @@ - + 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 @@ - + diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html new file mode 100644 index 00000000..2503edd5 --- /dev/null +++ b/static/pdfviewer-privacy-policy.html @@ -0,0 +1,56 @@ + + + + + PDF Viewer privacy policy | GrapheneOS + + + + + + + + + + + + + + + + + + + + + + + +
+

+ PDF Viewer privacy policy +

+

This app does not use any sensitive permissions, makes no internet connections and + does not store any data other than preferences.

+
+ + + diff --git a/static/pdfviewer_privacy_policy.html b/static/pdfviewer_privacy_policy.html deleted file mode 100644 index 2503edd5..00000000 --- a/static/pdfviewer_privacy_policy.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - PDF Viewer privacy policy | GrapheneOS - - - - - - - - - - - - - - - - - - - - - - - -
-

- PDF Viewer privacy policy -

-

This app does not use any sensitive permissions, makes no internet connections and - does not store any data other than preferences.

-
- - - 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 @@ - + diff --git a/static/safari-pinned-tab-icon.svg b/static/safari-pinned-tab-icon.svg new file mode 100644 index 00000000..9825e305 --- /dev/null +++ b/static/safari-pinned-tab-icon.svg @@ -0,0 +1,44 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/static/safari_pinned_tab_icon.svg b/static/safari_pinned_tab_icon.svg deleted file mode 100644 index 9825e305..00000000 --- a/static/safari_pinned_tab_icon.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - 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 @@ 0.5 - https://grapheneos.org/pdfviewer_privacy_policy + https://grapheneos.org/pdfviewer-privacy-policy 0.0 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 @@ - + 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 @@ - + -- cgit v1.3.1