22 lines
520 B
Markdown
22 lines
520 B
Markdown
# ImageGallery for Omeka S
|
|
|
|
[ImageGallery] is a module for [Omeka S] that displays image media in an item.
|
|
|
|
## Install
|
|
|
|
```
|
|
cd ./modules
|
|
https://git.hangar.org/arcHIVE-tech/ImageGallery-omeka-module
|
|
unzip main.zip
|
|
mv ImageGallery-omeka-module/ ImageGallery
|
|
rm main.zip
|
|
```
|
|
|
|
## LISENCE
|
|
The module is released under the [MIT] License.
|
|
|
|
[arc-hive]: https://arc-hive.zone/
|
|
[Omeka S]: https://omeka.org/s
|
|
[ImageGallery]: https://git.hangar.org/arcHIVE-tech/ImageGallery-omeka-module
|
|
[MIT]: http://opensource.org/licenses/MIT
|