39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
# Simple Carousel (module for Omeka S)
|
|
[Arc-hive Simple Carousel] is a module for [Omeka S]. Forked from [Simple Carousel]
|
|
|
|
This fork adds an option to include a link to the item page
|
|
|
|
```
|
|
cd ./modules
|
|
https://git.hangar.org/arcHIVE-tech/SimpleCarousel-omeka-module/archive/main.zip
|
|
unzip main.zip
|
|
rm main.zip
|
|
mv simplecarousel-omeka-module SimpleCarousel
|
|
```
|
|
|
|
|
|
|
|
# Original README
|
|
|
|
[Simple Carousel] is a module for [Omeka S]. This module provides carousel block form.
|
|
|
|
You can simply place carousel blocks composed of site resource images on a page.
|
|
|
|
## TODO
|
|
- [ ] Block height value validation. (CSS rule)
|
|
- [x] Adding user configurable CSS setting.
|
|
- [x] More readable slide button.
|
|
- [x] Replacing `filter` CSS attribute for IE compatibility
|
|
|
|
## LISENCE
|
|
The module is released under the MIT License.
|
|
|
|
The script for Carousel feature is imported from [siema] of [pawelgrzybek].
|
|
|
|
[Arc-hive Simple Carousel]:https://git.hangar.org/arcHIVE-tech/SimpleCarousel-omeka-module
|
|
[Simple Carousel]: https://github.com/Neo-Inspiration/Omeka-S-SimpleCarousel
|
|
[Omeka S]: https://omeka.org/s
|
|
[MIT]: http://opensource.org/licenses/MIT
|
|
[siema]: https://github.com/pawelgrzybek/siema
|
|
[pawelgrzybek]: https://github.com/pawelgrzybek
|