diff --git a/assets/images/init/logo.png b/assets/images/init/logo.png new file mode 100644 index 0000000..afee107 Binary files /dev/null and b/assets/images/init/logo.png differ diff --git a/assets/images/logo.png b/assets/images/logo.png index afee107..0221ac1 100644 Binary files a/assets/images/logo.png and b/assets/images/logo.png differ diff --git a/config/_default/languages.toml b/config/_default/languages.toml index 4a0cdab..585bd15 100755 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -1,17 +1,17 @@ [fr] -languageName = "Fr" +languageName = "FR" languageCode = "fr-be" contentDir = "content/francais" weight = 1 [nl] -languageName = "Nl" +languageName = "NL" languageCode = "nl-be" contentDir = "content/nederlands" weight = 2 [en] -languageName = "En" +languageName = "EN" languageCode = "en-us" contentDir = "content/english" weight = 3 diff --git a/config/_default/menus.fr.toml b/config/_default/menus.fr.toml index ece17d1..03ecd8e 100755 --- a/config/_default/menus.fr.toml +++ b/config/_default/menus.fr.toml @@ -1,51 +1,91 @@ -############# English navigation ############## - -# main menu -[[main]] -name = "Accueil" -url = "/" -weight = 1 +############# French navigation ############## [[main]] -name = "À propos" -url = "about/" +name = "Fonctionnalités" +url = "presentation/" weight = 2 [[main]] -name = "Éléments" -url = "elements/" +parent = "Fonctionnalités" +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 [[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 weight = 4 [[main]] -parent = "Pages" -name = "Blog" -url = "blog/" +parent = "Obtenir Chill" +url = "get-chill/demo" +name = "Essayer la démo" +weight = 1 [[main]] -parent = "Pages" -name = "Contact" -url = "contact/" +parent = "Obtenir Chill" +url = "get-chill/install" +name = "Installer Chill" +weight = 2 [[main]] -parent = "Pages" -name = "Auteurs" -url = "authors/" +parent = "Obtenir Chill" +url = "get-chill/configuration" +name = "Support à la configuration" +weight = 3 [[main]] -parent = "Pages" -name = "Catégories" -url = "categories/" - -[[main]] -parent = "Pages" -name = "Page 404" -url = "404/" +parent = "Obtenir Chill" +url = "get-chill/providers" +name = "Trouver un prestataire" +weight = 4 +############# # footer menu [[footer]] diff --git a/content/francais/_index.md b/content/francais/_index.md new file mode 100755 index 0000000..795c7a9 --- /dev/null +++ b/content/francais/_index.md @@ -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: "" +--- diff --git a/content/francais/get-chill/configuration.md b/content/francais/get-chill/configuration.md new file mode 100644 index 0000000..499d52f --- /dev/null +++ b/content/francais/get-chill/configuration.md @@ -0,0 +1,6 @@ +--- +title: Accompagnement à la configuration +subtitle: +image: +comments: false +--- \ No newline at end of file diff --git a/content/francais/get-chill/demo.md b/content/francais/get-chill/demo.md new file mode 100644 index 0000000..5c43135 --- /dev/null +++ b/content/francais/get-chill/demo.md @@ -0,0 +1,9 @@ +--- +title: Essayer la démo +subtitle: +image: +comments: false +--- + + +http://demo.chill.social \ No newline at end of file diff --git a/content/francais/get-chill/install.md b/content/francais/get-chill/install.md new file mode 100644 index 0000000..1bd7ddc --- /dev/null +++ b/content/francais/get-chill/install.md @@ -0,0 +1,6 @@ +--- +title: Installer Chill +subtitle: +image: +comments: false +--- \ No newline at end of file diff --git a/content/francais/get-chill/providers.md b/content/francais/get-chill/providers.md new file mode 100644 index 0000000..40019e0 --- /dev/null +++ b/content/francais/get-chill/providers.md @@ -0,0 +1,8 @@ +--- +title: Faire appel à un prestataire +subtitle: +image: +comments: false +--- + +- Lien vers le site de Champs-Libres \ No newline at end of file diff --git a/content/francais/presentation/accompanying-courses.md b/content/francais/presentation/accompanying-courses.md new file mode 100644 index 0000000..aacbde9 --- /dev/null +++ b/content/francais/presentation/accompanying-courses.md @@ -0,0 +1,6 @@ +--- +title: Suivi des accompagnements +subtitle: Parcours d'accompagnement +image: +comments: false +--- \ No newline at end of file diff --git a/content/francais/presentation/doc-generation.md b/content/francais/presentation/doc-generation.md new file mode 100644 index 0000000..0733d76 --- /dev/null +++ b/content/francais/presentation/doc-generation.md @@ -0,0 +1,6 @@ +--- +title: Génération de documents +subtitle: +image: +comments: false +--- \ No newline at end of file diff --git a/content/francais/presentation/export-stats.md b/content/francais/presentation/export-stats.md new file mode 100644 index 0000000..96e9849 --- /dev/null +++ b/content/francais/presentation/export-stats.md @@ -0,0 +1,6 @@ +--- +title: Génération de statistiques +subtitle: +image: +comments: false +--- \ No newline at end of file diff --git a/content/francais/presentation/persons.md b/content/francais/presentation/persons.md new file mode 100644 index 0000000..b0b093f --- /dev/null +++ b/content/francais/presentation/persons.md @@ -0,0 +1,6 @@ +--- +title: Suivi des usagers +subtitle: Fiches usagers +image: +comments: false +--- \ No newline at end of file diff --git a/content/francais/presentation/roadmap.md b/content/francais/presentation/roadmap.md new file mode 100644 index 0000000..bcfdbf1 --- /dev/null +++ b/content/francais/presentation/roadmap.md @@ -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 \ No newline at end of file diff --git a/content/francais/start/developper.md b/content/francais/start/developper.md new file mode 100644 index 0000000..88365b0 --- /dev/null +++ b/content/francais/start/developper.md @@ -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). diff --git a/content/francais/start/user.md b/content/francais/start/user.md new file mode 100644 index 0000000..5c9ddda --- /dev/null +++ b/content/francais/start/user.md @@ -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. diff --git a/content/nederlands/start/user.md b/content/nederlands/start/user.md new file mode 100644 index 0000000..f03139b --- /dev/null +++ b/content/nederlands/start/user.md @@ -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) \ No newline at end of file