From c70006822747c15eac07e5b9a7842a9ca5a6cc4d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 27 May 2022 23:03:12 +0000 Subject: [PATCH] Auto-update README --- README.md | 63 +++++++++++++++++++++++++--------------------------- README_fr.md | 54 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 33 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 41ccf30..57bc138 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,54 @@ + + # Cowyo for YunoHost -[![Integration level](https://dash.yunohost.org/integration/cowyo.svg)](https://dash.yunohost.org/appci/app/cowyo) ![](https://ci-apps.yunohost.org/ci/badges/cowyo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cowyo.maintain.svg) -[![Install cowyo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=cowyo) +[![Integration level](https://dash.yunohost.org/integration/cowyo.svg)](https://dash.yunohost.org/appci/app/cowyo) ![Working status](https://ci-apps.yunohost.org/ci/badges/cowyo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/cowyo.maintain.svg) +[![Install Cowyo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cowyo) -> *This package allow you to install cowyo quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install Cowyo 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 -cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. See https://github.com/schollz/cowyo#usage -**Shipped version:** 2.12.0 +Cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. See https://github.com/schollz/cowyo#usage -## Demo -* [Official demo](https://cowyo.com/) +**Shipped version:** 2.12.0~ynh4 -## Configuration - -No configuration required except specifying the domain to access it, and its public/private status. - -## Documentation - - * Official documentation: https://github.com/schollz/cowyo/blob/master/README.md - -## YunoHost specific features - - * Multi-users support: not applicable. - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/cowyo%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/cowyo/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/cowyo%20(Community)%20(%7EARM%7E).svg)](https://ci-apps-arm.yunohost.org/ci/apps/cowyo/) +**Demo:** https://cowyo.com +## Disclaimers / important information ## Limitations * By design, *cowyo* requires its own domain. + +## Configuration -## Links +No configuration required except specifying the domain to access it, and its public/private status. - * Report a bug: https://github.com/YunoHost-Apps/cowyo_ynh/issues - * Cowyo GitHub page: https://github.com/schollz/cowyo - * Cowyo demo site: https://cowyo.com/ - * YunoHost website: https://yunohost.org/ +## Documentation and resources ---- +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: -## Developers infos +## Developer info -Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/cowyo_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/cowyo_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/cowyo_ynh/tree/testing --debug or sudo yunohost app upgrade cowyo -u https://github.com/YunoHost-Apps/cowyo_ynh/tree/testing --debug ``` + +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..149ff80 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,54 @@ + + +# Cowyo pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/cowyo.svg)](https://dash.yunohost.org/appci/app/cowyo) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/cowyo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/cowyo.maintain.svg) +[![Installer Cowyo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cowyo) + +*[Read this readme in english.](./README.md)* + +> *Ce package vous permet d'installer Cowyo 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 + +Cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. See https://github.com/schollz/cowyo#usage + + +**Version incluse :** 2.12.0~ynh4 + +**Démo :** https://cowyo.com +## Avertissements / informations importantes + +## Limitations + + * By design, *cowyo* requires its own domain. + +## Configuration + +No configuration required except specifying the domain to access it, and its public/private status. + +## Documentations et ressources + +* Site officiel de l'app : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/cowyo_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. + +``` bash +sudo yunohost app install https://github.com/YunoHost-Apps/cowyo_ynh/tree/testing --debug +ou +sudo yunohost app upgrade cowyo -u https://github.com/YunoHost-Apps/cowyo_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :**