mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Fix demo link
This commit is contained in:
parent
82ff98eee3
commit
54a69f1b42
3 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ This package will install the same plugins than [Framapad](https://framapad.org/
|
|||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://oasis.sandstorm.io/appdemo/h37dm17aa89yrd8zuqpdn36p6zntumtv08fjpu8a8zrte7q1cn60)
|
||||
* [Demo](https://etherpad.wikimedia.org/)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Ce paquet installera les mêmes plugins que [Framapad](https://framapad.org/).
|
|||
|
||||
## Démo
|
||||
|
||||
* [Démo officielle](https://oasis.sandstorm.io/appdemo/h37dm17aa89yrd8zuqpdn36p6zntumtv08fjpu8a8zrte7q1cn60)
|
||||
* [Démo](https://etherpad.wikimedia.org/)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "Etherpad Mypads",
|
||||
"name": "Etherpad MyPads",
|
||||
"id": "etherpad_mypads",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Online editor providing collaborative editing in real-time. Framapad clone.",
|
||||
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel. Clone de Framapad."
|
||||
"en": "Online editor providing collaborative editing in real-time.",
|
||||
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel."
|
||||
},
|
||||
"version": "1.8.4~ynh1",
|
||||
"url": "https://framapad.org",
|
||||
|
@ -31,8 +31,8 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Etherpad MyPads.",
|
||||
"fr": "Choisissez un domaine pour Etherpad MyPads."
|
||||
"en": "Choose a domain for Etherpad MyPads",
|
||||
"fr": "Choisissez un domaine pour Etherpad MyPads"
|
||||
},
|
||||
"example": "sub.domain.org"
|
||||
},
|
||||
|
@ -40,8 +40,8 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Etherpad",
|
||||
"fr": "Choisissez un chemin pour Etherpad"
|
||||
"en": "Choose a path for Etherpad MyPads",
|
||||
"fr": "Choisissez un chemin pour Etherpad MyPads"
|
||||
},
|
||||
"example": "/pad",
|
||||
"default": "/pad"
|
||||
|
|
Loading…
Add table
Reference in a new issue