From c88dd68572021141bc9359df98883b907abc8eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 12 Aug 2020 08:43:10 +0200 Subject: [PATCH] Testing (#1) * add version number * Fix badge link --- README.md | 4 +++- README_fr.md | 6 +++++- manifest.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 307ffa8..25654ec 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Slingcode is a code editor contained in a single HTML file. Therefore, it has no server component, so all of your data is stored in your browser's cache. However, it is still possible to make web apps, run them, export them, and even share them using peer-to-peer. +**Shipped version:** 0.0.1 + ## Screenshots ![](sources/Screenshot.png) @@ -26,7 +28,7 @@ Slingcode is a code editor contained in a single HTML file. Therefore, it has no #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/appsslingcode/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/slingcode/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/slingcode/) ## Links diff --git a/README_fr.md b/README_fr.md index f2d09c0..111de3d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,6 +12,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Slingcode est un éditeur de code contenu dans un unique fichier HTML. Il n'a pas de composant serveur, ce qui signifie que toutes vos données sont stockées dans le cache de votre navigateur. Cependant, il est toujours possible de créer des applications Web, de les exécuter, de les exporter et même de les partager en peer-to-peer. +**Version incluse :** 0.0.1 + ## Captures d’écran ![](sources/Screenshot.png) @@ -20,11 +22,13 @@ Slingcode est un éditeur de code contenu dans un unique fichier HTML. Il n'a pa * [Démo officielle](https://slingcode.net/slingcode.html) +## Documentation + * Documentation officielle : https://slingcode.net/screencasts.html #### Architectures supportées -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/appsslingcode/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/slingcode/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/slingcode%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/slingcode/) ## Liens diff --git a/manifest.json b/manifest.json index 6dda62a..9586583 100644 --- a/manifest.json +++ b/manifest.json @@ -10,8 +10,8 @@ "version": "0.0.1~ynh1", "license": "MIT", "maintainer": { - "name": "", - "email": "" + "name": "eric_G", + "email": "ericgaspar@free.fr" }, "requirements": { "yunohost": ">= 3.8.0"