From 927d80549c75862dcecdc8d7915b51d37ad193ee Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 13 Sep 2024 11:57:41 +0000 Subject: [PATCH] Auto-update READMEs --- ALL_README.md | 1 + README_es.md | 2 +- README_nl.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 README_nl.md diff --git a/ALL_README.md b/ALL_README.md index e3c80d2..df3708b 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -6,5 +6,6 @@ - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) - [Baca README dalam bahasa bahasa Indonesia](README_id.md) +- [Lees de README in het Nederlands](README_nl.md) - [Прочитать README на русский](README_ru.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README_es.md b/README_es.md index 08960e6..4082931 100644 --- a/README_es.md +++ b/README_es.md @@ -46,7 +46,7 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an ## Información para desarrolladores -Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing +Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing). Para probar la rama `testing`, sigue asÍ: diff --git a/README_nl.md b/README_nl.md new file mode 100644 index 0000000..2734088 --- /dev/null +++ b/README_nl.md @@ -0,0 +1,59 @@ + + +# Tiny Tiny RSS voor Yunohost + +[![Integratieniveau](https://dash.yunohost.org/integration/ttrss.svg)](https://ci-apps.yunohost.org/ci/apps/ttrss/) ![Mate van functioneren](https://ci-apps.yunohost.org/ci/badges/ttrss.status.svg) ![Onderhoudsstatus](https://ci-apps.yunohost.org/ci/badges/ttrss.maintain.svg) + +[![Tiny Tiny RSS met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ttrss) + +*[Deze README in een andere taal lezen.](./ALL_README.md)* + +> *Met dit pakket kun je Tiny Tiny RSS snel en eenvoudig op een YunoHost-server installeren.* +> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.* + +## Overzicht + +Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator. + +### Features + +- feed aggregation/syndication, +- OPML import/export, +- multiple ways to share stuff: export RSS feeds, plugins for various social sites, sharing by URL, etc, +- Plugins and themes, +- podcasts, +- flexible article filtering + + +**Geleverde versie:** 20240831~ynh2 + +**Demo:** + +## Schermafdrukken + +![Schermafdrukken van Tiny Tiny RSS](./doc/screenshots/screenshot.png) + +## Documentatie en bronnen + +- Officiele website van de app: +- Officiele beheerdersdocumentatie: +- Upstream app codedepot: +- YunoHost-store: +- Meld een bug: + +## Ontwikkelaarsinformatie + +Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing). + +Om de `testing`-branch uit te proberen, ga als volgt te werk: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug +of +sudo yunohost app upgrade ttrss -u https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug +``` + +**Verdere informatie over app-packaging:**