mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
[fix] Rename in LimeSurvey
This commit is contained in:
parent
44cf2750ae
commit
a451e536d7
3 changed files with 29 additions and 29 deletions
26
README.md
26
README.md
|
@ -1,13 +1,13 @@
|
|||
# LibreSurvey for YunoHost
|
||||
# LimeSurvey for YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/jenkins/job/libresurvey%20%28Community%29/lastBuild/consoleFull)
|
||||
[](https://install-app.yunohost.org/?app=libresurvey)
|
||||
[](https://ci-apps.yunohost.org/jenkins/job/limesurvey%20%28Community%29/lastBuild/consoleFull)
|
||||
[](https://install-app.yunohost.org/?app=limesurvey)
|
||||
|
||||
> *This package allow you to install LibreSurvey quickly and simply on a YunoHost server.
|
||||
> *This package allow you to install LimeSurvey quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
|
||||
## Overview
|
||||
LibreSurvey is used to create advanced poll.
|
||||
LimeSurvey is used to create advanced poll.
|
||||
|
||||
**Shipped version:** 2.62.5
|
||||
|
||||
|
@ -19,7 +19,7 @@ LibreSurvey is used to create advanced poll.
|
|||
|
||||
## Configuration
|
||||
|
||||
Before to run the install YunoHost ask you an admin user, you can use it to connecte you on https://your_libresurvey_url/admin/
|
||||
Before to run the install YunoHost ask you an admin user, you can use it to connecte you on https://your_limesurvey_url/admin/
|
||||
|
||||
## Documentation
|
||||
|
||||
|
@ -38,8 +38,8 @@ Not supported.
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/libresurvey%20(Community)/)
|
||||
* ARMv8-A - [%20(%7EARM%7E)/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/libresurvey%20(Community)%20(%7EARM%7E)/)
|
||||
* x86-64b - [/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/limesurvey%20(Community)/)
|
||||
* ARMv8-A - [%20(%7EARM%7E)/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/limesurvey%20(Community)%20(%7EARM%7E)/)
|
||||
|
||||
## Limitations
|
||||
|
||||
|
@ -47,8 +47,8 @@ Not supported.
|
|||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/libresurvey_ynh/issues
|
||||
* LibreSurvey is a fork of LimeSurvey https://www.limesurvey.org
|
||||
* Report a bug: https://github.com/YunoHost-Apps/limesurvey_ynh/issues
|
||||
* Website: https://www.limesurvey.org
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
@ -60,12 +60,12 @@ Developers infos
|
|||
|
||||
**Patches author:** Shnoulle
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/libresurvey_ynh/tree/testing).
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/libresurvey_ynh/tree/testing --verbose
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --verbose
|
||||
or
|
||||
sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/libresurvey_ynh/tree/testing --verbose
|
||||
sudo yunohost app upgrade leed -u https://github.com/YunoHost-Apps/limesurvey_ynh/tree/testing --verbose
|
||||
```
|
||||
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "LibreSurvey",
|
||||
"id": "libresurvey",
|
||||
"name": "LimeSurvey",
|
||||
"id": "limesurvey",
|
||||
"packaging_format": 1,
|
||||
"version": "2.62.5-2",
|
||||
"description": {
|
||||
"en": "LibreSurvey is used to create advanced poll.",
|
||||
"fr": "LibreSurvey est un outil de création et diffusion de sondage en ligne."
|
||||
"en": "LimeSurvey is used to create advanced poll.",
|
||||
"fr": "LimeSurvey est un outil de création et diffusion de sondage en ligne."
|
||||
},
|
||||
"license": "GPL-2.0+",
|
||||
"maintainer": {
|
||||
"name": "ljf",
|
||||
"email": "ljf+libresurvey_ynh@reflexlibre.net",
|
||||
"email": "ljf+limesurvey_ynh@reflexlibre.net",
|
||||
"url": "http://www.limesurvey.org/"
|
||||
},
|
||||
"url": "https://www.limesurvey.org/",
|
||||
|
@ -29,8 +29,8 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for LibreSurvey",
|
||||
"fr": "Choisissez un nom de domaine pour LibreSurvey"
|
||||
"en": "Choose a domain for LimeSurvey",
|
||||
"fr": "Choisissez un nom de domaine pour LimeSurvey"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
|
@ -38,8 +38,8 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for LibreSurvey",
|
||||
"fr": "Choisissez l'adresse pour LibreSurvey"
|
||||
"en": "Choose a path for LimeSurvey",
|
||||
"fr": "Choisissez l'adresse pour LimeSurvey"
|
||||
},
|
||||
"example": "/poll",
|
||||
"default": "/poll"
|
||||
|
@ -48,16 +48,16 @@
|
|||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose the LibreSurvey administrator (must be an existing YunoHost user)",
|
||||
"fr": "Choisissez l'administrateur de LibreSurvey (doit être un utilisateur YunoHost)"
|
||||
"en": "Choose the LimeSurvey administrator (must be an existing YunoHost user)",
|
||||
"fr": "Choisissez l'administrateur de LimeSurvey (doit être un utilisateur YunoHost)"
|
||||
},
|
||||
"example": "john"
|
||||
},
|
||||
{
|
||||
"name": "language",
|
||||
"ask": {
|
||||
"en": "Choose the default language of this LibreSurvey",
|
||||
"fr": "Choisissez la langue par défault de LibreSurvey"
|
||||
"en": "Choose the default language of this LimeSurvey",
|
||||
"fr": "Choisissez la langue par défault de LimeSurvey"
|
||||
},
|
||||
"choices": ["en", "fr","es", "de"],
|
||||
"default": "en"
|
||||
|
@ -66,8 +66,8 @@
|
|||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Will people without YunoHost account have LibreSurvey account to be able to create polls ?",
|
||||
"fr": "Est-ce que des personnes sans compte YunoHost aurront un compte LibreSurvey pour créer des questionnaires ?"
|
||||
"en": "Will people without YunoHost account have LimeSurvey account to be able to create polls ?",
|
||||
"fr": "Est-ce que des personnes sans compte YunoHost aurront un compte LimeSurvey pour créer des questionnaires ?"
|
||||
},
|
||||
"default": 1
|
||||
}
|
||||
|
|
|
@ -160,7 +160,7 @@ systemctl reload nginx
|
|||
#=================================================
|
||||
ynh_print_OFF
|
||||
message="You can now create a poll on this address: https://${domain}${path_url}/admin/
|
||||
If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/libresurvey_ynh"
|
||||
If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/limesurvey_ynh"
|
||||
|
||||
ynh_send_readme_to_admin "$message" "$admin"
|
||||
ynh_print_ON
|
||||
|
|
Loading…
Add table
Reference in a new issue