mirror of
https://github.com/YunoHost-Apps/tiddlywiki_ynh.git
synced 2024-09-03 20:26:34 +02:00
commit
aa01638836
9 changed files with 21 additions and 14 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
7
doc/ADMIN_fr.md
Normal file
7
doc/ADMIN_fr.md
Normal file
|
@ -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.
|
1
doc/DESCRIPTION_fr.md
Normal file
1
doc/DESCRIPTION_fr.md
Normal file
|
@ -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.
|
|
@ -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.
|
||||
|
|
3
doc/PRE_UPGRADE_fr.md
Normal file
3
doc/PRE_UPGRADE_fr.md
Normal file
|
@ -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.
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue