mirror of
https://github.com/YunoHost-Apps/readeck_ynh.git
synced 2024-09-03 20:16:18 +02:00
Auto-update READMEs
This commit is contained in:
parent
171e54c68b
commit
b588507dfe
4 changed files with 83 additions and 31 deletions
5
ALL_README.md
Normal file
5
ALL_README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Die README in Deutsch lesen](README_de.md)
|
||||
- [Lire le README en français](README_fr.md)
|
22
README.md
22
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=readeck)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
*[Read this README is other languages.](./ALL_README.md)*
|
||||
|
||||
> *This package allows you to install Readeck 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.*
|
||||
|
@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
|
||||
Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.
|
||||
|
||||
**Shipped version:** 0.12.0~ynh1
|
||||
**Shipped version:** 0.13.2~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -26,17 +25,18 @@ Readeck is a simple web application that lets you save the precious readable con
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://readeck.org/>
|
||||
* Official admin documentation: <https://readeck.org/en/docs/>
|
||||
* Upstream app code repository: <https://codeberg.org/readeck/readeck>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/readeck>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/readeck_ynh/issues>
|
||||
- Official app website: <https://readeck.org/>
|
||||
- Official admin documentation: <https://readeck.org/en/docs/>
|
||||
- Upstream app code repository: <https://codeberg.org/readeck/readeck>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/readeck>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/readeck_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/readeck_ynh/tree/testing).
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/readeck_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/readeck_ynh/tree/testing --debug
|
||||
|
|
47
README_de.md
Normal file
47
README_de.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
<!--
|
||||
N.B.: Diese README wurde automatisch von <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> generiert.
|
||||
Sie darf NICHT von Hand bearbeitet werden.
|
||||
-->
|
||||
|
||||
# Readeck für YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/readeck)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=readeck)
|
||||
|
||||
*[Dieses README in anderen Sprachen lesen.](./ALL_README.md)*
|
||||
|
||||
> *Mit diesem Paket können Sie Readeck 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
|
||||
|
||||
Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.
|
||||
**Ausgelieferte Version:** 0.13.2~ynh1
|
||||
|
||||
## Bildschirmfotos
|
||||
|
||||

|
||||
|
||||
## Dokumentation und Ressourcen
|
||||
|
||||
- Offizielle Website der App: <https://readeck.org/>
|
||||
- Offizielle Verwaltungsdokumentation: <https://readeck.org/en/docs/>
|
||||
- Upstream App Repository: <https://codeberg.org/readeck/readeck>
|
||||
- YunoHost-Shop: <https://apps.yunohost.org/app/readeck>
|
||||
- Einen Fehler melden: <https://github.com/YunoHost-Apps/readeck_ynh/issues>
|
||||
|
||||
## Entwicklerinformationen
|
||||
|
||||
Bitte senden Sie Ihren Pull-Request an den [testing branch](https://github.com/YunoHost-Apps/readeck_ynh/tree/testing),
|
||||
|
||||
|
||||
Um den Testing-Branch auszuprobieren, gehen Sie bitte wie folgt vor:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug
|
||||
oder
|
||||
sudo yunohost app upgrade readeck -u https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Weitere Informationen zur App-Paketierung:** <https://yunohost.org/packaging_apps>
|
36
README_fr.md
36
README_fr.md
|
@ -1,42 +1,42 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Il NE doit PAS être modifié à la main.
|
||||
-->
|
||||
|
||||
# Readeck pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/readeck)  
|
||||
[](https://dash.yunohost.org/appci/app/readeck)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=readeck)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||
|
||||
> *Ce package vous permet d’installer Readeck 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
|
||||
## Vue d'ensemble
|
||||
|
||||
Readeck est une application Web simple qui vous permet de sauvegarder le précieux contenu lisible des pages Web que vous aimez et que vous souhaitez conserver pour toujours.
|
||||
**Version incluse :** 0.13.2~ynh1
|
||||
|
||||
**Version incluse :** 0.12.0~ynh1
|
||||
## Captures d'écran
|
||||
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://readeck.org/>
|
||||
* Documentation officielle de l’admin : <https://readeck.org/en/docs/>
|
||||
* Dépôt de code officiel de l’app : <https://codeberg.org/readeck/readeck>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/readeck>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/readeck_ynh/issues>
|
||||
- Site officiel de l’app : <https://readeck.org/>
|
||||
- Documentation officielle de l'admin : <https://readeck.org/en/docs/>
|
||||
- Dépôt de code officiel de l’app : <https://codeberg.org/readeck/readeck>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/readeck>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/readeck_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/readeck_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/readeck_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/readeck_ynh/tree/testing --debug
|
||||
|
@ -44,4 +44,4 @@ ou
|
|||
sudo yunohost app upgrade readeck -u https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue