diff --git a/README.md b/README.md index 4bb908c..a6f410e 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,17 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Zusam (/tsuˈzam/) is a free and open-source way to self-host private forums for groups of friends. Composed of a server written in PHP exposing a REST API and a lightweight webapp, Zusam is extensible and easy to install. The goal is to make a stable, extensible, lightweight and user-friendly way to self-host private social groups. +### Features -**Shipped version:** 0.5.3~ynh1 +- Links preview and embedded Youtube, Vimeo, Imgur, Soundcloud, Twitch, Bandcamp... +- Video and image upload +- Photo albums +- Public link generation for messages +- Completely responsive and mobile friendly +- Low server footprint + + +**Shipped version:** 0.5.4~ynh1 **Demo:** https://demo.zusam.org @@ -28,10 +37,6 @@ The goal is to make a stable, extensible, lightweight and user-friendly way to s ![Screenshot of Zusam](./doc/screenshots/screenshot.jpg) -## :red_circle: Antifeatures - -- **Package not maintained**: This YunoHost package is not maintained and needs adoption. - ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 5fcf476..94c4271 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,8 +19,17 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Zusam (/tsuˈzam/) est un moyen libre et gratuit d'auto-héberger des forums privés pour des groupes d'amis. Composé d'un serveur écrit en PHP exposant une API REST et d'une application web légère, Zusam est extensible et facile à installer. L'objectif est de disposer d'un outil stable, extensible, léger et convivial pour auto-héberger des groupes sociaux privés. +### Features -**Version incluse :** 0.5.3~ynh1 +- Prévisualisation des liens et contenu intégré (Youtube, Vimeo, Imgur, Soundcloud, Twitch, Bandcamp...) +- Téléversement de vidéos et d'images +- Albums photos +- Génération de liens publics pour les messages +- Design entièrement réactif (*responsive*) et adapté aux mobiles +- Faible empreinte serveur + + +**Version incluse :** 0.5.4~ynh1 **Démo :** https://demo.zusam.org @@ -28,10 +37,6 @@ L'objectif est de disposer d'un outil stable, extensible, léger et convivial po ![Capture d’écran de Zusam](./doc/screenshots/screenshot.jpg) -## :red_circle: Fonctions indésirables - -- **Package not maintained**: This YunoHost package is not maintained and needs adoption. - ## Documentations et ressources * Site officiel de l’app : diff --git a/manifest.toml b/manifest.toml index 9597944..5ae0475 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Zusam" description.en = "Truly private space for you and your friends" description.fr = "Espace entièrement privé pour vous et vos amis" -version = "0.5.3~ynh1" +version = "0.5.4~ynh1" maintainers = ["Papa Dragon"] @@ -62,8 +62,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.3.tar.gz" - sha256 = "3d0add0993ac209f73be392a7735055f51b783cc7856285216f80c3e0e7db93d" + url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.4.tar.gz" + sha256 = "772c3b218c2ac259ce581a2c19e0d41ac9b42ecb3503ae5e703f4513404e9aef" autoupdate.strategy = "latest_github_release"