gnucash-htdocs master: Multiple changes pushed
Frank H.Ellenberger
fell at code.gnucash.org
Sat Aug 15 15:00:58 EDT 2020
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/6b0d981c (commit)
via https://github.com/Gnucash/gnucash-htdocs/commit/f98cd513 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/3a01b38c (commit)
commit 6b0d981c155bbcd4f44b1ff9b98f6f57ad6a66d4
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Sat Aug 15 20:46:35 2020 +0200
Fix root for new icons
diff --git a/externals/header.phtml b/externals/header.phtml
index 71f85ca..f18ac79 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -50,12 +50,12 @@
<link rel="shortcut icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon-precomposed" href="<?=$home?>/images/icons/gnc-icon-129x129.png" />
<!-- New icons: -->
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=gAXA7A9nAq">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=gAXA7A9nAq">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=gAXA7A9nAq">
- <link rel="manifest" href="/site.webmanifest?v=gAXA7A9nAq">
- <link rel="mask-icon" href="/safari-pinned-tab.svg?v=gAXA7A9nAq" color="#5bbad5">
- <link rel="shortcut icon" href="/favicon.ico?v=gAXA7A9nAq">
+ <link rel="apple-touch-icon" sizes="180x180" href="<?=$home?>/apple-touch-icon.png?v=gAXA7A9nAq">
+ <link rel="icon" type="image/png" sizes="32x32" href="<?=$home?>/favicon-32x32.png?v=gAXA7A9nAq">
+ <link rel="icon" type="image/png" sizes="16x16" href="<?=$home?>/favicon-16x16.png?v=gAXA7A9nAq">
+ <link rel="manifest" href="<?=$home?>/site.webmanifest?v=gAXA7A9nAq">
+ <link rel="mask-icon" href="<?=$home?>/safari-pinned-tab.svg?v=gAXA7A9nAq" color="#5bbad5">
+ <link rel="shortcut icon" href="<?=$home?>/favicon.ico?v=gAXA7A9nAq">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
commit f98cd5139438864d836474c4d2430c951c69ba3d
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Sat Aug 15 20:17:37 2020 +0200
Add icons for mobile devices
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png
new file mode 100644
index 0000000..80d4c98
Binary files /dev/null and b/android-chrome-192x192.png differ
diff --git a/android-chrome-256x256.png b/android-chrome-256x256.png
new file mode 100644
index 0000000..1b3e66b
Binary files /dev/null and b/android-chrome-256x256.png differ
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
new file mode 100644
index 0000000..ebcf39b
Binary files /dev/null and b/apple-touch-icon.png differ
diff --git a/browserconfig.xml b/browserconfig.xml
index e69de29..d38d503 100644
--- a/browserconfig.xml
+++ b/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png?v=gAXA7A9nAq"/>
+ <TileColor>#da532c</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/externals/header.phtml b/externals/header.phtml
index 90a3651..71f85ca 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -49,6 +49,16 @@
<link rel="icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon-precomposed" href="<?=$home?>/images/icons/gnc-icon-129x129.png" />
+ <!-- New icons: -->
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=gAXA7A9nAq">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=gAXA7A9nAq">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=gAXA7A9nAq">
+ <link rel="manifest" href="/site.webmanifest?v=gAXA7A9nAq">
+ <link rel="mask-icon" href="/safari-pinned-tab.svg?v=gAXA7A9nAq" color="#5bbad5">
+ <link rel="shortcut icon" href="/favicon.ico?v=gAXA7A9nAq">
+ <meta name="msapplication-TileColor" content="#da532c">
+ <meta name="theme-color" content="#ffffff">
+
<?php
include("$top_dir/externals/global_params.php");
$current_page = array_key_exists('HTTP_HOST', $_SERVER) ? ($top_dir . "/" . basename($_SERVER["SCRIPT_NAME"])) : "";
diff --git a/favicon-16x16.png b/favicon-16x16.png
new file mode 100644
index 0000000..8eb9fa4
Binary files /dev/null and b/favicon-16x16.png differ
diff --git a/favicon-32x32.png b/favicon-32x32.png
new file mode 100644
index 0000000..8c650af
Binary files /dev/null and b/favicon-32x32.png differ
diff --git a/favicon.ico b/favicon.ico
index 6132602..1f4d5fc 100644
Binary files a/favicon.ico and b/favicon.ico differ
diff --git a/favicon.png b/favicon.png
new file mode 100644
index 0000000..e65faf9
Binary files /dev/null and b/favicon.png differ
diff --git a/mstile-150x150.png b/mstile-150x150.png
new file mode 100644
index 0000000..e952da9
Binary files /dev/null and b/mstile-150x150.png differ
diff --git a/safari-pinned-tab.svg b/safari-pinned-tab.svg
new file mode 100644
index 0000000..63bb5be
--- /dev/null
+++ b/safari-pinned-tab.svg
@@ -0,0 +1,44 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M4 2545 c-12 -29 3 -257 17 -265 10 -7 10 -14 1 -35 -18 -38 -16 -95
+3 -95 14 0 14 -3 1 -22 -8 -13 -13 -43 -12 -68 1 -41 3 -45 29 -48 32 -4 32
+-21 -2 -98 -14 -31 -21 -67 -21 -110 0 -62 1 -64 25 -64 14 0 25 -1 25 -3 0
+-2 -10 -23 -22 -48 -16 -34 -21 -64 -22 -131 -1 -51 3 -89 9 -91 5 -2 29 -3
+53 -2 l42 2 1 -51 c1 -28 2 -58 2 -67 0 -12 13 -15 66 -16 36 0 78 -1 93 -2
+l27 -1 0 -132 1 -133 -52 0 c-53 0 -53 0 -75 -45 -89 -179 -154 -325 -147
+-327 5 -2 9 -75 8 -163 l-1 -160 106 0 107 0 -1 -129 0 -129 25 -4 c14 -2 150
+-3 302 -3 153 0 278 -4 278 -8 0 -5 6 -5 12 -1 18 12 148 11 148 0 0 -6 5 -5
+12 2 7 7 17 8 30 1 10 -5 18 -6 18 -2 0 5 113 8 251 8 138 0 253 3 255 7 3 5
+6 62 6 128 0 75 4 117 10 114 6 -4 6 2 0 13 -6 11 -9 28 -7 39 2 10 4 23 4 27
+1 5 7 5 14 2 6 -4 5 0 -4 7 -15 12 -15 16 -3 32 14 20 10 36 -9 36 -9 0 -9 -2
+0 -8 7 -4 9 -13 4 -21 -6 -9 -11 -4 -19 18 -10 29 -9 31 13 31 13 0 26 -6 28
+-12 4 -10 6 -10 6 0 1 6 6 12 12 12 6 0 9 -7 5 -15 -3 -8 -1 -15 4 -15 6 0 10
+-8 9 -17 0 -11 -3 -13 -6 -5 -2 6 -9 12 -14 12 -6 0 -5 -8 1 -20 14 -26 9 -44
+-15 -52 -18 -5 -18 -6 3 -7 13 -1 20 -5 17 -11 -3 -5 -1 -10 5 -10 7 0 9 -12
+5 -32 -12 -64 -12 -73 2 -86 7 -8 10 -18 7 -24 -4 -7 -2 -8 4 -4 7 4 12 3 12
+-2 0 -5 11 -15 25 -22 13 -7 21 -18 18 -24 -3 -6 -3 -8 2 -4 4 4 23 1 41 -7
+18 -7 50 -17 71 -21 50 -9 184 -11 203 -2 8 3 37 14 64 24 61 21 102 56 116
+100 10 31 14 33 55 31 24 -1 41 1 38 6 -2 4 4 7 14 7 32 0 122 50 143 80 15
+21 20 44 20 92 0 34 0 70 0 78 0 8 0 80 0 160 0 80 0 152 0 160 0 34 0 307 0
+325 0 11 0 72 0 135 -1 101 -4 119 -23 147 -27 40 -94 74 -172 88 l-60 11 -5
+380 c-6 421 -5 415 -72 450 -29 15 -86 17 -538 17 l-505 0 -22 26 c-20 25 -25
+26 -150 29 -70 2 -195 7 -278 12 -82 5 -222 11 -310 15 -88 4 -164 11 -169 16
+-6 5 -50 9 -98 9 -69 0 -90 -3 -94 -15z"/>
+<path d="M1635 370 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0 -7
+-4 -4 -10z"/>
+<path d="M1633 335 c0 -8 4 -12 9 -9 4 3 8 9 8 15 0 5 -4 9 -8 9 -5 0 -9 -7
+-9 -15z"/>
+<path d="M1610 296 c0 -2 8 -10 18 -17 15 -13 16 -12 3 4 -13 16 -21 21 -21
+13z"/>
+<path d="M1640 260 c-9 -6 -10 -10 -3 -10 6 0 15 5 18 10 8 12 4 12 -15 0z"/>
+</g>
+</svg>
diff --git a/site.webmanifest b/site.webmanifest
new file mode 100644
index 0000000..9efd8c2
--- /dev/null
+++ b/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png?v=gAXA7A9nAq",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-256x256.png?v=gAXA7A9nAq",
+ "sizes": "256x256",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
Summary of changes:
android-chrome-192x192.png | Bin 0 -> 36797 bytes
android-chrome-256x256.png | Bin 0 -> 40108 bytes
apple-touch-icon.png | Bin 0 -> 34286 bytes
browserconfig.xml | 9 +++++++++
externals/header.phtml | 10 ++++++++++
favicon-16x16.png | Bin 0 -> 2014 bytes
favicon-32x32.png | Bin 0 -> 3416 bytes
favicon.ico | Bin 175657 -> 15086 bytes
favicon.png | Bin 0 -> 38399 bytes
mstile-150x150.png | Bin 0 -> 21880 bytes
safari-pinned-tab.svg | 44 ++++++++++++++++++++++++++++++++++++++++++++
site.webmanifest | 19 +++++++++++++++++++
12 files changed, 82 insertions(+)
create mode 100644 android-chrome-192x192.png
create mode 100644 android-chrome-256x256.png
create mode 100644 apple-touch-icon.png
create mode 100644 favicon-16x16.png
create mode 100644 favicon-32x32.png
create mode 100644 favicon.png
create mode 100644 mstile-150x150.png
create mode 100644 safari-pinned-tab.svg
create mode 100644 site.webmanifest
More information about the gnucash-changes
mailing list