diff --git a/conf/app.src b/conf/app.src index 981cb48..d194599 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/MineWeb/MineWebCMS/archive/v1.13.0.tar.gz -SOURCE_SUM=81b63557732cd106eb7c595ec73b886d1fddd53826c299ff92fc7f9ce590f9df +SOURCE_URL=https://github.com/MineWeb/MineWebCMS/archive/v1.14.1.tar.gz +SOURCE_SUM=16146ea08e7e1454653ca6832a733d28f0bd73423eb8d95c4a7b76d5086588ff SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..d158881 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,3 @@ +MineWeb est un CMS (c'est-à-dire un système de gestion de contenu), en plus simple, un site complètement personnalisable et intuitif, qui s'adaptera parfaitement à vos serveurs Minecraft ! + +Vous pourrez tenir vos joueurs au courant des actualités, leur faire acheter des articles sur la boutique... Vous pourrez personnaliser le CMS avec toutes sortes de thèmes ou plugins ! Ceux-ci sont disponibles sur le market ou peuvent être développés par vous-même. diff --git a/doc/screenshots/features1_mb.png b/doc/screenshots/features1_mb.png new file mode 100644 index 0000000..42f8bdf Binary files /dev/null and b/doc/screenshots/features1_mb.png differ diff --git a/manifest.json b/manifest.json index b17c9b1..4b7e144 100644 --- a/manifest.json +++ b/manifest.json @@ -3,11 +3,17 @@ "id": "mineweb", "packaging_format": 1, "description": { - "en": "Customizable and intuitive CMS.", - "fr": "CMS personnalisable et intuitif." + "en": "Customizable and intuitive CMS", + "fr": "CMS personnalisable et intuitif" }, - "version": "1.13.0~ynh4", + "version": "1.14.1~ynh1", "url": "https://mineweb.org/", + "upstream": { + "license": "AGPL-3.0-only", + "website": "https://mineweb.org/", + "admindoc": "https://docs.mineweb.org/", + "code": "ttps://github.com/MineWeb/MineWebCMS/" + }, "license": "AGPL-3.0-only", "maintainer": { "name": "liberodark", diff --git a/scripts/restore b/scripts/restore index b7e38fc..ec30096 100644 --- a/scripts/restore +++ b/scripts/restore @@ -34,8 +34,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "