2 Commits
Author SHA1 Message Date
cedric e2df9c0501 fix(legal): remplace OVH par o2switch dans les mentions légales
- Met à jour l'hébergeur et l'adresse postale en français et en anglais
2026-07-09 02:26:28 +04:00
cedric 964149e0bb fix(footer): année du copyright dynamique à la génération du site
- Remplace l'année en dur par un shortcode Eleventy {% year %}
- Supprime le champ copyright obsolète des JSON i18n
2026-07-09 02:17:53 +04:00
6 changed files with 8 additions and 7 deletions
+3
View File
@@ -29,6 +29,9 @@ module.exports = function(eleventyConfig) {
// Watch JS files for changes // Watch JS files for changes
eleventyConfig.addWatchTarget("src/assets/js/"); eleventyConfig.addWatchTarget("src/assets/js/");
// Dynamic current-year shortcode for the footer
eleventyConfig.addShortcode("year", () => new Date().getFullYear().toString());
// Configure browser sync to reload on CSS changes // Configure browser sync to reload on CSS changes
eleventyConfig.setBrowserSyncConfig({ eleventyConfig.setBrowserSyncConfig({
files: ['_site/assets/css/**/*.css', '_site/assets/js/**/*.js'] files: ['_site/assets/css/**/*.css', '_site/assets/js/**/*.js']
-1
View File
@@ -4,7 +4,6 @@
"description": "We build custom web applications for grassroots associations, collectives and activist organisations, with rates that match your means.", "description": "We build custom web applications for grassroots associations, collectives and activist organisations, with rates that match your means.",
"url": "https://o-k-i.net", "url": "https://o-k-i.net",
"email": "kontak@o-k-i.net", "email": "kontak@o-k-i.net",
"copyright": "© 2025 ORGANISATION KA INTERNATIONALE",
"tagline": "Digital tools in service of your struggles", "tagline": "Digital tools in service of your struggles",
"og_tagline": "Taking back control of our internet", "og_tagline": "Taking back control of our internet",
"keywords": "OKI, ORGANISATION KA INTERNATIONALE, custom web application, activist associations, web development, digital sovereignty, solidarity pricing, free software, Guadeloupe, Martinique, Caribbean, ethical digital, Castopod, KUTE, ethical hosting, GAFAM alternative", "keywords": "OKI, ORGANISATION KA INTERNATIONALE, custom web application, activist associations, web development, digital sovereignty, solidarity pricing, free software, Guadeloupe, Martinique, Caribbean, ethical digital, Castopod, KUTE, ethical hosting, GAFAM alternative",
-1
View File
@@ -4,7 +4,6 @@
"description": "Nous développons des applications web sur mesure pour les associations, collectifs et organisations militantes, avec des tarifs adaptés à vos moyens.", "description": "Nous développons des applications web sur mesure pour les associations, collectifs et organisations militantes, avec des tarifs adaptés à vos moyens.",
"url": "https://o-k-i.net", "url": "https://o-k-i.net",
"email": "kontak@o-k-i.net", "email": "kontak@o-k-i.net",
"copyright": "© 2025 ORGANISATION KA INTERNATIONALE",
"tagline": "Le numérique au service de vos luttes", "tagline": "Le numérique au service de vos luttes",
"og_tagline": "Prenons le contrôle de notre internet", "og_tagline": "Prenons le contrôle de notre internet",
"keywords": "OKI, ORGANISATION KA INTERNATIONALE, application web sur mesure, associations militantes, développement web, souveraineté numérique, tarifs solidaires, logiciel libre, Guadeloupe, Martinique, Caraïbes, numérique éthique, Castopod, KUTE, hébergement libre, alternative GAFAM", "keywords": "OKI, ORGANISATION KA INTERNATIONALE, application web sur mesure, associations militantes, développement web, souveraineté numérique, tarifs solidaires, logiciel libre, Guadeloupe, Martinique, Caraïbes, numérique éthique, Castopod, KUTE, hébergement libre, alternative GAFAM",
+1 -1
View File
@@ -5,7 +5,7 @@
{{ t.site.name }} {{ t.site.name }}
</p> </p>
<p class="footer-meta"> <p class="footer-meta">
{{ t.site.copyright }} | {{ t.site.tagline }} © {% year %} {{ t.site.name }} | {{ t.site.tagline }}
</p> </p>
<p class="footer-legal"> <p class="footer-legal">
<a href="{% if locale == 'en' %}/en/legal-notice/{% else %}/mentions-legales/{% endif %}"> <a href="{% if locale == 'en' %}/en/legal-notice/{% else %}/mentions-legales/{% endif %}">
+2 -2
View File
@@ -37,8 +37,8 @@ description: Legal notice and legal information of ORGANISATION KA INTERNATIONAL
</li> </li>
<li style="margin-bottom: 1rem;"> <li style="margin-bottom: 1rem;">
<strong style="color: var(--or-oki);">Hosting Provider:</strong><br> <strong style="color: var(--or-oki);">Hosting Provider:</strong><br>
OVH<br> o2switch<br>
2 rue Kellermann, 59100 Roubaix 222-224 Boulevard Gustave Flaubert, 63000 Clermont-Ferrand, France
</li> </li>
<li style="margin-bottom: 1rem;"> <li style="margin-bottom: 1rem;">
<strong style="color: var(--or-oki);">Data Protection Officer:</strong><br> <strong style="color: var(--or-oki);">Data Protection Officer:</strong><br>
+2 -2
View File
@@ -38,8 +38,8 @@ description: Mentions légales et informations juridiques de l'ORGANISATION KA I
</li> </li>
<li style="margin-bottom: 1rem;"> <li style="margin-bottom: 1rem;">
<strong style="color: var(--or-oki);">Hébergeur :</strong><br> <strong style="color: var(--or-oki);">Hébergeur :</strong><br>
OVH<br> o2switch<br>
2 rue Kellermann, 59100 Roubaix 222-224 Boulevard Gustave Flaubert, 63000 Clermont-Ferrand
</li> </li>
<li style="margin-bottom: 1rem;"> <li style="margin-bottom: 1rem;">
<strong style="color: var(--or-oki);">Délégué à la protection des données :</strong><br> <strong style="color: var(--or-oki);">Délégué à la protection des données :</strong><br>