24 lines
579 B
Markdown
24 lines
579 B
Markdown
# SmartGallery for Omeka S
|
|
|
|
[SmartGallery] is a module for [Omeka S] that displays image media.
|
|
It uses https://github.com/appleple/SmartPhoto
|
|
|
|
|
|
## Install
|
|
|
|
```
|
|
cd ./modules
|
|
wget https://git.hangar.org/arcHIVE-tech/SmartGallery-omeka-module/archive/main.zip
|
|
unzip main.zip
|
|
mv imagegallery-omeka-module/ SmartGallery
|
|
rm main.zip
|
|
```
|
|
|
|
## LISENCE
|
|
The module is released under the [MIT] License.
|
|
|
|
[arc-hive]: https://arc-hive.zone/
|
|
[Omeka S]: https://omeka.org/s
|
|
[SmartGallery]: https://git.hangar.org/arcHIVE-tech/SmartGallery-omeka-module
|
|
[MIT]: http://opensource.org/licenses/MIT
|