aboutsummaryrefslogtreecommitdiff
path: root/README_nl.md
diff options
context:
space:
mode:
Diffstat (limited to 'README_nl.md')
-rw-r--r--README_nl.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/README_nl.md b/README_nl.md
new file mode 100644
index 0000000..2b97a1b
--- /dev/null
+++ b/README_nl.md
@@ -0,0 +1,51 @@
+<!--
+NB: Deze README is automatisch gegenereerd door <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
+Hij mag NIET handmatig aangepast worden.
+-->
+
+# Mastodon voor Yunohost
+
+[![Integratieniveau](https://dash.yunohost.org/integration/mastodon.svg)](https://ci-apps.yunohost.org/ci/apps/mastodon/) ![Mate van functioneren](https://ci-apps.yunohost.org/ci/badges/mastodon.status.svg) ![Onderhoudsstatus](https://ci-apps.yunohost.org/ci/badges/mastodon.maintain.svg)
+
+[![Mastodon met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mastodon)
+
+*[Deze README in een andere taal lezen.](./ALL_README.md)*
+
+> *Met dit pakket kun je Mastodon 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
+
+Mastodon is a free, open-source microblogging social network.
+It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes.
+
+
+**Geleverde versie:** 4.2.13~ynh1
+
+**Demo:** <https://joinmastodon.org/>
+
+## Schermafdrukken
+
+![Schermafdrukken van Mastodon](./doc/screenshots/mastodon.png)
+
+## Documentatie en bronnen
+
+- Officiele website van de app: <https://joinmastodon.org/>
+- Officiele beheerdersdocumentatie: <https://docs.joinmastodon.org/>
+- Upstream app codedepot: <https://github.com/mastodon/mastodon>
+- YunoHost-store: <https://apps.yunohost.org/app/mastodon>
+- Meld een bug: <https://github.com/YunoHost-Apps/mastodon_ynh/issues>
+
+## Ontwikkelaarsinformatie
+
+Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/mastodon_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/mastodon_ynh/tree/testing --debug
+of
+sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug
+```
+
+**Verdere informatie over app-packaging:** <https://yunohost.org/packaging_apps>