1
0
Fork 0
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:
ericgaspar 2020-09-06 17:14:31 +02:00
parent 82ff98eee3
commit 54a69f1b42
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 9 additions and 9 deletions

View file

@ -20,7 +20,7 @@ This package will install the same plugins than [Framapad](https://framapad.org/
## Demo ## Demo
* [Official demo](https://oasis.sandstorm.io/appdemo/h37dm17aa89yrd8zuqpdn36p6zntumtv08fjpu8a8zrte7q1cn60) * [Demo](https://etherpad.wikimedia.org/)
## Configuration ## Configuration

View file

@ -20,7 +20,7 @@ Ce paquet installera les mêmes plugins que [Framapad](https://framapad.org/).
## Démo ## Démo
* [Démo officielle](https://oasis.sandstorm.io/appdemo/h37dm17aa89yrd8zuqpdn36p6zntumtv08fjpu8a8zrte7q1cn60) * [Démo](https://etherpad.wikimedia.org/)
## Configuration ## Configuration

View file

@ -1,10 +1,10 @@
{ {
"name": "Etherpad Mypads", "name": "Etherpad MyPads",
"id": "etherpad_mypads", "id": "etherpad_mypads",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Online editor providing collaborative editing in real-time. Framapad clone.", "en": "Online editor providing collaborative editing in real-time.",
"fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel. Clone de Framapad." "fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel."
}, },
"version": "1.8.4~ynh1", "version": "1.8.4~ynh1",
"url": "https://framapad.org", "url": "https://framapad.org",
@ -31,8 +31,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Etherpad MyPads.", "en": "Choose a domain for Etherpad MyPads",
"fr": "Choisissez un domaine pour Etherpad MyPads." "fr": "Choisissez un domaine pour Etherpad MyPads"
}, },
"example": "sub.domain.org" "example": "sub.domain.org"
}, },
@ -40,8 +40,8 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for Etherpad", "en": "Choose a path for Etherpad MyPads",
"fr": "Choisissez un chemin pour Etherpad" "fr": "Choisissez un chemin pour Etherpad MyPads"
}, },
"example": "/pad", "example": "/pad",
"default": "/pad" "default": "/pad"