typo: bokantaj => bokante

This commit is contained in:
2026-07-08 07:00:59 +04:00
parent b5985eda06
commit 9a017f5479
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -197,7 +197,7 @@ Vous pouvez personnaliser l'apparence de la plateforme en modifiant les fichiers
== 📝 Personnalisation du sitemap, robots.txt, webmanifest et mentions légales == 📝 Personnalisation du sitemap, robots.txt, webmanifest et mentions légales
Les fichiers `sitemap.xml`, `robots.txt`, `site.webmanifest` et `mentions-legales.php` contiennent des données spécifiques au domaine (`bokantaj.o-k-i.net`). Pour les adapter à votre domaine : Les fichiers `sitemap.xml`, `robots.txt`, `site.webmanifest` et `mentions-legales.php` contiennent des données spécifiques au domaine (`bokante.o-k-i.net`). Pour les adapter à votre domaine :
. Copiez les fichiers samples pour créer vos propres versions : . Copiez les fichiers samples pour créer vos propres versions :
+ +
@@ -639,7 +639,7 @@ Cette plateforme est une PWA complète offrant :
. 🔄 *Automatique* : Un bouton "Installer" apparaît dans le header lors de la première visite . 🔄 *Automatique* : Un bouton "Installer" apparaît dans le header lors de la première visite
. 🔧 *Manuel* : . 🔧 *Manuel* :
* 🌐 *Chrome/Edge* : Menu → "Installer bokantaj.o-k-i.net" * 🌐 *Chrome/Edge* : Menu → "Installer bokante.o-k-i.net"
* 🍎 *Safari iOS* : Partager → "Ajouter à l'écran d'accueil" * 🍎 *Safari iOS* : Partager → "Ajouter à l'écran d'accueil"
* 🦊 *Firefox Android* : Menu → "Installer" * 🦊 *Firefox Android* : Menu → "Installer"
+2 -2
View File
@@ -49,7 +49,7 @@ if (!defined('PRIORITY_CATEGORIES')) {
// ========================================= // =========================================
// Configuration Mastodon // Configuration Mastodon
// ========================================= // =========================================
if (!defined('MASTODON_INSTANCE_URL')) define('MASTODON_INSTANCE_URL', 'https://bokantaj.o-k-i.net'); if (!defined('MASTODON_INSTANCE_URL')) define('MASTODON_INSTANCE_URL', 'https://bokante.o-k-i.net');
if (!defined('MASTODON_DATE_FORMAT')) define('MASTODON_DATE_FORMAT', 'fr-FR'); if (!defined('MASTODON_DATE_FORMAT')) define('MASTODON_DATE_FORMAT', 'fr-FR');
if (!defined('MASTODON_BTN_SEE_MORE')) define('MASTODON_BTN_SEE_MORE', 'Voir plus de post'); if (!defined('MASTODON_BTN_SEE_MORE')) define('MASTODON_BTN_SEE_MORE', 'Voir plus de post');
if (!defined('MASTODON_BTN_RELOAD')) define('MASTODON_BTN_RELOAD', 'Rafraichir'); if (!defined('MASTODON_BTN_RELOAD')) define('MASTODON_BTN_RELOAD', 'Rafraichir');
@@ -76,7 +76,7 @@ if (!defined('X_URL')) define('X_URL', '#');
if (!defined('INSTAGRAM_URL')) define('INSTAGRAM_URL', '#'); if (!defined('INSTAGRAM_URL')) define('INSTAGRAM_URL', '#');
if (!defined('YOUTUBE_URL')) define('YOUTUBE_URL', '#'); if (!defined('YOUTUBE_URL')) define('YOUTUBE_URL', '#');
if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#'); if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#');
if (!defined('MASTODON_URL')) define('MASTODON_URL', 'https://bokantaj.o-k-i.net/@admin'); if (!defined('MASTODON_URL')) define('MASTODON_URL', 'https://bokante.o-k-i.net/@admin');
// Contacts // Contacts
if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'kontak.o-k-i.net'); if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'kontak.o-k-i.net');
+1 -1
View File
@@ -198,7 +198,7 @@ define('PRIORITY_CATEGORIES', [
// define('TIKTOK_URL', 'https://tiktok.com/@votrecompte'); // define('TIKTOK_URL', 'https://tiktok.com/@votrecompte');
// URL du compte Mastodon // URL du compte Mastodon
// define('MASTODON_URL', 'https://bokantaj.o-k-i.net/@admin'); // define('MASTODON_URL', 'https://bokante.o-k-i.net/@admin');
// ========================================= // =========================================
// Contact // Contact