From 3f7ed9c2f133d5fba80d08fe88f2ce85ec632c9a Mon Sep 17 00:00:00 2001 From: perco Date: Mon, 11 May 2026 11:58:53 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20renommage=20PachaFamily=20=E2=86=92?= =?UTF-8?q?=20HouseHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remplacement de toutes les occurrences PachaFamily/pachafamily/PACHAFAMILY - Renommage pachafamily_source.md → househub_source.md Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/deploy.yml | 2 +- README.md | 4 +- footer.php | 2 +- generate_css_prompt.php | 4 +- generate_prompt.php | 10 ++-- header.php | 6 +-- pachafamily_source.md => househub_source.md | 52 ++++++++++----------- includes/config.php | 2 +- includes/lang/ca.php | 16 +++---- includes/lang/fr.php | 16 +++---- login.php | 2 +- modules/holidays/includes/api/geocode.php | 2 +- test-engine.js | 2 +- 13 files changed, 60 insertions(+), 60 deletions(-) rename pachafamily_source.md => househub_source.md (99%) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5a651c3..79f7f38 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -17,4 +17,4 @@ jobs: username: ${{ secrets.FTP_USERNAME_PERCOLOUCO }} password: ${{ secrets.FTP_PASSWORD_PERCOLOUCO }} local-dir: ./ - server-dir: /www/pachafamily/ # ← Production reste ici + server-dir: /www/househub/ # ← Production reste ici diff --git a/README.md b/README.md index ab8ffe3..35f80a8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -🦙 PachaFamily OS +🦙 HouseHub OS Système de gestion familiale sur-mesure : Budget, Calendrier, Voyages et Cadeaux. 📝 Présentation du projet -PachaFamily est une application web privée conçue pour centraliser l'organisation de la tribu. Elle repose sur une stack légère (PHP natif / Vanilla JS) pour garantir rapidité et portabilité, avec un support complet de l'internationalisation (FR/CA). +HouseHub est une application web privée conçue pour centraliser l'organisation de la tribu. Elle repose sur une stack légère (PHP natif / Vanilla JS) pour garantir rapidité et portabilité, avec un support complet de l'internationalisation (FR/CA). 🛠️ Fonctionnalités Principales 💰 Module Budget diff --git a/footer.php b/footer.php index 61104b6..350db39 100644 --- a/footer.php +++ b/footer.php @@ -2,7 +2,7 @@
- © PachaFamily + © HouseHub
diff --git a/generate_css_prompt.php b/generate_css_prompt.php index ffa1fb1..600c5ff 100644 --- a/generate_css_prompt.php +++ b/generate_css_prompt.php @@ -1,6 +1,6 @@ *Généré le " . date('Y-m-d H:i:s') . "*\n\n"; $iterator = new RecursiveIteratorIterator( @@ -65,8 +65,8 @@ file_put_contents($outputFile, $output); echo "
"; echo "

✅ Succès !

"; -echo "

Le fichier pachafamily_source.md a été généré à la racine de ton projet.

"; +echo "

Le fichier househub_source.md a été généré à la racine de ton projet.

"; echo "

$fileCount fichiers de code ont été fusionnés.

"; -echo "

Tu peux maintenant donner ce fichier à ta Gem PachaFamily !

"; +echo "

Tu peux maintenant donner ce fichier à ta Gem HouseHub !

"; echo "
"; ?> \ No newline at end of file diff --git a/header.php b/header.php index 7a399db..bec0690 100644 --- a/header.php +++ b/header.php @@ -13,7 +13,7 @@ function getLangUrl($newLang) { return '?' . http_build_query($params); } -$pageTitle = $pageTitle ?? "PachaFamily"; +$pageTitle = $pageTitle ?? "HouseHub"; $activePage = $activePage ?? ""; $currentLang = $_SESSION['app_lang'] ?? 'fr'; ?> @@ -40,7 +40,7 @@ $currentLang = $_SESSION['app_lang'] ?? 'fr';
- +