mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Auto-update READMEs
This commit is contained in:
parent
6f271eb792
commit
a41ef9b704
4 changed files with 104 additions and 23 deletions
|
@ -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)
|
||||
|
|
|
@ -42,7 +42,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
**Shipped version:** 2024.03.04~ynh1
|
||||
**Shipped version:** 2024.03.20~ynh1
|
||||
## Disclaimers / important information
|
||||
|
||||
⚠️ Glitch-Soc is beta software, and under active development. Use at your own risk!
|
||||
|
@ -72,7 +72,7 @@ We invite you to block remote malicious instances from the administration interf
|
|||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/glitchsoc_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/glitchsoc_ynh/tree/testing --debug
|
||||
|
|
83
README_de.md
Normal file
83
README_de.md
Normal file
|
@ -0,0 +1,83 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Glitch-Soc für YunoHost
|
||||
|
||||
[![Integrations-Level](https://dash.yunohost.org/integration/glitchsoc.svg)](https://dash.yunohost.org/appci/app/glitchsoc) ![Funktionsstatus](https://ci-apps.yunohost.org/ci/badges/glitchsoc.status.svg) ![Wartungsstatus](https://ci-apps.yunohost.org/ci/badges/glitchsoc.maintain.svg)
|
||||
|
||||
[![Glitch-Soc mit YunoHost installieren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glitchsoc)
|
||||
|
||||
*[Dieses README in anderen Sprachen lesen.](./ALL_README.md)*
|
||||
|
||||
> *Mit diesem Paket können Sie Glitch-Soc 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
|
||||
|
||||
`glitch-soc` is a friendly [fork](https://en.wikipedia.org/wiki/Fork_(software_development)) of the open-source social media software [Mastodon](https://joinmastodon.org/), with the aim of providing additional features at the risk of potentially less stable software.
|
||||
|
||||
### What's different from Mastodon?
|
||||
|
||||
`glitch-soc` adds a number of experimental features to Mastodon, such as:
|
||||
|
||||
- Media improvements
|
||||
- Images inside the CW spoiler
|
||||
- fullwidth images
|
||||
- scaling options
|
||||
- Formatted toots
|
||||
- Reply selection in lists
|
||||
- Filter improvements
|
||||
- Highlighting of misleading links
|
||||
- Hiding follower count
|
||||
- An app settings modal
|
||||
- Collapsible toots
|
||||
- Toot visibility icons
|
||||
- Local-only toots
|
||||
- Threaded mode
|
||||
- `data-*` attributes on statuses
|
||||
- Advanced theming via flavours+skins
|
||||
- Doodle
|
||||
|
||||
See more [on the documentation](https://glitch-soc.github.io/docs/).
|
||||
|
||||
**Ausgelieferte Version:** 2024.03.20~ynh1
|
||||
## Haftungsausschlüsse / wichtige Informationen
|
||||
|
||||
⚠️ Glitch-Soc is beta software, and under active development. Use at your own risk!
|
||||
|
||||
### Install
|
||||
|
||||
* This app require a dedicated domain or subdomain.
|
||||
* The user choosen during the installation is created in Glitch-Soc with admin rights.
|
||||
|
||||
LDAP authentication and SSO are enabled. All YunoHost users can authenticate.
|
||||
|
||||
We invite you to block remote malicious instances from the administration interface. You can also add text on your home page.
|
||||
|
||||
### Known issues
|
||||
|
||||
* When logged in with SSO, log-out from YunoHost's portal don't log-out from Glitch-Soc. See https://github.com/YunoHost/issues/issues/501
|
||||
|
||||
## Dokumentation und Ressourcen
|
||||
|
||||
- Offizielle Website der App: <https://glitch-soc.github.io/docs/>
|
||||
- Upstream App Repository: <https://github.com/glitch-soc/mastodon>
|
||||
- YunoHost-Shop: <https://apps.yunohost.org/app/glitchsoc>
|
||||
- Einen Fehler melden: <https://github.com/YunoHost-Apps/glitchsoc_ynh/issues>
|
||||
|
||||
## Entwicklerinformationen
|
||||
|
||||
Bitte senden Sie Ihren Pull-Request an den [testing branch](https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing),
|
||||
|
||||
|
||||
Um den Testing-Branch auszuprobieren, gehen Sie bitte wie folgt vor:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
|
||||
oder
|
||||
sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Weitere Informationen zur App-Paketierung:** <https://yunohost.org/packaging_apps>
|
32
README_fr.md
32
README_fr.md
|
@ -1,20 +1,20 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Glitch-Soc pour YunoHost
|
||||
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/glitchsoc.svg)](https://dash.yunohost.org/appci/app/glitchsoc) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/glitchsoc.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/glitchsoc.maintain.svg)
|
||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/glitchsoc.svg)](https://dash.yunohost.org/appci/app/glitchsoc) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/glitchsoc.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/glitchsoc.maintain.svg)
|
||||
|
||||
[![Installer Glitch-Soc avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glitchsoc)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||
|
||||
> *Ce package vous permet d’installer Glitch-Soc 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
|
||||
|
||||
`glitch-soc` est une [scission](https://fr.wikipedia.org/wiki/Fork_(d%C3%A9veloppement_logiciel)) sympa du logiciel de réseau social libre [Mastodon](https://joinmastodon.org/), avec comme objectif de fournir des fonctionnalités supplémentaires, au risque d'un logiciel un peu moins stable.
|
||||
|
||||
|
@ -42,8 +42,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Voir plus [sur la documentation](https://glitch-soc.github.io/docs/) (en anglais).
|
||||
|
||||
|
||||
**Version incluse :** 2024.03.04~ynh1
|
||||
**Version incluse :** 2024.03.20~ynh1
|
||||
## Avertissements / informations importantes
|
||||
|
||||
Glitch-Soc est en constant développement, fournis avec les dernières fonctionnalités (incluant les derniers bugs).
|
||||
|
@ -63,21 +62,22 @@ Nous vous invitons à bloquer les instances malveillantes depuis l'interface d'a
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://glitch-soc.github.io/docs/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/glitch-soc/mastodon>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/glitchsoc>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/glitchsoc_ynh/issues>
|
||||
- Site officiel de l’app : <https://glitch-soc.github.io/docs/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/glitch-soc/mastodon>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/glitchsoc>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/glitchsoc_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/glitchsoc_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/glitchsoc_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_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…
Reference in a new issue