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 branch 'testing' of https://github.com/YunoHost-Apps/omeka-s_ynh into testing

This commit is contained in:
ericgaspar 2022-05-31 22:48:13 +02:00
commit 9c5670bc2a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 27 additions and 21 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Omeka S for YunoHost
[![Integration level](https://dash.yunohost.org/integration/omeka-s.svg)](https://dash.yunohost.org/appci/app/omeka-s) ![](https://ci-apps.yunohost.org/ci/badges/omeka-s.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/omeka-s.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/omeka-s.svg)](https://dash.yunohost.org/appci/app/omeka-s) ![Working status](https://ci-apps.yunohost.org/ci/badges/omeka-s.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/omeka-s.maintain.svg)
[![Install Omeka S with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=omeka-s)
*[Lire ce readme en français.](./README_fr.md)*
@ -22,31 +22,32 @@ Omeka S is a web publication system for universities, galleries, libraries, arch
- Connect to the semantic Web
- Share with DPLA
**Shipped version:** 3.2.0~ynh1
**Shipped version:** 3.2.1~ynh1
**Demo:** https://omeka.org/s/download/#sandbox
## Screenshots
![](./doc/screenshots/omeka-s.png)
![Screenshot of Omeka S](./doc/screenshots/omeka-s.png)
## Documentation and resources
* Official app website: https://omeka.org/s/
* Official user 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
* Report a bug: https://github.com/YunoHost-Apps/omeka-s_ynh/issues
* Official app website: <https://omeka.org/s/>
* Official user 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>
* Report a bug: <https://github.com/YunoHost-Apps/omeka-s_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing --debug
or
sudo yunohost app upgrade omeka-s -u https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,10 +1,14 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# Omeka S pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/omeka-s.svg)](https://dash.yunohost.org/appci/app/omeka-s) ![](https://ci-apps.yunohost.org/ci/badges/omeka-s.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/omeka-s.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/omeka-s.svg)](https://dash.yunohost.org/appci/app/omeka-s) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/omeka-s.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/omeka-s.maintain.svg)
[![Installer Omeka S avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=omeka-s)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Omeka S rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@ -18,31 +22,32 @@ Omeka S is a web publication system for universities, galleries, libraries, arch
- Connect to the semantic Web
- Share with DPLA
**Version incluse :** 3.2.0~ynh1
**Version incluse :** 3.2.1~ynh1
**Démo :** https://omeka.org/s/download/#sandbox
## Captures d'écran
![](./doc/screenshots/omeka-s.png)
![Capture d'écran de Omeka S](./doc/screenshots/omeka-s.png)
## Documentations et ressources
* Site officiel de l'app : https://omeka.org/s/
* Documentation officielle utilisateur : 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
* Signaler un bug : https://github.com/YunoHost-Apps/omeka-s_ynh/issues
* Site officiel de l'app : <https://omeka.org/s/>
* Documentation officielle utilisateur : <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>
* Signaler un bug : <https://github.com/YunoHost-Apps/omeka-s_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing --debug
ou
sudo yunohost app upgrade omeka-s -u https://github.com/YunoHost-Apps/omeka-s_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>