add french content files + chill logo + french menu
This commit is contained in:
parent
7f530013f0
commit
7bfcfa6c85
BIN
assets/images/init/logo.png
Normal file
BIN
assets/images/init/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 13 KiB |
@ -1,17 +1,17 @@
|
|||||||
[fr]
|
[fr]
|
||||||
languageName = "Fr"
|
languageName = "FR"
|
||||||
languageCode = "fr-be"
|
languageCode = "fr-be"
|
||||||
contentDir = "content/francais"
|
contentDir = "content/francais"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[nl]
|
[nl]
|
||||||
languageName = "Nl"
|
languageName = "NL"
|
||||||
languageCode = "nl-be"
|
languageCode = "nl-be"
|
||||||
contentDir = "content/nederlands"
|
contentDir = "content/nederlands"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[en]
|
[en]
|
||||||
languageName = "En"
|
languageName = "EN"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
contentDir = "content/english"
|
contentDir = "content/english"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
@ -1,51 +1,91 @@
|
|||||||
############# English navigation ##############
|
############# French navigation ##############
|
||||||
|
|
||||||
# main menu
|
|
||||||
[[main]]
|
|
||||||
name = "Accueil"
|
|
||||||
url = "/"
|
|
||||||
weight = 1
|
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "À propos"
|
name = "Fonctionnalités"
|
||||||
url = "about/"
|
url = "presentation/"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Éléments"
|
parent = "Fonctionnalités"
|
||||||
url = "elements/"
|
name = "Suivi des usagers"
|
||||||
|
url = "presentation/persons"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
parent = "Fonctionnalités"
|
||||||
|
name = "Suivi des accompagnements"
|
||||||
|
url = "presentation/accompanying-courses"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
parent = "Fonctionnalités"
|
||||||
|
name = "Génération de documents"
|
||||||
|
url = "presentation/doc-generation"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "Pages"
|
parent = "Fonctionnalités"
|
||||||
|
name = "Export des statistiques"
|
||||||
|
url = "presentation/export-stats"
|
||||||
|
weight = 4
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
parent = "Fonctionnalités"
|
||||||
|
name = "Feuille de route"
|
||||||
|
url = "presentation/roadmap"
|
||||||
|
weight = 5
|
||||||
|
|
||||||
|
#############
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Pour commencer"
|
||||||
|
hasChildren = true
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
parent = "Pour commencer"
|
||||||
|
name = "Comme utilisateur"
|
||||||
|
url = "start/user"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
parent = "Pour commencer"
|
||||||
|
name = "Comme développeur"
|
||||||
|
url = "start/developper"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
#############
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Obtenir Chill"
|
||||||
hasChildren = true
|
hasChildren = true
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
parent = "Pages"
|
parent = "Obtenir Chill"
|
||||||
name = "Blog"
|
url = "get-chill/demo"
|
||||||
url = "blog/"
|
name = "Essayer la démo"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
parent = "Pages"
|
parent = "Obtenir Chill"
|
||||||
name = "Contact"
|
url = "get-chill/install"
|
||||||
url = "contact/"
|
name = "Installer Chill"
|
||||||
|
weight = 2
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
parent = "Pages"
|
parent = "Obtenir Chill"
|
||||||
name = "Auteurs"
|
url = "get-chill/configuration"
|
||||||
url = "authors/"
|
name = "Support à la configuration"
|
||||||
|
weight = 3
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
parent = "Pages"
|
parent = "Obtenir Chill"
|
||||||
name = "Catégories"
|
url = "get-chill/providers"
|
||||||
url = "categories/"
|
name = "Trouver un prestataire"
|
||||||
|
weight = 4
|
||||||
[[main]]
|
|
||||||
parent = "Pages"
|
|
||||||
name = "Page 404"
|
|
||||||
url = "404/"
|
|
||||||
|
|
||||||
|
#############
|
||||||
|
|
||||||
# footer menu
|
# footer menu
|
||||||
[[footer]]
|
[[footer]]
|
||||||
|
53
content/francais/_index.md
Executable file
53
content/francais/_index.md
Executable file
@ -0,0 +1,53 @@
|
|||||||
|
---
|
||||||
|
# Banner
|
||||||
|
banner:
|
||||||
|
title: "Le compagnon du travailleur social"
|
||||||
|
content: "Chill est une application web métier à destination des travailleurs sociaux, et dédiée à l'accompagnement des personnes. Chill est 100% Libre et Open-source."
|
||||||
|
image: "/images/banner.png"
|
||||||
|
button:
|
||||||
|
enable: true
|
||||||
|
label: "Tester la démo"
|
||||||
|
link: "get-chill/demo"
|
||||||
|
|
||||||
|
# Features
|
||||||
|
features:
|
||||||
|
- title: "Que trouverez-vous dans Chill ?"
|
||||||
|
image: "/images/service-1.png"
|
||||||
|
content: "Chill vous aide à garder la mémoire des personnes que vous suivez. Vous trouverez:"
|
||||||
|
bulletpoints:
|
||||||
|
- "Des fiches d'usagers, avec la possibilité d'ouvrir des périodes d'accompagnements, d'y créer des actions selon des problématiques sociales"
|
||||||
|
- "Un puissant moteur de recherche pour retrouver les personnes"
|
||||||
|
- "Enregistrement des échanges, et la prise de Rendez-vous"
|
||||||
|
- "Génération de documents depuis des gabarits"
|
||||||
|
- "Notification, validation et suivi des décisions entre les travailleurs"
|
||||||
|
- "Export des statistiques pour facilliter les rapports d'activités"
|
||||||
|
button:
|
||||||
|
enable: true
|
||||||
|
label: "Commencer la visite"
|
||||||
|
link: "presentation/persons"
|
||||||
|
|
||||||
|
- title: "Discover the Key Features Of Hugo"
|
||||||
|
image: "/images/service-2.png"
|
||||||
|
content: "Hugo is an all-in-one web framework for building fast, content-focused websites. It offers a range of exciting features for developers and website creators. Some of the key features are:"
|
||||||
|
bulletpoints:
|
||||||
|
- "Zero JS, by default: No JavaScript runtime overhead to slow you down."
|
||||||
|
- "Customizable: Tailwind, MDX, and 100+ other integrations to choose from."
|
||||||
|
- "UI-agnostic: Supports React, Preact, Svelte, Vue, Solid, Lit and more."
|
||||||
|
button:
|
||||||
|
enable: true
|
||||||
|
label: "Get Started Now"
|
||||||
|
link: "https://github.com/zeon-studio/hugoplate"
|
||||||
|
|
||||||
|
- title: "The Top Reasons to Choose Hugo for Your Hugo Project"
|
||||||
|
image: "/images/service-3.png"
|
||||||
|
content: "With Hugo, you can build modern and content-focused websites without sacrificing performance or ease of use."
|
||||||
|
bulletpoints:
|
||||||
|
- "Instantly load static sites for better user experience and SEO."
|
||||||
|
- "Intuitive syntax and support for popular frameworks make learning and using Hugo a breeze."
|
||||||
|
- "Use any front-end library or framework, or build custom components, for any project size."
|
||||||
|
- "Built on cutting-edge technology to keep your projects up-to-date with the latest web standards."
|
||||||
|
button:
|
||||||
|
enable: false
|
||||||
|
label: ""
|
||||||
|
link: ""
|
||||||
|
---
|
6
content/francais/get-chill/configuration.md
Normal file
6
content/francais/get-chill/configuration.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Accompagnement à la configuration
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
9
content/francais/get-chill/demo.md
Normal file
9
content/francais/get-chill/demo.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: Essayer la démo
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
http://demo.chill.social
|
6
content/francais/get-chill/install.md
Normal file
6
content/francais/get-chill/install.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Installer Chill
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
8
content/francais/get-chill/providers.md
Normal file
8
content/francais/get-chill/providers.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: Faire appel à un prestataire
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
|
|
||||||
|
- Lien vers le site de Champs-Libres
|
6
content/francais/presentation/accompanying-courses.md
Normal file
6
content/francais/presentation/accompanying-courses.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Suivi des accompagnements
|
||||||
|
subtitle: Parcours d'accompagnement
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
6
content/francais/presentation/doc-generation.md
Normal file
6
content/francais/presentation/doc-generation.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Génération de documents
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
6
content/francais/presentation/export-stats.md
Normal file
6
content/francais/presentation/export-stats.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Génération de statistiques
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
6
content/francais/presentation/persons.md
Normal file
6
content/francais/presentation/persons.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Suivi des usagers
|
||||||
|
subtitle: Fiches usagers
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
9
content/francais/presentation/roadmap.md
Normal file
9
content/francais/presentation/roadmap.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: Feuille de route
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
|
|
||||||
|
On explique comment on choisit les développements, mode de financement, etc.
|
||||||
|
https://gitlab.com/Chill-Projet/chill-bundles/-/boards/7086313?label_name[]=kind%3A%3Afeature
|
46
content/francais/start/developper.md
Normal file
46
content/francais/start/developper.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: Développeurs
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## Code source de Chill
|
||||||
|
|
||||||
|
Le code source de Chill se trouve dans deux dépôts distincts.
|
||||||
|
|
||||||
|
Le premier dépôt, appelé `chill-skeleton-basic`, est celui utilisé pour l'[installation](). Il contient toutes les dépendances nécessaires à l'installation. C'est dans ce dépôt qu'on peut aussi personnaliser Chill.
|
||||||
|
|
||||||
|
https://gitea.champs-libres.be/Chill-project/chill-skeleton-basic
|
||||||
|
|
||||||
|
(Attention, [le dépôt sur gitlab](https://gitlab.com/Chill-Projet/chill-skeleton-basic) est en readonly depuis avril 2023)
|
||||||
|
|
||||||
|
|
||||||
|
Le second dépôt, nommé `chill-bundles` est en réalité le dépôt principal de Chill. C'est un regroupement des Bundles les plus couramment utilisés, qui peuvent être activés/désactivés selon les besoins.
|
||||||
|
|
||||||
|
https://gitlab.com/Chill-Projet/chill-bundles
|
||||||
|
|
||||||
|
C'est une dépendance que `composer` va installer tout seul, raison pour laquelle ce paquet est répertorié dans l'écosystème des packages PHP: https://packagist.org/packages/chill-project/chill-bundles
|
||||||
|
|
||||||
|
|
||||||
|
### Issues
|
||||||
|
|
||||||
|
Les tickets concernant le code de Chill se situent par conséquent dans ce dépôt chill-bundles, voir https://gitlab.com/Chill-Projet/chill-bundles/-/issues
|
||||||
|
|
||||||
|
|
||||||
|
## Documentation technique
|
||||||
|
|
||||||
|
La documentation technique de Chill se trouve à l'adresse suivante: http://docs.chill.social/en/latest/
|
||||||
|
|
||||||
|
|
||||||
|
## Échanger avec les développeurs
|
||||||
|
|
||||||
|
Il existe un salon sur la messagerie Matrix, pour échanger avec les développeurs de Chill.
|
||||||
|
|
||||||
|
`#chill-social-admin:matrix.org`
|
||||||
|
|
||||||
|
|
||||||
|
## Contribuer, devenir prestataire
|
||||||
|
|
||||||
|
Si vous souhaitez contribuer au code de Chill et peut-être devenir prestataire du logiciel, jetez un oeil à la page [Contributing](https://gitlab.com/Chill-Projet/chill-bundles/-/blob/master/CONTRIBUTING.md).
|
24
content/francais/start/user.md
Normal file
24
content/francais/start/user.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
title: Aide aux utilisateurs
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
|
|
||||||
|
## Manuels d'utilisation de Chill
|
||||||
|
|
||||||
|
Il existe un manuel d'utilisation à l'usage des utilisateurs et un autre à l'usage des administrateurs.
|
||||||
|
|
||||||
|
L'utilisateur est le travailleur social qui utilise Chill dans son quotidien.
|
||||||
|
|
||||||
|
L'administrateur est un rôle spécifique, qui peut accèder à une interface d'administration de l'application, lui permettant de régler la configuration de Chill.
|
||||||
|
|
||||||
|
Ces manuels sont disponibles au format PDF à l'adresse:
|
||||||
|
|
||||||
|
https://gitea.champs-libres.be/Chill-project/manuals/releases
|
||||||
|
|
||||||
|
Le manuel est également accessible via un lien dans le pied de page de l'application.
|
||||||
|
|
||||||
|
## Formation des utilisateurs
|
||||||
|
|
||||||
|
Renseignez-vous auprès de votre [prestataire]() Chill pour organiser une journée de formation à l'utilisation de Chill.
|
9
content/nederlands/start/user.md
Normal file
9
content/nederlands/start/user.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: nl title
|
||||||
|
subtitle:
|
||||||
|
image:
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
pour que les articles soient reliés par traduction, ils doivent avoir le même chemin (start/user.md)
|
Loading…
Reference in New Issue
Block a user