1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00

Merge pull request #6 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-10-16 12:23:12 +02:00 committed by GitHub
commit f6a39a0bf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 25 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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

View file

@ -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 "