diff --git a/config.yml b/config.yml index ef6befb..2315835 100644 --- a/config.yml +++ b/config.yml @@ -50,19 +50,19 @@ languages: carousel: - title: "domains-lists" description: "**Page d'accueil:** liste des domaines, de différents hébergeurs" - image: "/img/screenshots/domains-list.webp" + image: "/img/screenshots/domains-list.png" - title: "domain-abstract" description: "Une zone simplifiée" - image: "/img/screenshots/domain-abstract.webp" + image: "/img/screenshots/domain-abstract.png" - title: "domain-abstract-list" description: "Une zone simplifiée, sous forme de liste, plus rapide à modifier" - image: "/img/screenshots/domain-abstract-list.webp" + image: "/img/screenshots/domain-abstract-list.png" - title: "zone-diff" description: "Liste les changements avant d'appliquer les modifications" - image: "/img/screenshots/zone-diff.webp" + image: "/img/screenshots/zone-diff.png" - title: "domain-records" description: "Les enregistrements d'une zone, modifiable depuis l'interface" @@ -94,19 +94,19 @@ params: carousel: - title: "domains-lists" description: "**Home page:** domains list on dedicated provider" - image: "/img/screenshots/domains-list.webp" + image: "/img/screenshots/domains-list.png" - title: "domain-abstract" description: "Simplified zone: records grouped by services" - image: "/img/screenshots/domain-abstract.webp" + image: "/img/screenshots/domain-abstract.png" - title: "domain-abstract-list" description: "Simplified zone in list, for quicker editing" - image: "/img/screenshots/domain-abstract-list.webp" + image: "/img/screenshots/domain-abstract-list.png" - title: "zone-diff" description: "Display zone diff before applying changes" - image: "/img/screenshots/zone-diff.webp" + image: "/img/screenshots/zone-diff.png" - title: "domain-records" description: "Resource records for a zone: editable through happyDomain" diff --git a/data/features.toml b/data/features.toml index e8b516c..ec6f23c 100644 --- a/data/features.toml +++ b/data/features.toml @@ -2,7 +2,7 @@ id = "registrar" [features.img] - src = "/img/screenshots/features/providers.webp" + src = "/img/screenshots/features/hosters.png" [features.img.alt] fr = "Choisissez votre fournisseur" en = "Choose your provider" @@ -53,7 +53,7 @@ id = "dynamicDNS" id = "diff" [features.img] - src = "/img/screenshots/features/diff.webp" + src = "/img/screenshots/features/diff.png" [features.img.alt] fr = "Exemple de diff" en = "Sample diff" @@ -63,8 +63,8 @@ id = "diff" en = "Clearly visualize changes" [features.content] - fr = "Avant de publier vos modifications, happyDomain vous montre quels seront exactement les changements (ajouts, modifications, suppressions, ...) qui seront effectués sur la zone. C'est le bon moment pour se relire." - en = "Before publishing your changes, happyDomain shows you exactly what changes (additions, modifications, deletions, ...) will be made to your zone. This is a good time to reread." + fr = "Avant de publier vos modifications, happyDomain vous montre quels seront exactement les changements (ajouts et suppressions) qui seront effectués sur la zone. C'est le bon moment pour se relire." + en = "Before publishing your changes, happyDomain shows you exactly what changes (additions and deletions) will be made to the area. This is a good time to reread." [[features]] diff --git a/i18n/en.yaml b/i18n/en.yaml index 47d57b2..e749a97 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -78,7 +78,7 @@ - id: downloads-text translation: | - Our source code is freely available under the [AGPL license](https://spdx.org/licenses/AGPL-3.0-or-later.html) in our [git repository](https://git.happydomain.org/), hosted by Framagit. + Our source code is freely available under the [CeCILL license](http://cecill.info/licences/Licence_CeCILL_V2.1-en.html) in our [git repository](https://git.happydomain.org/), hosted by Framagit. You can download the latest [*nightly* version](https://get.happydomain.org/master/) of happyDomain for [Linux x86_64](https://get.happydomain.org/master/happydomain-linux-amd64), [Linux arm64](https://get.happydomain.org/master/happydomain-linux-arm64) or [macOS x86_64](https://get.happydomain.org/master/happydomain-darwin-amd64). diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 6d1ecd3..a8fd27d 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -78,7 +78,7 @@ - id: downloads-text translation: | - Le code source de notre projet est libre ; il est disponible sous les termes de la [licence AGPL](https://spdx.org/licenses/AGPL-3.0-or-later.html) dans notre [dépôt Git](https://git.happydomain.org/), hébergé par Framagit. + Le code source de notre projet est libre ; il est disponible sous les termes de la [licence CeCILL](http://cecill.info/licences/Licence_CeCILL_V2.1-fr.html) dans notre [dépôt Git](https://git.happydomain.org/), hébergé par Framagit. Téléchargez la dernière [version *nightly*](https://get.happydomain.org/master/) d'happyDomain pour [Linux x86_64](https://get.happydomain.org/master/happydomain-linux-amd64), [Linux arm64](https://get.happydomain.org/master/happydomain-linux-arm64) ou [macOS x86_64](https://get.happydomain.org/master/happydomain-darwin-amd64). diff --git a/layouts/partials/carousel.html b/layouts/partials/carousel.html index a861108..4cbf99d 100644 --- a/layouts/partials/carousel.html +++ b/layouts/partials/carousel.html @@ -1,6 +1,6 @@ {{ if isset .Site.Params "carousel" }} {{ if gt (len .Site.Params.carousel) 0 }} -