From 8212a5e8c1f6acb6a9daafc4e35c384f8940117c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Feb 2021 13:55:16 +0100 Subject: [PATCH] Fix --- README.md | 8 ++++---- README_fr.md | 7 ++++--- manifest.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8b663bb..ae510a7 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,18 @@ If you don’t have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview -Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation. +TiddlyWiki is a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation. TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. **Shipped version:** 5.1.23 ## Screenshots -![]() +![](screenshot.png) ## Demo -* [Official demo]() +* [Official demo](https://tiddlywiki.com/) #### Supported architectures @@ -30,7 +30,7 @@ TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a sin ## Links * Report a bug: https://github.com/YunoHost-Apps/tiddlywiki_ynh/issues - * App website: https://tiddlywiki.io/preview + * App website: https://tiddlywiki.com/ * Upstream app repository: https://github.com/Jermolene/TiddlyWiki5 * YunoHost website: https://yunohost.org/ diff --git a/README_fr.md b/README_fr.md index b284751..69dc4cb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,17 +5,18 @@ *[Read this readme in english.](./README.md)* -> *Ce package vous permet d’installer Nullboard rapidement et simplement sur un serveur YunoHost. +> *Ce package vous permet d’installer TiddlyWiki 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.* ## Vue d’ensemble - +TiddlyWiki est un cahier Web personnel non linéaire que tout le monde peut utiliser et conserver pour toujours, indépendamment de toute entreprise. +TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé comme un seul fichier HTML dans le navigateur ou comme une puissante application Node.js. **Shipped version:** 5.1.23 ## Captures d’écran -![]() +![](screenshot.png) ## Démo diff --git a/manifest.json b/manifest.json index 71ba3b3..f96f934 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "packaging_format": 1, "description": { "en": "A non-linear personal web notebook", - "fr": "a non-linear personal web notebook" + "fr": "Un carnet Web personnel non linéaire" }, "version": "5.1.23~ynh1", "url": "https://nullboard.io/preview",