fix outdated URLs

Aircoookie Wiki => mm.kno.wled.ge
MoonModules/WLED => MoonModules/WLED-MM
Aircoookie/WLED => wled/WLED
2024 => 2025
This commit is contained in:
Frank
2025-11-23 17:18:10 +01:00
parent 424416d51a
commit e0c7d254bb
13 changed files with 31 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
## [WLED upstream](https://github.com/Aircoookie/WLED/tree/0_14_1) changelog
## [WLED upstream](https://github.com/wled/WLED/tree/0_14_1) changelog
#### Build 2403290
- WLED 0.14.3 release

View File

@@ -13,14 +13,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoonModules/WLED.git"
"url": "git+https://github.com/MoonModules/WLED-MM.git"
},
"author": "",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/MoonModules/WLED/issues"
"url": "https://github.com/MoonModules/WLED-MM/issues"
},
"homepage": "https://github.com/MoonModules/WLED#readme",
"homepage": "https://github.com/MoonModules/WLED-MM#readme",
"dependencies": {
"clean-css": "^4.2.3",
"html-minifier-terser": "^5.1.1",

View File

@@ -63,7 +63,10 @@ function adoptVersionAndRepo(html) {
// Replace we
html = strReplace(html, "https://github.com/atuline/WLED", repoUrl);
html = strReplace(html, "https://github.com/Aircoookie/WLED", repoUrl);
html = strReplace(html, "https://github.com/wled-dev/WLED", repoUrl);
html = strReplace(html, "https://github.com/wled/WLED", repoUrl);
html = strReplace(html, "https://github.com/MoonModules/WLED", repoUrl); //WLEDMM
html = strReplace(html, "https://github.com/MoonModules/WLED-MM", repoUrl); //WLEDMM
}
let version = packageJson.version;
if (version) {

View File

@@ -3,9 +3,9 @@
/*
@title MoonModules WLED - audioreactive usermod
@file audio_reactive.h
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
@Authors https://github.com/MoonModules/WLED/commits/mdev/
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
@Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@license Licensed under the EUPL-1.2 or later
*/

View File

@@ -3,9 +3,9 @@
/*
@title MoonModules WLED - audioreactive usermod
@file audio_source.h
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
@Authors https://github.com/MoonModules/WLED/commits/mdev/
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
@Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@license Licensed under the EUPL-1.2 or later
*/

View File

@@ -3,9 +3,9 @@
/*
@title MoonModules WLED - auto-playlist usermod
@file usermod_v2_auto_playlist.h
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
@Authors https://github.com/MoonModules/WLED/commits/mdev/
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
@Copyright © 2024,2025 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@license Licensed under the EUPL-1.2 or later
*/

View File

@@ -8854,8 +8854,8 @@ static const char _data_FX_MODE_2DWAVINGCELL[] PROGMEM = "Waving Cell@!,,Amplitu
/*
@title MoonModules WLED - GEQ 3D Effect
@file included in FX.cpp
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
@Authors https://github.com/MoonModules/WLED/commits/mdev/
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@license Licensed under the EUPL-1.2 or later
*/
@@ -9001,8 +9001,8 @@ static const char _data_FX_MODE_GEQLASER[] PROGMEM = "GEQ 3D ☾@Speed,Front Fil
/*
@title MoonModules WLED - Painbrush Effect
@file included in FX.cpp
@repo https://github.com/MoonModules/WLED, submit changes to this file as PRs to MoonModules/WLED
@Authors https://github.com/MoonModules/WLED/commits/mdev/
@repo https://github.com/MoonModules/WLED-MM, submit changes to this file as PRs to MoonModules/WLED-MM
@Authors https://github.com/MoonModules/WLED-MM/commits/mdev/
@Copyright © 2024 Github MoonModules Commit Authors (contact moonmodules@icloud.com for details)
@license GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

View File

@@ -3224,7 +3224,7 @@ setInterval(()=>{
gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;
}, 910);
function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); }
function openGH() { window.open("https://mm.kno.wled.ge/"); }
var cnfr = false;
function cnfReset()

View File

@@ -7,7 +7,7 @@
<script>
var d=document;
var loc = false, locip;
function H(){window.open("https://github.com/Aircoookie/WLED/wiki/DMX");}
function H(){window.open("https://mm.kno.wled.ge/interfaces/e1.31-dmx/");}
function B(){window.history.back();}
function GCH(num) {
d.getElementById('dmxchannels').innerHTML += "";

View File

@@ -115,13 +115,13 @@
<hr>
<h3>About</h3>
<!-- WLEDMM additions -->
<a href="https://github.com/MoonModules/WLED/" target="_blank">WLEDMM</a> version ##VERSION##<!-- Autoreplaced from package.json --><br>
(c) 2024 <a href="https://github.com/Aircoookie/WLED/compare/main...MoonModules:WLED:mdev" target="_blank">Github MoonModules WLED Commit Authors</a><br><br>
fork of <a href="https://github.com/Aircoookie/WLED/" target="_blank">WLED:</a><br>
<a href="https://github.com/Aircoookie/WLED/wiki/Contributors-and-credits" target="_blank">Contributors, dependencies and special thanks</a><br>
<a href="https://github.com/MoonModules/WLED-MM/" target="_blank">WLEDMM</a> version ##VERSION##<!-- Autoreplaced from package.json --><br>
(c) 2025 <a href="https://github.com/wled/WLED/compare/main...MoonModules:WLED-MM:mdev" target="_blank">Github MoonModules WLED-MM Commit Authors</a><br><br>
fork of <a href="https://github.com/wled/WLED/" target="_blank">WLED:</a><br>
<a href="https://mm.kno.wled.ge/about/contributors/" target="_blank">Contributors, dependencies and special thanks</a><br>
A huge thank you to everyone who helped me create WLED!<br><br>
WLED core (c) 2016-2024 Christian Schwinne <br>
<i>WLED MM Licensed under the <a href="https://github.com/MoonModules/WLED/blob/master/LICENSE" target="_blank">EUPL-1.2 license</a></i><br><br>
<i>WLED-MM Licensed under the <a href="https://github.com/MoonModules/WLED-MM/blob/master/LICENSE" target="_blank">EUPL-1.2 license</a></i><br><br>
Installed version: <span class="sip">WLEDMM ##VERSION##</span><hr>
<div id="toast"></div>
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>

View File

@@ -17,7 +17,7 @@
// var numM = 0;
function gId(s) { return d.getElementById(s); }
function isO(i) { return (i && typeof i === 'object' && !Array.isArray(i)); }
function H() { window.open("https://github.com/Aircoookie/WLED/wiki/Settings#usermod-settings"); }
function H() { window.open("https://mm.kno.wled.ge/usermods/AutoPlaylist/"); }
function B() { window.open("/settings","_self"); }
// https://www.educative.io/edpresso/how-to-dynamically-load-a-js-file-in-javascript
function loadJS(FILE_URL, async = true) {

View File

@@ -1284,7 +1284,7 @@ var hc = 0;
setInterval(()=>{if (!isInfo) return; hc+=18; if (hc>300) hc=0; if (hc>200)hc=306; if (hc==144) hc+=36; if (hc==108) hc+=18;
gId('heart').style.color = `hsl(${hc}, 100%, 50%)`; gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;}, 910);
function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); }
function openGH() { window.open("https://mm.kno.wled.ge/"); }
var cnfr = false;
function cnfReset()

View File

@@ -17,8 +17,8 @@
<h2>MoonMod WLED Software Update</h2>
<form method='POST' action='/update' id='uf' enctype='multipart/form-data' onsubmit="U()">
Installed version: <span class="sip">WLEDMM ##VERSION##</span><br> <!--WLEDMM: show bin name-->
Download the latest release: <a href="https://github.com/MoonModules/WLED/releases" target="_blank">
<img src="https://img.shields.io/github/release/MoonModules/WLED.svg?style=flat-square"></a><br>
Download the latest release: <a href="https://github.com/MoonModules/WLED-MM/releases" target="_blank">
<img src="https://img.shields.io/github/release/MoonModules/WLED-MM.svg?style=flat-square"></a><br>
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
<button type="submit">Update!</button><br>
<button type="button" onclick="B()">Back</button>