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/doc/ADMIN.md b/doc/ADMIN.md index 9c7d39d..4539e5c 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,12 +1,3 @@ -### Features - -- 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 - ### Status The project has the goal of being really stable for the backend once 1.0 is hit. That means no database structure changes, an update system and a stable API. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index c4bcf71..549c2a5 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,12 +1,3 @@ -### Features - -- 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 - ### Status Le projet a pour objectif d'être vraiment stable au niveau du backend une fois la version 1.0 atteinte. Cela signifie qu'il n'y aura plus de changement dans la structure de la base de données, un système de mise à jour et une API stable. diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 5377977..4e5ed4c 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,2 +1,11 @@ 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 + +- 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 diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 50f2fc6..ff26bb8 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1,2 +1,11 @@ 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 + +- 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 diff --git a/manifest.toml b/manifest.toml index a3960a3..5ae0475 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,10 +2,10 @@ packaging_format = 2 id = "zusam" name = "Zusam" -description.en = "A truly private space for you and your friends" -description.fr = "Un espace entièrement privé pour vous et vos amis" +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"] @@ -17,7 +17,7 @@ admindoc = "https://github.com/zusam/zusam/tree/master/documentation" code = "https://github.com/zusam/zusam" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -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" @@ -80,4 +80,4 @@ ram.runtime = "50M" [resources.ports] [resources.apt] - packages = "unzip ffmpeg php8.1 php8.1-fpm php8.1-xml php8.1-curl php8.1-mbstring php8.1-sqlite3 php8.1-imagick php8.1-intl curl" + packages = "unzip, ffmpeg, php8.1-fpm, php8.1-xml, php8.1-curl, php8.1-mbstring, php8.1-sqlite3, php8.1-imagick, php8.1-intl, curl"