mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
Update to Doryphore 2020-11-27-2
This commit is contained in:
parent
91c2a30304
commit
32e7b5109c
4 changed files with 18 additions and 5 deletions
|
@ -19,7 +19,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
|||
- Communicate information flows
|
||||
- Cultivate a bit of freedom...
|
||||
|
||||
**Shipped version:** Doryphore 2020-11-23-2
|
||||
**Shipped version:** Doryphore 2020-11-27-2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multip
|
|||
- Faire communiquer des flux d'informations
|
||||
- Cultiver un bout de liberté...
|
||||
|
||||
**Version incluse :** Doryphore 2020-11-23-2
|
||||
**Version incluse :** Doryphore 2020-11-27-2
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-2020-11-23-2.zip
|
||||
SOURCE_SUM=ff8c6c0388d02d345be6222bae7196262dcf1946c71afc414822ad567d8ba89f
|
||||
SOURCE_URL=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-2020-11-27-2.zip
|
||||
SOURCE_SUM=dad7affadb56470ec674d6ca8b0a173f1b439595eefc06c214d20fc017296343
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Wiki that is quick and easy to use.",
|
||||
"fr": "Wiki facile et rapide à prendre en main."
|
||||
},
|
||||
"version": "2020-11-23-2~ynh1",
|
||||
"version": "2020-11-27-2~ynh1",
|
||||
"url": "https://yeswiki.net/",
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
@ -66,6 +66,19 @@
|
|||
"fr": "Si YesWiki est rendu publique toute personne pourra consulter le wiki"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "wiki_name",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose the wiki name",
|
||||
"fr": "Choisissez le nom de votre wiki"
|
||||
},
|
||||
"default": "MyYunoHostWiki",
|
||||
"help": {
|
||||
"en": "If you want a name with spaces: replace them with %20 for each space.",
|
||||
"fr": "Si vous souhaitez un nom avec des espacements : remplacez les par %20 pour chaque espace"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Reference in a new issue