From c21b94f5d776d10b1c4f0018e6616c35ba5d2208 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 27 Feb 2022 15:11:08 +0000 Subject: [PATCH] Auto-update README --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- README_fr.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 4 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 262aa75..ef86a7d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,48 @@ -# pagure_ynh -Pagure, a git centered forge for YunoHost + -Due to the usage of RemoteCollection, Pagure can't be use on Debian 8, please use Debian 9 branch of YunoHost: https://github.com/YunoHost/yunohost/tree/stretch +# Pagure for YunoHost -This package was only tested with package_check + VM, _do not try to install it on a production system_ without knowing what you do. +[![Integration level](https://dash.yunohost.org/integration/pagure.svg)](https://dash.yunohost.org/appci/app/pagure) ![](https://ci-apps.yunohost.org/ci/badges/pagure.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pagure.maintain.svg) +[![Install Pagure with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pagure) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install Pagure quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview + +A git-centered forge, python based using pygit2. + +**Shipped version:** 5.13.3~ynh1 + +**Demo:** https://pagure.io + +## Disclaimers / important information + +* The admin you choose during the instllation has been added to the PAGURE_ADMIN_USERS +* After installation, you must create an account with the same username + +## Documentation and resources + +* Official app website: https://pagure.io/pagure +* Official admin documentation: https://docs.pagure.org/pagure/ +* Upstream app code repository: https://pagure.io/pagure +* YunoHost documentation for this app: https://yunohost.org/app_pagure +* Report a bug: https://github.com/YunoHost-Apps/pagure_ynh/issues + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/pagure_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/pagure_ynh/tree/testing --debug +or +sudo yunohost app upgrade pagure -u https://github.com/YunoHost-Apps/pagure_ynh/tree/testing --debug +``` + +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..7f6a908 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,44 @@ +# Pagure pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/pagure.svg)](https://dash.yunohost.org/appci/app/pagure) ![](https://ci-apps.yunohost.org/ci/badges/pagure.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pagure.maintain.svg) +[![Installer Pagure avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pagure) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Pagure rapidement et simplement sur un serveur YunoHost. +Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* + +## Vue d'ensemble + + + +**Version incluse :** 5.13.3~ynh1 + +**Démo :** https://pagure.io + +## Avertissements / informations importantes + +* The admin you choose during the instllation has been added to the PAGURE_ADMIN_USERS +* After installation, you must create an account with the same username + +## Documentations et ressources + +* Site officiel de l'app : https://pagure.io/pagure +* Documentation officielle de l'admin : https://docs.pagure.org/pagure/ +* Dépôt de code officiel de l'app : https://pagure.io/pagure +* Documentation YunoHost pour cette app : https://yunohost.org/app_pagure +* Signaler un bug : https://github.com/YunoHost-Apps/pagure_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pagure_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/pagure_ynh/tree/testing --debug +ou +sudo yunohost app upgrade pagure -u https://github.com/YunoHost-Apps/pagure_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file