PanoramaViewer-omeka-module/README.md

29 lines
783 B
Markdown
Raw Normal View History

2021-04-03 18:47:20 +02:00
# A Panorama Viewer for Omeka S
[Panorama Viewer] is a module for [Omeka S] that integrates [Pannellum],
a lightweight, free, and open source panorama viewer for the web.
Built using HTML5, CSS3, JavaScript, and WebGL, it is plug-in free.
2021-04-04 10:30:25 +02:00
## Install
```
cd ./modules
2021-05-31 19:20:44 +02:00
https://git.hangar.org/arcHIVE-tech/PanoramaViewer-omeka-module/archive/main.zip
2021-04-04 10:30:25 +02:00
unzip main.zip
2021-07-18 17:11:00 +02:00
mv panoramaviewer-omeka-module/ PanoramaViewer
rm main.zip
2021-04-04 10:30:25 +02:00
```
2021-04-03 18:47:20 +02:00
## LISENCE
The module is released under the [MIT] License.
The script for Panorama feature is imported from [Pannellum].
[arc-hive]: https://arc-hive.zone/
2021-05-31 19:20:44 +02:00
[Panorama Viewer]: https://git.hangar.org/arcHIVE-tech/PanoramaViewer-omeka-module
2021-04-03 18:47:20 +02:00
[Pannellum]: https://pannellum.org/
[Omeka S]: https://omeka.org/s
[MIT]: http://opensource.org/licenses/MIT