ImageGallery-omeka-module/README.md

24 lines
605 B
Markdown
Raw Normal View History

2021-06-28 13:05:17 +02:00
# ImageGallery for Omeka S
2021-06-28 12:07:44 +02:00
2021-06-28 13:05:17 +02:00
[ImageGallery] is a module for [Omeka S] that displays image media in an item.
2021-06-28 12:07:44 +02:00
2021-07-10 22:23:36 +02:00
Idea seen at https://lubna.dev/create-css-only-image-gallery/
2021-06-28 12:07:44 +02:00
## Install
```
cd ./modules
2021-07-10 21:11:41 +02:00
wget https://git.hangar.org/arcHIVE-tech/ImageGallery-omeka-module/archive/main.zip
2021-06-28 12:07:44 +02:00
unzip main.zip
2021-07-10 21:11:41 +02:00
mv imagegallery-omeka-module/ ImageGallery
2021-06-28 12:07:44 +02:00
rm main.zip
```
## LISENCE
The module is released under the [MIT] License.
[arc-hive]: https://arc-hive.zone/
[Omeka S]: https://omeka.org/s
2021-06-28 13:05:17 +02:00
[ImageGallery]: https://git.hangar.org/arcHIVE-tech/ImageGallery-omeka-module
2021-06-28 12:07:44 +02:00
[MIT]: http://opensource.org/licenses/MIT