diff --git a/debian/changelog b/debian/changelog index 4deef374..78349de3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.405.27) stable; urgency=low +hedera-web (1.405.31) stable; urgency=low * Initial Release. diff --git a/debian/install b/debian/install index be45025c..7e79b186 100644 --- a/debian/install +++ b/debian/install @@ -11,7 +11,6 @@ rest usr/share/hedera-web index.php usr/share/hedera-web package.json usr/share/hedera-web build usr/share/hedera-web -manifest.json usr/share/hedera-web LICENSE usr/share/hedera-web README.md usr/share/hedera-web webpack.config.json usr/share/hedera-web diff --git a/package.json b/package.json index d219f4ac..8a850a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.405.27", + "version": "1.405.31", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/manifest.json b/pages/main/manifest.json similarity index 57% rename from manifest.json rename to pages/main/manifest.json index e1b6b274..ccfa40bb 100644 --- a/manifest.json +++ b/pages/main/manifest.json @@ -2,10 +2,10 @@ "name": "Verdnatura", "icons": [ { - "src": "image\/favicon\/favicon.png", + "src": "\/image\/favicon\/favicon.png", "sizes": "512x512" } ], - "start_url": "index.php", + "start_url": "/index.php", "display": "standalone" } diff --git a/pages/main/ui.php b/pages/main/ui.php index 65a7a283..9d842d74 100755 --- a/pages/main/ui.php +++ b/pages/main/ui.php @@ -14,7 +14,7 @@ $result = $db->query ('SELECT name, content FROM metatag'); - + diff --git a/pages/production/main.js b/pages/production/main.js index f776ecfb..845b65e0 100644 --- a/pages/production/main.js +++ b/pages/production/main.js @@ -2,7 +2,7 @@ /** * Time in seconds between every request. */ -var INTERVAL = 5; +var INTERVAL = 10; var requestInterval = INTERVAL; var failedRequests = 0; diff --git a/pages/production/manifest.json b/pages/production/manifest.json new file mode 100644 index 00000000..95c5a691 --- /dev/null +++ b/pages/production/manifest.json @@ -0,0 +1,11 @@ +{ + "name": "Production", + "icons": [ + { + "src": "\/image\/favicon\/favicon.png", + "sizes": "512x512" + } + ], + "start_url": "/index.php?method=production", + "display": "standalone" +} diff --git a/pages/production/style.css b/pages/production/style.css index 7ca55cda..186fae79 100644 --- a/pages/production/style.css +++ b/pages/production/style.css @@ -23,12 +23,12 @@ body #text { color: white; - font-size: 15em; - text-align: center; + font-size: 24em; font-weight: bold; - text-overflow: ellipsis; + text-align: center; white-space: nowrap; overflow: hidden; + line-height: 1em; } #error { diff --git a/pages/production/ui.php b/pages/production/ui.php index 54c6b119..249f9603 100644 --- a/pages/production/ui.php +++ b/pages/production/ui.php @@ -9,7 +9,7 @@ - + =js("$dir/main.js")?> =css("$dir/style.css")?>