mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
commit
f534552388
7 changed files with 5 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue