diff --git a/cesiumDownloads.php b/cesiumDownloads.php index d7da89e4c3453ce4465b6ccc4957f2f00742d213..a978b8e6c177767178606949ae92dc9e950a1589 100644 --- a/cesiumDownloads.php +++ b/cesiumDownloads.php @@ -38,11 +38,11 @@ $cesiumDownloads = 'desc' => _('Version web fonctionnant sous Mac'), 'extra' => _('Décompressez le fichier .zip et ouvrez le fichier index.html') ], - 'yunohost' => [ - 'title' => 'Yunohost', - 'url' => 'https://github.com/duniter/cesium_ynh', - 'img' => 'yunohost.png', - 'desc' => _('Paquet pour Yunohost'), + 'Firefox_Add-on' => [ + 'title' => _('Firefox Add-on'), + 'url' => sprintf('https://glibre.org/cesium/cesium-%s-an+fx.xpi', $cesiumVersions['firefox']), + 'img' => 'firefox2019.png', + 'desc' => _('Expérimental Firefox Add-on'), 'extra' => '' ], 'web' => [ @@ -52,11 +52,11 @@ $cesiumDownloads = 'desc' => _('Pour une installation sur un serveur web'), 'extra' => '' ], - 'Firefox_Add-on' => [ - 'title' => _('Firefox Add-on'), - 'url' => 'https://addons.mozilla.org/fr/firefox/addon/cesium/', - 'img' => 'firefox2019.png', - 'desc' => _('Expérimental Firefox Add-on'), + 'yunohost' => [ + 'title' => 'Yunohost', + 'url' => 'https://github.com/duniter/cesium_ynh', + 'img' => 'yunohost.png', + 'desc' => _('Paquet pour Yunohost'), 'extra' => '' ], 'livrables' => [ diff --git a/cesiumVersions.php b/cesiumVersions.php index d1a98237da8b581558da3f2f133da8f195b20d54..7228b0bd7583c916dda816ecc194affb398abe69 100644 --- a/cesiumVersions.php +++ b/cesiumVersions.php @@ -5,7 +5,9 @@ $cesiumVersions = [ 'android' => '1.3.11', 'linux' => '1.3.11', 'windows' => '1.3.11', + 'firefox' => '1.3.11', 'mac' => '1.3.11', - 'web' => '1.3.11' + 'web' => '1.3.11', + ];