diff --git a/doc/screenshots/01.jpg b/doc/screenshots/01.jpg new file mode 100644 index 0000000..3e8eb6a Binary files /dev/null and b/doc/screenshots/01.jpg differ diff --git a/manifest.json b/manifest.json index 6440bcd..83d69a5 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "phpboost", "packaging_format": 1, "description": { - "en": "PHPBoost package for YunoHost.", - "fr": "PHPBoost pour YunoHost." + "en": "French and free content management system (CMS)", + "fr": "système de gestion de contenu (CMS) français et libre" }, "version": "5.2~ynh1", "url": "https://www.phpboost.com/", diff --git a/scripts/install b/scripts/install index 7709461..f106195 100644 --- a/scripts/install +++ b/scripts/install @@ -115,8 +115,6 @@ ynh_script_progression --message="Configuring permissions..." --weight=2 # Make app public if necessary if [ $is_public -eq 1 ] then - # Everyone can access the app. - # The "main" permission is automatically created before the install script. ynh_permission_update --permission="main" --add="visitors" fi @@ -132,7 +130,7 @@ ynh_systemd_action --service_name=nginx --action=reload #================================================= ynh_script_progression --message="Sending a readme for the admin..." -message="phpboost was successfully installed :) +message="PHPBoost was successfully installed :) Please open your $app domain: https://$domain$path_url diff --git a/scripts/restore b/scripts/restore index 76074be..10b4904 100644 --- a/scripts/restore +++ b/scripts/restore @@ -24,7 +24,7 @@ ynh_abort_if_errors #================================================= # LOAD SETTINGS #================================================= -ynh_script_progression --message="Loading installation settings..." --time --weight=1 +ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME