diff --git a/README.md b/README.md index 4ac8ec7..f60d857 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview -Post bin with distributed social features. +A distributed pastebin. i.e. it is a service where anyone can post things on the web, and others can react by posting anywhere else on the web (including here). . A networked place to store posted web documents. This is meant to allow for distributed social commentary and reaction around these documents using best practices recommended or noted by the W3C Social Web Working Group. diff --git a/manifest.json b/manifest.json index fd24b64..2dad1c0 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "distbin", "packaging_format": 1, "description": { - "en": "Distbin package for YunoHost application.", - "fr": "Package d’application Distbin pour YunoHost." + "en": "Distributed pastebin with ActivityPub.", + "fr": "Pastebin distribué utilisant le protocole ActivityPub." }, "version": "1.0~ynh1", "url": "https://example.com",