diff --git a/README.md b/README.md index 911741f..6b5561c 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata. -**Shipped version:** 3.1.0~ynh1 +**Shipped version:** 3.1.1~ynh1 **Demo:** https://omeka.org/s/download/#sandbox @@ -28,7 +28,6 @@ Omeka S is a web publication system for universities, galleries, libraries, arch ## Documentation and resources * Official app website: https://omeka.org/s/ -* Official user documentation: https://yunohost.org/apps * Official admin documentation: https://omeka.org/s/docs/user-manual/ * Upstream app code repository: https://github.com/omeka/omeka-s * YunoHost documentation for this app: https://yunohost.org/app_omeka-s diff --git a/README_fr.md b/README_fr.md index a635aeb..e4beab3 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Omeka S is a web publication system for universities, galleries, libraries, archives, and museums. It consists of a local network of independently curated exhibits sharing a collaboratively built pool of items, media, and their metadata. -**Version incluse :** 3.1.0~ynh1 +**Version incluse :** 3.1.1~ynh1 **Démo :** https://omeka.org/s/download/#sandbox @@ -24,7 +24,6 @@ Omeka S is a web publication system for universities, galleries, libraries, arch ## Documentations et ressources * Site officiel de l'app : https://omeka.org/s/ -* Documentation officielle utilisateur : https://yunohost.org/apps * Documentation officielle de l'admin : https://omeka.org/s/docs/user-manual/ * Dépôt de code officiel de l'app : https://github.com/omeka/omeka-s * Documentation YunoHost pour cette app : https://yunohost.org/app_omeka-s diff --git a/conf/app.src b/conf/app.src index 2d0fee8..b74bc01 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,6 @@ -SOURCE_URL=https://github.com/omeka/omeka-s/releases/download/v3.1.0/omeka-s-3.1.0.zip -SOURCE_SUM=f0af24dceb9d7b4ebbd88dc15825f7bbe041d6ac433533d51f4bbecb94b67a16 +SOURCE_URL=https://github.com/omeka/omeka-s/releases/download/v3.1.1/omeka-s-3.1.1.zip +SOURCE_SUM=5b0a3518a0a6e0fadc3489088c561718e88053cacba2cd09c5be5993afe17b4d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 8552252..97e71f4 100755 --- a/manifest.json +++ b/manifest.json @@ -6,14 +6,13 @@ "en": "Web publication system for universities, galleries, libraries, archives, and museums", "fr": "Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées" }, - "version": "3.1.0~ynh1", + "version": "3.1.1~ynh1", "url": "https://omeka.org/", "upstream": { "license": "AGPL-3.0-only", "website": "https://omeka.org/s/", "demo": "https://omeka.org/s/download/#sandbox", "admindoc": "https://omeka.org/s/docs/user-manual/", - "userdoc": "https://yunohost.org/apps", "code": "https://github.com/omeka/omeka-s" }, "license": "AGPL-3.0-only", @@ -34,8 +33,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", diff --git a/scripts/backup b/scripts/backup index 4bae54f..5f502ba 100755 --- a/scripts/backup +++ b/scripts/backup @@ -14,10 +14,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - ### Remove this function if there's nothing to clean before calling the remove script. - true -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors diff --git a/scripts/install b/scripts/install index 63f8ab3..f4d4bf0 100755 --- a/scripts/install +++ b/scripts/install @@ -13,10 +13,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - ### Remove this function if there's nothing to clean before calling the remove script. - true -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors diff --git a/scripts/restore b/scripts/restore index 839e225..507b0cb 100755 --- a/scripts/restore +++ b/scripts/restore @@ -14,10 +14,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -ynh_clean_setup () { - #### Remove this function if there's nothing to clean before calling the remove script. - true -} # Exit if an error occurs during the execution of the script ynh_abort_if_errors @@ -40,8 +36,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 "