From 5fe9fdcbcadea7e6777ad567458d7969fc480460 Mon Sep 17 00:00:00 2001 From: Emmanuel Averty Date: Sun, 18 Feb 2024 10:51:47 +0100 Subject: [PATCH] doc: set description in appropriate file --- doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 89d34c5..d96e91a 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,6 +1,6 @@ Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. -Brought to you by an inclusive community under the umbrella of Codeberg e.V., a democratic non-profit organization, Forgejo can be trusted to be exclusively Free Software. It is a "soft" fork of Gitea with a focus on scaling, federation and privacy. +Brought to you by an inclusive community under the umbrella of Codeberg e.V., a democratic non-profit organization, Forgejo can be trusted to be exclusively Free Software. It focuses on security, scaling, federation and privacy. ### Features diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..785a41c --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,16 @@ +Forgejo est une forge logiciel légère auto-hébergée. Facilité d'installation et peu de maintenance, elle fait simplement ce qu'on lui demande. + +Présenté par une communauté inclusive sous l'égide de Codeberg e.V., une organisation démocratique à but non lucratif, Forgejo peut être considéré comme étant exclusivement un logiciel libre. Il se concentre sur la sécurité, la mise à l’échelle, la fédération et la confidentialité. + +### Fonctionnalités + +- Tableau de bord utilisateur, profil et chronologie des activités. +- Gestion des utilisateurs, organisations et dépôts. +- Webhook dépôt et organisation, incluant Slack, Discord et Dingtalk. +- Hooks dépôt Git, clés de déploiement et Git LFS. +- Tickets de dépôt, demandes d'ajout, wiki, branches protégées et collaboration. +- Migration et dépôt mirroir avec wiki hébergé sur un autre hôte. +- Éditeur web pour une édition rapide des fichiers du dépôt et du wiki. +- Rendu Jupyter Notebook et PDF. +- Authentification via SMTP, LDAP. +- Modèle personnalisé HTML, de fichiers statiques et de nombreux autres.