diff --git a/README.md b/README.md index 4cbd8c3..bc24dbc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in 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.2.7~ynh1 +**Shipped version:** 5.3.0~ynh1 **Demo:** https://tiddlywiki.com/ diff --git a/README_fr.md b/README_fr.md index 338fc71..a78e510 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,9 +16,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -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. +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 (cette dernière est utilisée pour YunoHost). Il est hautement personnalisable : toute l'interface utilisateur est elle-même implémentée dans WikiText modifiable. -**Version incluse :** 5.2.7~ynh1 +**Version incluse :** 5.3.0~ynh1 **Démo :** https://tiddlywiki.com/ diff --git a/doc/ADMIN.md b/doc/ADMIN.md index b648ef5..a594936 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -2,7 +2,7 @@ It is very important that you regularly backup your notes (tiddlers) locally. -- Click on the cloud icon -> `Save snapshot for offline use` +Click on the cloud icon -> `Save snapshot for offline use` To restore a local backup to the server, drag and drop your tiddlers backup file into your TiddlyWiki page. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..7d25783 --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,7 @@ +## Sauvez vos Tiddlers ! + +Il est très important que vous sauvegardiez régulièrement vos notes (tiddlers) localement. + +Cliquez sur l'icône du nuage -> `Enregistrer l'instantané pour une utilisation hors ligne` + +Pour restaurer une sauvegarde locale sur le serveur, faites glisser et déposez votre fichier de sauvegarde tiddlers dans votre page TiddlyWiki. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..ef0b39d --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +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 (cette dernière est utilisée pour YunoHost). Il est hautement personnalisable : toute l'interface utilisateur est elle-même implémentée dans WikiText modifiable. \ No newline at end of file diff --git a/doc/PRE_UPGRADE.md b/doc/PRE_UPGRADE.md index ea5924b..2a67a07 100644 --- a/doc/PRE_UPGRADE.md +++ b/doc/PRE_UPGRADE.md @@ -1,7 +1,3 @@ -## Save your Tiddlers! - -It is very important that you backup your tiddlers locally befor upgrading. - -- Click on the cloud icon -> `Save snapshot for offline use` +It is very important that you backup your tiddlers locally before upgrading: cloud icon -> `Save snapshot for offline use` To restore a local backup to the server, drag and drop your tiddlers backup file into your TiddlyWiki page. diff --git a/doc/PRE_UPGRADE_fr.md b/doc/PRE_UPGRADE_fr.md new file mode 100644 index 0000000..79b73da --- /dev/null +++ b/doc/PRE_UPGRADE_fr.md @@ -0,0 +1,3 @@ +Il est très important que vous sauvegardiez vos tiddlers localement avant la mise à niveau : icône cloud -> `Save snapshot for offline use` + +Pour restaurer une sauvegarde locale sur le serveur, faites glisser et déposez votre fichier de sauvegarde tiddlers dans votre page TiddlyWiki. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index b2bd024..3ed6612 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TiddlyWiki" description.en = "Non-linear personal web notebook" description.fr = "Carnet Web personnel non linéaire" -version = "5.2.7~ynh1" +version = "5.3.0~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://tiddlywiki.com/" code = "https://github.com/Jermolene/TiddlyWiki5" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = false ldap = false @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Jermolene/TiddlyWiki5/archive/v5.2.7.tar.gz" - sha256 = "8db7e0a196f6afe311b0c4f5fd7ae36ad56ef31315480ae511f968691c3870ec" + url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.0.tar.gz" + sha256 = "28046aa38301eabb0e98710bddd78f1ae1d5f671cf4a1bb1cf847884614294ca" autoupdate.strategy = "latest_github_tag" [resources.ports] diff --git a/scripts/upgrade b/scripts/upgrade index f2577af..9fd049a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -42,7 +42,7 @@ chown -R $app:www-data "$install_dir" #================================================= # UPGRADE DEPENDENCIES #================================================= -#REMOVEME? ynh_script_progression --message="Upgrading dependencies..." --weight=1 +ynh_script_progression --message="Upgrading dependencies..." --weight=1 ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version ynh_use_nodejs