From d38e85e871f6cd13c27f56077549da8accc2a77b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 21 Jun 2021 20:48:42 +0000 Subject: [PATCH] Auto-update README --- README.md | 52 +++++++++++++++++++++++----------------------------- README_fr.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 29 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 2d05af5..907bebb 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,43 @@ + + # Lstu for YunoHost [![Integration level](https://dash.yunohost.org/integration/lstu.svg)](https://dash.yunohost.org/appci/app/lstu) ![](https://ci-apps.yunohost.org/ci/badges/lstu.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/lstu.maintain.svg) [![Install Lstu with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lstu) -> *This package allows you to install Lstu quickly and simply on a YunoHost server. +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install Lstu 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 -Lstu means Let's Shorten That URL. -**Shipped version:** 0.23-0 +URL Shortener + +**Shipped version:** 0.23-0~ynh1 + +**Demo:** https://lstu.fr ## Screenshots -![](LSTU_screenshot.png) +![](./doc/screenshots/LSTU_screenshot.png) -## Demo - -* [Official demo](https://lstu.fr) +## Disclaimers / important information ## Configuration How to configure this app: a plain file at `/var/www/lstu/lstu.conf` with SSH. -## Documentation +## Documentation and resources - * Official documentation: https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home - -## YunoHost specific features - -#### Multi-user support - -* Are LDAP and HTTP auth supported? **Yes** -* Can the app be used by multiple users? **Yes** - -#### Supported architectures - -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/lstu.svg)](https://ci-apps.yunohost.org/ci/apps/lstu/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/lstu.svg)](https://ci-apps-arm.yunohost.org/ci/apps/lstu/) - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/lstu_ynh/issues - * Upstream app repository: https://framagit.org/fiat-tux/hat-softwares/lstu - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: https://lstu.fr +* Official admin documentation: https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home +* Upstream app code repository: https://framagit.org/fiat-tux/hat-softwares/lstu +* YunoHost documentation for this app: https://yunohost.org/app_lstu +* Report a bug: https://github.com/YunoHost-Apps/lstu_ynh/issues ## Developer info @@ -57,3 +49,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/lstu_ynh/tree/testing or sudo yunohost app upgrade lstu -u https://github.com/YunoHost-Apps/lstu_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..59725e8 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,49 @@ +# Lstu pour YunoHost + +[![Niveau d'intégration](https://dash.yunohost.org/integration/lstu.svg)](https://dash.yunohost.org/appci/app/lstu) ![](https://ci-apps.yunohost.org/ci/badges/lstu.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/lstu.maintain.svg) +[![Installer Lstu avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lstu) + +*[Read this readme in english.](./README.md)* +*[Lire ce readme en français.](./README_fr.md)* + +> *Ce package vous permet d'installer Lstu 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 + +Raccourcisseur d'URL + +**Version incluse :** 0.23-0~ynh1 + +**Démo :** https://lstu.fr + +## Captures d'écran + +![](./doc/screenshots/LSTU_screenshot.png) + +## Avertissements / informations importantes + +## Configuration + +Comment configurer cette application : un fichier simple à `/var/www/lstu/lstu.conf` avec SSH. + +## Documentations et ressources + +* Site officiel de l'app : https://lstu.fr +* Documentation officielle de l'admin : https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home +* Dépôt de code officiel de l'app : https://framagit.org/fiat-tux/hat-softwares/lstu +* Documentation YunoHost pour cette app : https://yunohost.org/app_lstu +* Signaler un bug : https://github.com/YunoHost-Apps/lstu_ynh/issues + +## Informations pour les développeurs + +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/lstu_ynh/tree/testing). + +Pour essayer la branche testing, procédez comme suit. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/lstu_ynh/tree/testing --debug +ou +sudo yunohost app upgrade lstu -u https://github.com/YunoHost-Apps/lstu_ynh/tree/testing --debug +``` + +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file