1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/readeck_ynh.git synced 2024-09-03 20:16:18 +02:00

Merge pull request #4 from YunoHost-Apps/ci-auto-update-0.13.2

Upgrade to v0.13.2
This commit is contained in:
eric_G 2024-05-10 22:59:55 +02:00 committed by GitHub
commit e68f2228b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 90 additions and 38 deletions

5
ALL_README.md Normal file
View 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)

View file

@ -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. It shall NOT be edited by hand.
--> -->
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install Readeck with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=readeck) [![Install Readeck with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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. > *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.* 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 ## 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. 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.13.2~ynh1
**Shipped version:** 0.12.0~ynh1
## Screenshots ## Screenshots
@ -26,19 +25,20 @@ Readeck is a simple web application that lets you save the precious readable con
## Documentation and resources ## Documentation and resources
* Official app website: <https://readeck.org/> - Official app website: <https://readeck.org/>
* Official admin documentation: <https://readeck.org/en/docs/> - Official admin documentation: <https://readeck.org/en/docs/>
* Upstream app code repository: <https://codeberg.org/readeck/readeck> - Upstream app code repository: <https://codeberg.org/readeck/readeck>
* YunoHost Store: <https://apps.yunohost.org/app/readeck> - YunoHost Store: <https://apps.yunohost.org/app/readeck>
* Report a bug: <https://github.com/YunoHost-Apps/readeck_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/readeck_ynh/issues>
## Developer info ## 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.
``` bash To try the testing branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug
or or
sudo yunohost app upgrade readeck -u https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug sudo yunohost app upgrade readeck -u https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug

47
README_de.md Normal file
View 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
[![Integrations-Level](https://dash.yunohost.org/integration/readeck.svg)](https://dash.yunohost.org/appci/app/readeck) ![Funktionsstatus](https://ci-apps.yunohost.org/ci/badges/readeck.status.svg) ![Wartungsstatus](https://ci-apps.yunohost.org/ci/badges/readeck.maintain.svg)
[![Readeck mit YunoHost installieren](https://install-app.yunohost.org/install-with-yunohost.svg)](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
![Bildschirmfotos von Readeck](./doc/screenshots/dark.webp)
## 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>

View file

@ -1,47 +1,47 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand. Il NE doit PAS être modifié à la main.
--> -->
# Readeck pour YunoHost # Readeck pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/readeck.svg)](https://dash.yunohost.org/appci/app/readeck) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/readeck.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/readeck.maintain.svg) [![Niveau d'intégration](https://dash.yunohost.org/integration/readeck.svg)](https://dash.yunohost.org/appci/app/readeck) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/readeck.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/readeck.maintain.svg)
[![Installer Readeck avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=readeck) [![Installer Readeck avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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 dinstaller Readeck rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller Readeck rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.* Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue densemble ## 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. 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 ![Capture d'écran de Readeck](./doc/screenshots/dark.webp)
![Capture décran de Readeck](./doc/screenshots/dark.webp)
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://readeck.org/> - Site officiel de lapp: <https://readeck.org/>
* Documentation officielle de ladmin : <https://readeck.org/en/docs/> - Documentation officielle de l'admin: <https://readeck.org/en/docs/>
* Dépôt de code officiel de lapp : <https://codeberg.org/readeck/readeck> - Dépôt de code officiel de lapp: <https://codeberg.org/readeck/readeck>
* YunoHost Store: <https://apps.yunohost.org/app/readeck> - YunoHost Store: <https://apps.yunohost.org/app/readeck>
* Signaler un bug : <https://github.com/YunoHost-Apps/readeck_ynh/issues> - Signaler un bug: <https://github.com/YunoHost-Apps/readeck_ynh/issues>
## Informations pour les développeurs ## 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.
``` bash Pour essayer la branche testing, procédez comme suit:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade readeck -u https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug sudo yunohost app upgrade readeck -u https://github.com/YunoHost-Apps/readeck_ynh/tree/testing --debug
``` ```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps> **Plus d'infos sur le packaging d'applications:** <https://yunohost.org/packaging_apps>

View file

@ -7,7 +7,7 @@ name = "Readeck"
description.en = "Bookmark manager and a read later tool" description.en = "Bookmark manager and a read later tool"
description.fr = "Gestionnaire de favoris et outil de lecture ultérieure" description.fr = "Gestionnaire de favoris et outil de lecture ultérieure"
version = "0.12.0~ynh1" version = "0.13.2~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -43,12 +43,12 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
amd64.url = "https://codeberg.org/readeck/readeck/releases/download/0.12.0/readeck-0.12.0-linux-amd64" amd64.url = "https://codeberg.org/readeck/readeck/releases/download/0.13.2/readeck-0.13.2-linux-amd64"
amd64.sha256 = "c2387688f4603a65e77f20042afd76191551ff2d6abe56117a82fb759837fa67" amd64.sha256 = "3183f29748f888a6a4aa56e3c7f526ac9a0cd729a1e3f8d0f1c159d931348299"
arm64.url = "https://codeberg.org/readeck/readeck/releases/download/0.12.0/readeck-0.12.0-linux-arm64" arm64.url = "https://codeberg.org/readeck/readeck/releases/download/0.13.2/readeck-0.13.2-linux-arm64"
arm64.sha256 = "1ee30dc8ab6478d4ba1c1f179d4381cdac4e7e7dc2f7071f945374823fdab72e" arm64.sha256 = "fc36160dbea103dc3fd05effc851e491c2c68d49ed6be93886eb7b93bc1869e4"
armhf.url = "https://codeberg.org/readeck/readeck/releases/download/0.12.0/readeck-0.12.0-linux-arm-6" armhf.url = "https://codeberg.org/readeck/readeck/releases/download/0.13.2/readeck-0.13.2-linux-arm-6"
armhf.sha256 = "62b33fbe63726ac59d4242ec8b6bb31641d09246274e83a5d3989be57d46c478" armhf.sha256 = "2a53bdb637e745407583ca49b5a2b827ab62883318d5753e8fca5886116a14fa"
rename = "readeck" rename = "readeck"
autoupdate.strategy = "latest_forgejo_release" autoupdate.strategy = "latest_forgejo_release"