mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
Update manifest.json
- add descriptions (fr, de, es, it) - update maintainer - lowercase path
This commit is contained in:
parent
48a3d89cd7
commit
7832b469a7
1 changed files with 10 additions and 4 deletions
|
@ -2,10 +2,16 @@
|
||||||
"name": "Dokuwiki",
|
"name": "Dokuwiki",
|
||||||
"id": "dokuwiki",
|
"id": "dokuwiki",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database"
|
"en": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.",
|
||||||
|
"fr": "DokuWiki est un wiki Open Source simple à utiliser et très polyvalent qui n'exige aucune base de données.",
|
||||||
|
"de": "DokuWiki ist ein standardkonformes, einfach zu benutzendes Wiki und zielt hauptsächlich auf die Erstellung von Dokumentationen aller Art ab.",
|
||||||
|
"es": "DokuWiki es un sistema de Wiki de uso sencillicimo y compatible con los estándares.",
|
||||||
|
"it": "DokuWiki è un Wiki aderente agli standard, semplice da usare, finalizzato principalmente alla creazione di documentazione di qualsiasi tipo."
|
||||||
},
|
},
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "loklin"
|
"name": "opi",
|
||||||
|
"email": "opi@no-log.org",
|
||||||
|
"url": "http://zeropi.net"
|
||||||
},
|
},
|
||||||
"multi_instance": "false",
|
"multi_instance": "false",
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
@ -22,8 +28,8 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for DokuWiki"
|
"en": "Choose a path for DokuWiki"
|
||||||
},
|
},
|
||||||
"example": "/DokuWiki",
|
"example": "/dokuwiki",
|
||||||
"default": "/DokuWiki"
|
"default": "/dokuwiki"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Add table
Reference in a new issue