Skip to content

Commit 9dcf9d4

Browse files
committed
feat: update webvium origin download links, update notification.json, and remove 'some' files
1 parent 1662e8f commit 9dcf9d4

17 files changed

Lines changed: 50 additions & 82 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/dist
2-
/node_modules

f20756182df645f9b8cf6254654dd5da.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

includes/head.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<link rel="sitemap" type="application/xml" title="Melvin Jones Gallano Repol » Sitemap" href="https://mrepol742.github.io/sitemap.xml">
1212
<link rel="alternate" type="application/rss+xml" title="Melvin Jones Gallano Repol » Feed" href="https://mrepol742.github.io/rss/index.xml">
1313
<link rel="canonical" href="https://mrepol742.github.io">
14-
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Search...">
1514
<link rel="manifest" href="/site.webmanifest">
1615

1716
<?php class meta
@@ -77,4 +76,4 @@ function setKeywords($keywords)
7776

7877
<?php if (!isset($disableAds) && !$disableAds) {
7978
echo '<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5077097159223655" crossorigin="anonymous"></script>';
80-
} ?>
79+
} ?>

opensearch.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

repository.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
3-
<url>
4-
<loc>https://mrepol742.github.io/mrepol742</loc>
5-
<changefreq>daily</changefreq>
6-
</url>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
73
<url>
84
<loc>https://mrepol742.github.io/valentines</loc>
95
</url>
@@ -19,4 +15,4 @@
1915
<url>
2016
<loc>https://mrepol742.github.io/calendar</loc>
2117
</url>
22-
</urlset>
18+
</urlset>

webvium/download/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105

106106
<script>
107107
setTimeout(function() {
108-
window.location.href = 'https://mrepol742-released-stable.netlify.app/Webvium-release.apk'
108+
window.location.href = 'https://www.melvinjonesrepol.com/webvium-browser'
109109
}, 3000);
110110
</script>
111111
</body>
112112

113-
</html>
113+
</html>

webvium/index.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
?>
9898

9999
<main>
100+
<div class="nojs">
101+
Thank you for supporting webvium for over a years now. You can download the latest version at <a href="https://www.melvinjonesrepol.com/webvium-browser">https://melvinjonesrepol.com/webvium-browser</a>.
102+
</div>
100103
<div class="card mb-3 mt-5">
101104
<div class="row g-0">
102105
<div class="col-md-4">
@@ -727,9 +730,9 @@
727730
checkUpdate();
728731

729732
function download() {
730-
window.location.href = "/webvium/download/";
733+
window.location.href = "https://www.melvinjonesrepol.com/webvium-browser";
731734
}
732735
</script>
733736
</body>
734737

735-
</html>
738+
</html>

webvium/notification.json

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
{
2-
"com.mrepol742.webvium.dev": [
3-
{
4-
"title": "Hello World",
5-
"content": "This is a test",
6-
"url": "https://mrepol742.github.io/webviumdev/"
7-
}
8-
]
9-
}
2+
"com.mrepol742.webvium": [
3+
{
4+
"title": "New Webvium Update",
5+
"content": "A new update is now available, this update includes major changes, performance improves, support to newer version of android and more exciting features comming....",
6+
"url": "https://www.melvinjonesrepol.com/webvium-browser"
7+
}
8+
],
9+
"com.mrepol742.webvium.beta": [
10+
{
11+
"title": "New Webvium Update",
12+
"content": "A new update is now available, this update includes major changes, performance improves, support to newer version of android and more exciting features comming....",
13+
"url": "https://www.melvinjonesrepol.com/webvium-browser"
14+
}
15+
],
16+
"com.mrepol742.webvium.dev": [
17+
{
18+
"title": "New Webvium Update",
19+
"content": "A new update is now available, this update includes major changes, performance improves, support to newer version of android and more exciting features comming....",
20+
"url": "https://www.melvinjonesrepol.com/webvium-browser"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)