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 @@ 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';
- +