From bd139296ddaf06e867691628f92d8363d351ab99 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 1 Oct 2020 22:57:11 +0200 Subject: [PATCH] typos --- README.md | 15 ++++++++------- issue_template.md | 6 +++--- manifest.json | 9 +++++---- scripts/change_url | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index be316d8..05f29f5 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -Framaforms helps you create online webforms and surveys. +Framaforms is an online forms and surveys service. Registered users are allowed to create forms, share them, collect and visualize results through a simple interface. See https://framablog.org/2016/10/05/framaforms-noffrez-plus-les-reponses-que-vous-collectez-a-google/ (in French ) and https://framablog.org/2016/10/05/en-savoir-un-peu-plus-sur-le-projet-framaforms/ (in French) for further informations. -**Shipped version:** 1.0.0+190618 +**Shipped version:** 1.0.1 -## Screenshots +## Screenshot -![Animation that present how to build a form with Framaforms](https://framaforms.org/sites/default/files/imgforms/anim_creation.gif) +![Animation that present how to build a form with Framaforms](https://framaforms.org/profiles/framaforms_org/files/imgforms/anim_creation.gif) ## Demo @@ -22,18 +22,19 @@ See https://framablog.org/2016/10/05/framaforms-noffrez-plus-les-reponses-que-vo ## Configuration -You can change some configuration by using the administration panel of drupal. You can connect with admin user and the password you give at installation. +You can modify some configurations using the Framaforms administration panel. You can log in with the admin user and the password you gave during installation. ## Documentation * Official documentation: https://docs.framasoft.org/fr/framaforms/ + * YunoHost documentation: https://yunohost.org/#/app_framaforms ## YunoHost specific features #### Multi-user support -Are LDAP and HTTP auth supported? **No** -Can the app be used by multiple users? **Yes** +* Are LDAP and HTTP auth supported? **No** +* Can the app be used by multiple users? **Yes** #### Supported architectures diff --git a/issue_template.md b/issue_template.md index 9bbf5b6..4bc1631 100644 --- a/issue_template.md +++ b/issue_template.md @@ -7,7 +7,7 @@ about: Create a report to help us debug, it would be nice to fill the template a **How to post a meaningful bug report** 1. *Read this whole template first.* 2. *Determine if you are on the right place:* - - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change url...), you are on the right place!* + - *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!* - *Otherwise, the issue may be due to framaforms itself. Refer to its documentation or repository for help.* - *If you have a doubt, post here, we will figure it out together.* 3. *Delete the italic comments as you write over them below, and remove this guide.* @@ -34,8 +34,8 @@ about: Create a report to help us debug, it would be nice to fill the template a - *If you used the webadmin, please perform the equivalent command from the CLI first.* - *If the error occurs in your browser, explain what you did:* 1. *Go to '...'* - 2. *Click on '....'* - 3. *Scroll down to '....'* + 2. *Click on '...'* + 3. *Scroll down to '...'* 4. *See error* **Expected behavior** diff --git a/manifest.json b/manifest.json index 43d6c41..3664014 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create online webforms and surveys", "fr": "Créez des formulaires et questionnaires en ligne" }, - "version": "1.0.1+200715~ynh2", + "version": "1.0.1~ynh1", "url": "https://framagit.org/framasoft/framaforms", "license": "GPL-2.0-only", "requirements": { @@ -27,11 +27,12 @@ "install": [ { "name": "domain", + "type": "domain", "ask": { - "en": "Choose a domain for Framaforms" + "en": "Choose a domain for Framaforms", + "fr": "Choisissez un nom de domaine pour Framaforms" }, - "example": "domain.org", - "type": "domain" + "example": "domain.org" }, { "name": "path", diff --git a/scripts/change_url b/scripts/change_url index 142eafd..d1d91c8 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -34,7 +34,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= -ynh_print_info --message="Backing up the app before changing its url (may take a while)..." +ynh_print_info --message="Backing up the app before changing its URL (may take a while)..." # Backup the current version of the app ynh_backup_before_upgrade