diff --git a/config.toml b/config.toml index f36c82c..2fcc0bb 100644 --- a/config.toml +++ b/config.toml @@ -41,9 +41,24 @@ removePathAccents = true description = "**Page d'accueil:** liste des domaines, de différents hébergeurs" image = "/img/screenshots/domains-list.png" + [[languages.fr.params.carousel]] + title = "domain-abstract" + description = "Une zone simplifiée" + image = "/img/screenshots/domain-abstract.png" + + [[languages.fr.params.carousel]] + title = "domain-abstract-list" + description = "Une zone simplifiée, sous forme de liste, plus rapide à modifier" + image = "/img/screenshots/domain-abstract-list.png" + + [[languages.fr.params.carousel]] + title = "zone-diff" + description = "Liste les changements avant d'appliquer les modifications" + image = "/img/screenshots/zone-diff.png" + [[languages.fr.params.carousel]] title = "domain-records" - description = "Les enregistrements d'une zone" + description = "Les enregistrements d'une zone, modifiable depuis l'interface" image = "/img/screenshots/domain-records.png" [[languages.fr.params.carousel]] @@ -65,9 +80,24 @@ tryit = "/join" description = "**Home page:** domains list on dedicated provider" image = "/img/screenshots/domains-list.png" + [[params.carousel]] + title = "domain-abstract" + description = "Simplified zone: records grouped by services" + image = "/img/screenshots/domain-abstract.png" + + [[params.carousel]] + title = "domain-abstract-list" + description = "Simplified zone in list, for quicker editing" + image = "/img/screenshots/domain-abstract-list.png" + + [[params.carousel]] + title = "zone-diff" + description = "Display zone diff before applying changes" + image = "/img/screenshots/zone-diff.png" + [[params.carousel]] title = "domain-records" - description = "Resource records for a zone" + description = "Resource records for a zone: editable through happyDNS" image = "/img/screenshots/domain-records.png" [[params.carousel]] diff --git a/i18n/en.yaml b/i18n/en.yaml index f2e1684..fff915b 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -2,7 +2,7 @@ translation: "Finally a simple interface for domain names." - id: lead - translation: "is a modern open-source web application, that aims to simplify all your usages of domain names. Connecting a blog, a shop or doing advanced stuff become easy." + translation: "is a modern open-source web application, that aims to simplify all your usages of domain names. Connecting a blog, a shop or doing advanced stuff is just a click away." - id: tryit translation: "Try it online now" @@ -72,7 +72,7 @@ We invite interested developers to contribute code. Check out [our repository](https://git.happydns.org/) on Framagit. - id: community-contact - translation: "contact" + translation: "Contact" - id: community-contact-text translation: | You can contact our team at `contact at happydns.org` for any professional requests. diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 9e8280d..4ae3223 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -61,7 +61,7 @@ Si vous remarquez un problème ou une fonctionnalité manquante, n'hésitez pas à nous l'indiquer via le formulaire dédié de notre projet. - id: community-translation - translation: "Translations" + translation: "Traductions" - id: community-translation-text translation: | Nous aurons besoin de votre aide pour traduire happyDNS. Revenez dans quelques semaines, lorsque nous aurons mis en place l'outil de traduction. @@ -73,7 +73,7 @@ Si vous savez programmer, n'hésitez pas à contribuer, via notre [dépôt Git](https://git.happydns.org/) sur Framagit. - id: community-contact - translation: "contact" + translation: "Contact" - id: community-contact-text translation: | Contactez notre équipe à `contact at happydns.org` pour toute demande de formation ou commerciale. diff --git a/layouts/partials/community.html b/layouts/partials/community.html index 10e4f41..816dac2 100644 --- a/layouts/partials/community.html +++ b/layouts/partials/community.html @@ -1,59 +1,59 @@
-

+

- {{ i18n "community-chat" }} +
{{ i18n "community-chat" }}

{{ i18n "community-chat-text" | markdownify }}

-

+

- {{ i18n "community-bugs" }} +
{{ i18n "community-bugs" }}

{{ i18n "community-bugs-text" | markdownify }}

-

+

- {{ i18n "community-translation" }} +
{{ i18n "community-translation" }}

{{ i18n "community-translation-text" | markdownify }}

-

+

- {{ i18n "community-code" }} +
{{ i18n "community-code" }}

{{ i18n "community-code-text" | markdownify }}

-

+

- {{ i18n "community-contact" }} +
{{ i18n "community-contact" }}

{{ i18n "community-contact-text" | markdownify }} diff --git a/static/img/screenshots/domain-abstract-list.png b/static/img/screenshots/domain-abstract-list.png new file mode 100644 index 0000000..499c371 Binary files /dev/null and b/static/img/screenshots/domain-abstract-list.png differ diff --git a/static/img/screenshots/domain-abstract.png b/static/img/screenshots/domain-abstract.png new file mode 100644 index 0000000..6d478e1 Binary files /dev/null and b/static/img/screenshots/domain-abstract.png differ diff --git a/static/img/screenshots/domains-list.png b/static/img/screenshots/domains-list.png index a9e27b8..0212aa5 100644 Binary files a/static/img/screenshots/domains-list.png and b/static/img/screenshots/domains-list.png differ diff --git a/static/img/screenshots/sources.png b/static/img/screenshots/sources.png index 86eafe0..4bf51ce 100644 Binary files a/static/img/screenshots/sources.png and b/static/img/screenshots/sources.png differ diff --git a/static/img/screenshots/zone-diff.png b/static/img/screenshots/zone-diff.png new file mode 100644 index 0000000..a06d82a Binary files /dev/null and b/static/img/screenshots/zone-diff.png differ