diff --git a/app_baikal_fr.md b/app_baikal_fr.md index a68daf8c..ee65eb56 100644 --- a/app_baikal_fr.md +++ b/app_baikal_fr.md @@ -24,11 +24,9 @@ Baïkal est un serveur de calendriers et de contacts accessible par les protocol Pour configurer l'appliation il faut se rendre à l'adresse : `sous.domaine.tld/admin` ou `domaine.tld/baikal/admin` Le nom d’utilisateur à spécifier est `admin` suivi du mot de passe spécifique que vous avez choisi lors de l’installation de Baïkal. Attention, le mot de passe ne doit pas contenir de carractères spéciaux. -### Authentification LDAp +### Authentification LDAP -Par défaut, Baikal est configuré pour importer les utilisateurs depuis -l'annuaire LDAP de YunoHost. Les utilisateurs YunoHost apparaîtront dans le -menu `Users and ressources` après une première authentification. +Par défaut, Baïkal est configuré pour importer les utilisateurs depuis l'annuaire LDAP de YunoHost. Les utilisateurs YunoHost apparaîtront dans le menu `Users and ressources` après une première authentification. ## Connexion CalDAV diff --git a/appsdoc.md b/appsdoc.md index e31a49eb..eac726d4 100644 --- a/appsdoc.md +++ b/appsdoc.md @@ -3,7 +3,7 @@ - [Anarchism](app_anarchism) - [Anfora](app_anfora) - [Archivist](app_archivist) -- [Baikal](app_baikal) +- [Baïkal](app_baikal) - [Bitwarden](app_bitwarden) - [Bibliogram](app_bibliogram) - [Blogotext](app_blogotext) diff --git a/dev.md b/dev.md index 6dcf0977..1e539feb 100644 --- a/dev.md +++ b/dev.md @@ -61,7 +61,7 @@ It is an *optional* dependency of YunoHost and corresponds to an interface for t It essentially contains: - [view templates](https://github.com/YunoHost/yunohost-admin/tree/stretch-unstable/src/views) -- corresponding [javascript controllers](https://github.com/YunoHost/yunohost-admin/tree/stretch-unstable/src/js/yunohost/controllers) that interact with the YunoHost API +- corresponding [JavaScript controllers](https://github.com/YunoHost/yunohost-admin/tree/stretch-unstable/src/js/yunohost/controllers) that interact with the YunoHost API - and [internationalized strings](https://github.com/YunoHost/yunohost-admin/tree/stretch-unstable/src/locales) ### Working on the YunoHost Python/CLI core @@ -109,12 +109,12 @@ It essentially contains: commands/requests are also defined via the actionsmap. For instance, accessing the page `https://domain.tld/yunohost/api/users` corresponds to a `GET /users` requests on the YunoHost API. It is mapped to the function - `user_list()`. Accessing the URL should display the json returned by this + `user_list()`. Accessing the URL should display the JSON returned by this function. 'GET' requests are typically meant to ask information to the server. 'POST' requests are meant to ask the server to edit/change some information, or to execute some actions. -- `js/yunohost/controllers` contains the javascript parts, +- `js/yunohost/controllers` contains the JavaScript parts, and define which requests to make to the API when loading a specific page of the interface, and how to process the data to generate the page, using templates. diff --git a/dev_fr.md b/dev_fr.md index 3326f135..3e56fb28 100644 --- a/dev_fr.md +++ b/dev_fr.md @@ -34,7 +34,7 @@ C'est un petit framework "fait maison". [Son rôle principal](https://moulinette est de permettre de construire une API Web et une API en ligne de commande à partir d'un même code Python et d'un schéma YAML que nous appelons [l'actionmap](https://github.com/YunoHost/yunohost/blob/stretch-unstable/data/actionsmap/yunohost.yml). -Il prend en charge d'autres mécanismes tels que l'authentification, l'internationalisation et des petites fonctions utilitaires techniques (par ex. lecture/écriture de fichiers json). +Il prend en charge d'autres mécanismes tels que l'authentification, l'internationalisation et des petites fonctions utilitaires techniques (par ex. lecture/écriture de fichiers JSON). Moulinette dispose de sa propre documentation [ici](https://moulinette.readthedocs.io/en/latest/). diff --git a/images.md b/images.md index be1840bb..384a60cd 100644 --- a/images.md +++ b/images.md @@ -88,7 +88,7 @@ N.B. : Even if the image does not corresponds to the latest version of YunoHost,