typo: replace o-k-i.net by oki-foundation.org

This commit is contained in:
2026-08-10 10:33:52 +04:00
parent 3851e95082
commit c37c9f1600
22 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -154,4 +154,4 @@ npx @sveltejs/mcp svelte-autofixer ./src/lib/components/sections/MonComposant.sv
## Questions ?
Contactez-nous à kontak@o-k-i.net ou ouvrez une issue sur [Labola](https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE/o-k-i.net).
Contactez-nous à kontak@oki-foundation.org ou ouvrez une issue sur [Labola](https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE/o-k-i.net).
+3 -3
View File
@@ -1,4 +1,4 @@
# Déploiement — o-k-i.net (SvelteKit statique)
# Déploiement — oki-foundation.org (SvelteKit statique)
Le site est entièrement pré-rendu : `npm run build` produit un dossier `build/` de fichiers statiques servable par n'importe quel hébergement de fichiers, **sans serveur Node**.
@@ -21,8 +21,8 @@ Contenu notable de `build/` : pages HTML par route (`index.html`, `dons/index.ht
- cache immutable pour `/_app/` et `/fonts/`.
3. HTTPS : activer le certificat Let's Encrypt dans cPanel (la redirection exempte `.well-known/acme-challenge/`).
4. Vérifications post-déploiement :
- `curl -sI https://o-k-i.net/` → headers de sécurité présents,
- `curl -s https://o-k-i.net/ | grep -c "b-cdn.net\|googleapis"``0`,
- `curl -sI https://oki-foundation.org/` → headers de sécurité présents,
- `curl -s https://oki-foundation.org/ | grep -c "b-cdn.net\|googleapis"``0`,
- une URL inexistante → page 404 designée avec statut 404.
> Le service worker (`sw.js`) est servi en `text/javascript` par défaut sous Apache — rien à configurer.
+1 -1
View File
@@ -1,4 +1,4 @@
# o-k-i.net
# oki-foundation.org
Site web officiel de **ORGANISATION KA INTERNATIONALE (OKI)** — « Le numérique au service de vos luttes ».
+7 -7
View File
@@ -1,6 +1,6 @@
# Guide SEO - o-k-i.net
# Guide SEO - oki-foundation.org
Ce document décrit l'optimisation SEO du site o-k-i.net (V3, SvelteKit statique).
Ce document décrit l'optimisation SEO du site oki-foundation.org (V3, SvelteKit statique).
## 📋 Fichiers SEO
@@ -12,7 +12,7 @@ Permet aux moteurs de recherche d'indexer tout le contenu du site et indique l'e
```
User-agent: *
Allow: /
Sitemap: https://o-k-i.net/sitemap.xml
Sitemap: https://oki-foundation.org/sitemap.xml
```
### 2. sitemap.xml
@@ -38,16 +38,16 @@ Tous les meta tags sont centralisés dans le composant **`src/lib/components/Seo
- **Title** : `Titre | ORGANISATION KA INTERNATIONALE` (home : `… | OKI`)
- **Description** : par page, sinon `site.description`
- **Keywords** : `site.keywords` · **Author** : `site.name`
- **Canonical URL** : `https://o-k-i.net{path}` — évite le contenu dupliqué
- **Canonical URL** : `https://oki-foundation.org{path}` — évite le contenu dupliqué
- **Hreflang** : `fr`, `en`, `x-default`, calculés via `alternatePath()` (`src/lib/i18n/index.ts`)
### Open Graph (10 balises)
```html
<meta property="og:type" content="website">
<meta property="og:url" content="https://o-k-i.net/…">
<meta property="og:url" content="https://oki-foundation.org/…">
<meta property="og:title" content="…">
<meta property="og:description" content="…">
<meta property="og:image" content="https://o-k-i.net/images/logo-512x512.png">
<meta property="og:image" content="https://oki-foundation.org/images/logo-512x512.png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta property="og:image:alt" content="…">
@@ -62,7 +62,7 @@ Tous les meta tags sont centralisés dans le composant **`src/lib/components/Seo
Deux blocs injectés par `Seo.svelte` sur toutes les pages :
1. **Organization** : nom (OKI), URL, logo, description, adresse (36 Rue Lethière, Basse-Terre 97100, GP), contact (kontak@o-k-i.net), sameAs (niyaj, kute, labola, liberapay), `foundingDate: 2024`, `nonprofitStatus`.
1. **Organization** : nom (OKI), URL, logo, description, adresse (36 Rue Lethière, Basse-Terre 97100, GP), contact (kontak@oki-foundation.org), sameAs (niyaj, kute, labola, liberapay), `foundingDate: 2024`, `nonprofitStatus`.
2. **MusicGroup** : DJANGOKAM (genres Reggae/Zouk/Konpa/K-pop, djangokam.pawol.nu, membre OKI).
## 🔍 Attributs lang
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "o-k-i.net",
"name": "oki-foundation.org",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "o-k-i.net",
"name": "oki-foundation.org",
"version": "3.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "o-k-i.net",
"name": "oki-foundation.org",
"version": "3.0.0",
"private": true,
"license": "AGPL-3.0-only",
+2 -2
View File
@@ -18,7 +18,7 @@
<a href={resolve(legalPath)}>{t.footer.legal_link}</a>
</p>
<div class="footer-socials">
<a href="mailto:kontak@o-k-i.net" title="Email" class="social-link" aria-label="Email">
<a href="mailto:kontak@oki-foundation.org" title="Email" class="social-link" aria-label="Email">
<BrandIcon name="email" />
</a>
<a
@@ -42,7 +42,7 @@
<BrandIcon name="discord" />
</a>
<a
href="https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE/o-k-i.net"
href="https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE/oki-foundation"
target="_blank"
rel="noopener noreferrer"
title="Code source sur Labola (Gitea)"
+12 -12
View File
@@ -19,7 +19,7 @@
const fullTitle = $derived(title ? `${title} | ${site.name}` : `${site.name} | ${site.shortName}`);
const ogTitle = $derived(title ?? `${site.name} - ${site.og_tagline}`);
const desc = $derived(description ?? site.description);
const canonical = $derived(`https://o-k-i.net${path}`);
const canonical = $derived(`https://oki-foundation.org${path}`);
const orgJsonLd = $derived(
JSON.stringify({
@@ -27,8 +27,8 @@
'@type': 'Organization',
name: site.name,
alternateName: site.shortName,
url: 'https://o-k-i.net',
logo: 'https://o-k-i.net/images/logo-512x512.png',
url: 'https://oki-foundation.org',
logo: 'https://oki-foundation.org/images/logo-512x512.png',
description: site.description,
address: {
'@type': 'PostalAddress',
@@ -39,13 +39,13 @@
},
contactPoint: {
'@type': 'ContactPoint',
email: 'kontak@o-k-i.net',
email: 'kontak@oki-foundation.org',
contactType: 'customer service'
},
sameAs: [
'https://niyaj.o-k-i.net/',
'https://kute.o-k-i.net/',
'https://labola.o-k-i.net/',
'https://niyaj.oki-foundation.org/',
'https://kute.oki-foundation.org/',
'https://labola.oki-foundation.org/',
'https://liberapay.com/OKI/donate'
],
foundingDate: '2024',
@@ -63,7 +63,7 @@
member: {
'@type': 'Organization',
name: 'ORGANISATION KA INTERNATIONALE',
url: 'https://o-k-i.net'
url: 'https://oki-foundation.org'
}
});
@@ -81,14 +81,14 @@
<link rel="canonical" href={canonical} />
<link rel="alternate" hreflang={locale} href={canonical} />
<link rel="alternate" hreflang={altLocale} href={`https://o-k-i.net${altPath}`} />
<link rel="alternate" hreflang="x-default" href="https://o-k-i.net/" />
<link rel="alternate" hreflang={altLocale} href={`https://oki-foundation.org${altPath}`} />
<link rel="alternate" hreflang="x-default" href="https://oki-foundation.org/" />
<meta property="og:type" content="website" />
<meta property="og:url" content={canonical} />
<meta property="og:title" content={ogTitle} />
<meta property="og:description" content={desc} />
<meta property="og:image" content="https://o-k-i.net/images/logo-512x512.png" />
<meta property="og:image" content="https://oki-foundation.org/images/logo-512x512.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="Logo {site.name}" />
@@ -99,7 +99,7 @@
<meta name="twitter:url" content={canonical} />
<meta name="twitter:title" content={ogTitle} />
<meta name="twitter:description" content={desc} />
<meta name="twitter:image" content="https://o-k-i.net/images/logo-512x512.png" />
<meta name="twitter:image" content="https://oki-foundation.org/images/logo-512x512.png" />
<meta name="twitter:image:alt" content="Logo {site.name}" />
{@html orgJsonLdScript}
+2 -2
View File
@@ -1,11 +1,11 @@
{
"title": "Ready to take action?",
"lede": "\"But I don't know where to start!\" No worries! We'll walk you through it step by step. A message on our socials, an email to <a href=\"mailto:kontak@o-k-i.net\">kontak@o-k-i.net</a>, and we'll show you how your talent can change things. Even if it's just an idea in your head with us, ideas become actions.",
"lede": "\"But I don't know where to start!\" No worries! We'll walk you through it step by step. A message on our socials, an email to <a href=\"mailto:kontak@oki-foundation.org\">kontak@oki-foundation.org</a>, and we'll show you how your talent can change things. Even if it's just an idea in your head with us, ideas become actions.",
"sections": [
{
"title": "🌐 Web & Contact",
"links": [
{ "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" }
{ "text": "kontak@oki-foundation.org", "url": "mailto:kontak@oki-foundation.org" }
]
},
{
+1 -1
View File
@@ -58,6 +58,6 @@
],
"presse": {
"texte": "Press & media: press kit, HD visuals and interviews on request -",
"email": "kontak@o-k-i.net"
"email": "kontak@oki-foundation.org"
}
}
+1 -1
View File
@@ -11,7 +11,7 @@
},
{
"question": "What are your preferential rates for activist associations?",
"answer": "We apply a solidarity pricing scale based on your actual resources. For unions, collectives and non-profit activist associations, we offer reduced prices and can spread out payment. The initial audit is free. Contact us for a personalised quote: kontak@o-k-i.net"
"answer": "We apply a solidarity pricing scale based on your actual resources. For unions, collectives and non-profit activist associations, we offer reduced prices and can spread out payment. The initial audit is free. Contact us for a personalised quote: kontak@oki-foundation.org"
},
{
"question": "Do I need to be a computer expert to use your solutions?",
+1 -1
View File
@@ -29,5 +29,5 @@
],
"contact_title": "Press contact",
"contact_text": "Localised press kit, additional visuals, broadcast WAV or interview requests: get in touch, we reply quickly.",
"contact_email": "kontak@o-k-i.net"
"contact_email": "kontak@oki-foundation.org"
}
+2 -2
View File
@@ -2,8 +2,8 @@
"name": "ORGANISATION KA INTERNATIONALE",
"shortName": "OKI",
"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",
"email": "kontak@o-k-i.net",
"url": "https://oki-foundation.org",
"email": "kontak@oki-foundation.org",
"tagline": "Digital tools in service of your struggles",
"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",
+2 -2
View File
@@ -1,11 +1,11 @@
{
"title": "Envie de passer à l'action ?",
"lede": "« Mais je sais pas par où commencer ! » Aucun souci ! On t'accompagne pas à pas. Un message sur nos réseaux, un mail à <a href=\"mailto:kontak@o-k-i.net\">kontak@o-k-i.net</a>, et on te montre comment ton talent peut changer les choses. Même si c'est juste une idée dans ta tête chez nous, les idées deviennent des actions.",
"lede": "« Mais je sais pas par où commencer ! » Aucun souci ! On t'accompagne pas à pas. Un message sur nos réseaux, un mail à <a href=\"mailto:kontak@oki-foundation.org\">kontak@oki-foundation.org</a>, et on te montre comment ton talent peut changer les choses. Même si c'est juste une idée dans ta tête chez nous, les idées deviennent des actions.",
"sections": [
{
"title": "🌐 Web & Contact",
"links": [
{ "text": "kontak@o-k-i.net", "url": "mailto:kontak@o-k-i.net" }
{ "text": "kontak@oki-foundation.org", "url": "mailto:kontak@oki-foundation.org" }
]
},
{
+1 -1
View File
@@ -58,6 +58,6 @@
],
"presse": {
"texte": "Presse & médias : dossier de presse, visuels HD et interviews sur demande -",
"email": "kontak@o-k-i.net"
"email": "kontak@oki-foundation.org"
}
}
+1 -1
View File
@@ -11,7 +11,7 @@
},
{
"question": "Quels sont vos tarifs préférentiels pour les associations militantes ?",
"answer": "Nous appliquons une grille tarifaire solidaire basée sur vos ressources réelles. Pour les syndicats, collectifs et associations militantes à but non lucratif, nous pratiquons des prix réduits et pouvons étaler le paiement. L'audit initial est gratuit. Contactez-nous pour un devis personnalisé : kontak@o-k-i.net"
"answer": "Nous appliquons une grille tarifaire solidaire basée sur vos ressources réelles. Pour les syndicats, collectifs et associations militantes à but non lucratif, nous pratiquons des prix réduits et pouvons étaler le paiement. L'audit initial est gratuit. Contactez-nous pour un devis personnalisé : kontak@oki-foundation.org"
},
{
"question": "Faut-il être expert en informatique pour utiliser vos solutions ?",
+1 -1
View File
@@ -29,5 +29,5 @@
],
"contact_title": "Contact presse",
"contact_text": "Dossier de presse localisé, visuels complémentaires, WAV broadcast ou proposition d'interview : contactez-nous, nous répondons rapidement.",
"contact_email": "kontak@o-k-i.net"
"contact_email": "kontak@oki-foundation.org"
}
+2 -2
View File
@@ -2,8 +2,8 @@
"name": "ORGANISATION KA INTERNATIONALE",
"shortName": "OKI",
"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",
"email": "kontak@o-k-i.net",
"url": "https://oki-foundation.org",
"email": "kontak@oki-foundation.org",
"tagline": "Le numérique au service de vos luttes",
"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",
+3 -3
View File
@@ -34,7 +34,7 @@
<li>
<strong>Publishing Manager:</strong><br />
ORGANISATION KA INTERNATIONALE<br />
Contact: <a href="mailto:kontak@o-k-i.net">kontak@o-k-i.net</a>
Contact: <a href="mailto:kontak@oki-foundation.org">kontak@oki-foundation.org</a>
</li>
<li>
<strong>Webmaster:</strong><br />
@@ -49,7 +49,7 @@
<li>
<strong>Data Protection Officer:</strong><br />
ORGANISATION KA INTERNATIONALE<br />
Contact: <a href="mailto:kontak@o-k-i.net">kontak@o-k-i.net</a>
Contact: <a href="mailto:kontak@oki-foundation.org">kontak@oki-foundation.org</a>
</li>
</ul>
</section>
@@ -163,7 +163,7 @@
<p>
In application of these provisions, you have the right to access, rectify, delete and
transfer your personal data. You can exercise these rights by contacting:
<a href="mailto:kontak@o-k-i.net">kontak@o-k-i.net</a>
<a href="mailto:kontak@oki-foundation.org">kontak@oki-foundation.org</a>
</p>
</section>
+20 -20
View File
@@ -8,7 +8,7 @@
<Seo
title="Mentions Légales"
description="Mentions légales et informations juridiques de l'ORGANISATION KA INTERNATIONALE (OKI) - Hébergement, RGPD, licence AGPL-V3"
description="Mentions légales et informations juridiques de l'ORGANISATION KA INTERNATIONALE (OKI Foundation) - Hébergement, RGPD, licence AGPL-V3"
path="/mentions-legales/"
locale="fr"
/>
@@ -23,19 +23,19 @@
<p>
En vertu de l'article 6 de la loi n° 2004-575 du 21 juin 2004 pour la confiance dans
l'économie numérique, il est précisé aux utilisateurs du site internet
<strong>o-k-i.net</strong> l'identité des différents intervenants dans le cadre de sa
<strong>oki-foundation.org</strong> l'identité des différents intervenants dans le cadre de sa
réalisation et de son suivi :
</p>
<ul class="legal-list">
<li>
<strong>Propriétaire :</strong><br />
ORGANISATION KA INTERNATIONALE<br />
<strong>OKI Foundation</strong><br />
36 Rue Lethière, 97100 Basse-Terre
</li>
<li>
<strong>Responsable publication :</strong><br />
ORGANISATION KA INTERNATIONALE<br />
Contact : <a href="mailto:kontak@o-k-i.net">kontak@o-k-i.net</a>
<strong>OKI Foundation</strong><br />
Contact : <a href="kontak@oki-foundation.org">oki-foundation.org</a>
</li>
<li>
<strong>Webmaster :</strong><br />
@@ -49,8 +49,8 @@
</li>
<li>
<strong>Délégué à la protection des données :</strong><br />
ORGANISATION KA INTERNATIONALE<br />
Contact : <a href="mailto:kontak@o-k-i.net">kontak@o-k-i.net</a>
OKI Foundation<br />
Contact : <a href="kontak@oki-foundation.org">oki-foundation.org</a>
</li>
</ul>
</section>
@@ -74,11 +74,11 @@
<section class="legal-block legal-block--rouge">
<h2>3. Description des services fournis</h2>
<p>
Le site <strong>o-k-i.net</strong> a pour objet de fournir une information concernant
l'ensemble des activités de l'ORGANISATION KA INTERNATIONALE.
Le site <strong>oki-foundation.org</strong> a pour objet de fournir une information concernant
l'ensemble des activités de l'ORGANISATION KA INTERNATIONALE (<strong>OKI Foundation</strong>).
</p>
<p>
ORGANISATION KA INTERNATIONALE s'efforce de fournir des informations aussi précises que
<strong>OKI Foundation</strong> s'efforce de fournir des informations aussi précises que
possible. Toutefois, il ne pourra être tenu responsable des oublis, des inexactitudes et
des carences dans la mise à jour, qu'elles soient de son fait ou du fait des tiers
partenaires qui lui fournissent ces informations.
@@ -93,7 +93,7 @@
conformément au RGPD.
</p>
<p>
ORGANISATION KA INTERNATIONALE ne pourra être tenue responsable de dommages matériels liés
<strong>OKI Foundation</strong> ne pourra être tenue responsable de dommages matériels liés
à l'utilisation du site. De plus, l'utilisateur du site s'engage à accéder au site en
utilisant un matériel récent, ne contenant pas de virus et avec un navigateur de dernière
génération mis à jour.
@@ -104,7 +104,7 @@
<section class="legal-block legal-block--vert">
<h2>5. Propriété intellectuelle et licences</h2>
<p>
Le code source du site <strong>o-k-i.net</strong> est distribué sous licence
Le code source du site <strong>oki-foundation.org</strong> est distribué sous licence
<strong>GNU Affero General Public License v3.0 (AGPL-V3)</strong>, une licence libre qui
garantit les libertés suivantes :
</p>
@@ -127,7 +127,7 @@
</p>
<p>
Les contenus textuels et visuels originaux du site (hors code source) restent la propriété
de ORGANISATION KA INTERNATIONALE. Leur utilisation est soumise aux conditions de la
de l'OKI. Leur utilisation est soumise aux conditions de la
licence AGPL-V3 pour les éléments techniques, et requiert une autorisation pour les autres
usages.
</p>
@@ -137,15 +137,15 @@
<section class="legal-block legal-block--rouge">
<h2>6. Limitations de responsabilité</h2>
<p>
ORGANISATION KA INTERNATIONALE ne pourra être tenue responsable des dommages directs et
indirects causés au matériel de l'utilisateur, lors de l'accès au site o-k-i.net, et
<strong>OKI Foundation</strong> ne pourra être tenue responsable des dommages directs et
indirects causés au matériel de l'utilisateur, lors de l'accès au site <strong>oki-foundation.org</strong>, et
résultant soit de l'utilisation d'un matériel ne répondant pas aux spécifications
indiquées au point 4, soit de l'apparition d'un bug ou d'une incompatibilité.
</p>
<p>
ORGANISATION KA INTERNATIONALE ne pourra également être tenue responsable des dommages
<strong>OKI Foundation</strong> ne pourra également être tenue responsable des dommages
indirects (tels par exemple qu'une perte de marché ou perte d'une chance) consécutifs à
l'utilisation du site o-k-i.net.
l'utilisation du site <strong>oki-foundation.org</strong>.
</p>
</section>
@@ -158,7 +158,7 @@
traitement des données à caractère personnel (RGPD).
</p>
<p>
Les données à caractère personnel recueillies sur le site o-k-i.net sont traitées pour les
Les données à caractère personnel recueillies sur le site <strong>oki-foundation.org</strong> sont traitées pour les
finalités suivantes :
</p>
<ul class="legal-disc">
@@ -170,7 +170,7 @@
<p>
En application de ces dispositions, vous disposez d'un droit d'accès, de rectification,
d'effacement et de portabilité de vos données personnelles. Vous pouvez exercer ces droits
en contactant : <a href="mailto:kontak@o-k-i.net">kontak@o-k-i.net</a>
en contactant : <a href="mailto:kontak@oki-foundation.org">kontak@oki-foundation.org</a>
</p>
</section>
@@ -214,7 +214,7 @@
<section class="legal-block legal-block--or">
<h2>10. Droit applicable et juridiction compétente</h2>
<p>
Tout litige en relation avec l'utilisation du site o-k-i.net est soumis au droit français.
Tout litige en relation avec l'utilisation du site <strong>oki-foundation.org</strong> est soumis au droit français.
En dehors des cas où la loi ne le permet pas, il est fait attribution exclusive de
juridiction aux tribunaux compétents de Guadeloupe.
</p>
+1 -1
View File
@@ -1,4 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://o-k-i.net/sitemap.xml
Sitemap: https://oki-foundation.org/sitemap.xml
+8 -8
View File
@@ -1,49 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://o-k-i.net/</loc>
<loc>https://oki-foundation.org/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://o-k-i.net/en/</loc>
<loc>https://oki-foundation.org/en/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://o-k-i.net/presse/</loc>
<loc>https://oki-foundation.org/presse/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://o-k-i.net/en/press/</loc>
<loc>https://oki-foundation.org/en/press/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://o-k-i.net/dons/</loc>
<loc>https://oki-foundation.org/dons/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://o-k-i.net/en/donate/</loc>
<loc>https://oki-foundation.org/en/donate/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>https://o-k-i.net/mentions-legales/</loc>
<loc>https://oki-foundation.org/mentions-legales/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://o-k-i.net/en/legal-notice/</loc>
<loc>https://oki-foundation.org/en/legal-notice/</loc>
<lastmod>2026-07-21</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>