diff --git a/ALL_README.md b/ALL_README.md index ecbaeae..1d520b0 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,5 @@ # All available README files by language -[Read the README in English](README.md) - - - - +- [Read the README in English](README.md) +- [Die README in Deutsch lesen](README_de.md) +- [Lire le README en français](README_fr.md) diff --git a/README.md b/README.md index d0938eb..e7029c6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Piwigo is a photo gallery software for the web, built by an active community of Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing), -To try the testing branch, please proceed like that. +To try the testing branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug diff --git a/README_de.md b/README_de.md new file mode 100644 index 0000000..4b5c44f --- /dev/null +++ b/README_de.md @@ -0,0 +1,50 @@ + + +# Piwigo für YunoHost + +[![Integrations-Level](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Funktionsstatus](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Wartungsstatus](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg) + +[![Piwigo mit YunoHost installieren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piwigo) + +*[Dieses README in anderen Sprachen lesen.](./ALL_README.md)* + +> *Mit diesem Paket können Sie Piwigo schnell und einfach auf einem YunoHost-Server installieren. +Wenn Sie YunoHost nicht haben, lesen Sie bitte [die Anleitung](https://yunohost.org/#/install), um zu erfahren, wie Sie es installieren.* + +## Übersicht + +Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. + +**Ausgelieferte Version:** 14.3.0~ynh1 + +**Demo:** + +## Bildschirmfotos + +![Bildschirmfotos von Piwigo](./doc/screenshots/screenshot_Piwigo.jpg) + +## Dokumentation und Ressourcen + +- Offizielle Website der App: +- Offizielle Verwaltungsdokumentation: +- Upstream App Repository: +- YunoHost-Shop: +- Einen Fehler melden: + +## Entwicklerinformationen + +Bitte senden Sie Ihren Pull-Request an den [testing branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing), + + +Um den Testing-Branch auszuprobieren, gehen Sie bitte wie folgt vor: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug +oder +sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug +``` + +**Weitere Informationen zur App-Paketierung:** diff --git a/README_fr.md b/README_fr.md index 4924560..7f453b7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,26 +1,26 @@ # Piwigo pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Statut demaintenance](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/piwigo.svg)](https://dash.yunohost.org/appci/app/piwigo) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/piwigo.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/piwigo.maintain.svg) [![Installer Piwigo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=piwigo) *[Lire le README dans d'autres langues.](./ALL_README.md)* > *Ce package vous permet d’installer Piwigo 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.* +Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* ## Vue d'ensemble Piwigo est un logiciel de galerie photo pour le web, construit par une communauté active d'utilisateurs et de développeurs. Des extensions rendent Piwigo facilement personnalisable. -**Version incluse :** 14.3.0~ynh1 +**Version incluse :** 14.3.0~ynh1 -**Démo:** +**Démo :** ## Captures d'écran @@ -30,20 +30,20 @@ Piwigo est un logiciel de galerie photo pour le web, construit par une communaut - Site officiel de l’app : - Documentation officielle de l'admin : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs -Merci de faire vos pull request sur la [branche branch](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing), +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing), -Pour essayer la branche testing, procédez comme suit. +Pour essayer la branche testing, procédez comme suit : ```bash sudo yunohost app install https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug ```