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 #4 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-08-28 07:32:45 +02:00 committed by GitHub
commit b32c56f958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 10 deletions

View file

@ -15,9 +15,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Web publication system for universities, galleries, libraries, archives, and museums
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.0.2~ynh1
**Shipped version:** 3.1.0~ynh1
**Demo:** https://omeka.org/s/download/#sandbox

View file

@ -11,9 +11,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble
Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées
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.0.2~ynh1
**Version incluse :** 3.1.0~ynh1
**Démo :** https://omeka.org/s/download/#sandbox

View file

@ -14,7 +14,8 @@
setup_private=1
setup_public=1
upgrade=1
#upgrade=1 from_commit=CommitHash
#3.0.2
upgrade=1 from_commit=894f1eb9a0a598ce2d91ba896646f67195e1b6a5
backup_restore=1
multi_instance=1
change_url=1
@ -22,6 +23,6 @@
Email=
Notification=none
;;; Upgrade options
; commit=CommitHash
name=Name and date of the commit.
; commit=894f1eb9a0a598ce2d91ba896646f67195e1b6a5
name=3.0.2
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/omeka/omeka-s/releases/download/v3.0.2/omeka-s-3.0.2.zip
SOURCE_SUM=66712be40cb302250c7a745bce61334b1c549f0fbc5f48737763c08ad66e1adc
SOURCE_URL=https://github.com/omeka/omeka-s/releases/download/v3.1.0/omeka-s-3.1.0.zip
SOURCE_SUM=f0af24dceb9d7b4ebbd88dc15825f7bbe041d6ac433533d51f4bbecb94b67a16
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

1
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1 @@
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.

View file

@ -6,7 +6,7 @@
"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.0.2~ynh1",
"version": "3.1.0~ynh1",
"url": "https://omeka.org/",
"upstream": {
"license": "AGPL-3.0-only",