29 lines
783 B
Markdown
29 lines
783 B
Markdown
# 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.
|
|
|
|
|
|
## Install
|
|
|
|
```
|
|
cd ./modules
|
|
https://git.hangar.org/arcHIVE-tech/PanoramaViewer-omeka-module/archive/main.zip
|
|
unzip main.zip
|
|
mv panoramaviewer-omeka-module/ PanoramaViewer
|
|
rm main.zip
|
|
```
|
|
|
|
## LISENCE
|
|
The module is released under the [MIT] License.
|
|
|
|
The script for Panorama feature is imported from [Pannellum].
|
|
|
|
|
|
[arc-hive]: https://arc-hive.zone/
|
|
[Panorama Viewer]: https://git.hangar.org/arcHIVE-tech/PanoramaViewer-omeka-module
|
|
[Pannellum]: https://pannellum.org/
|
|
[Omeka S]: https://omeka.org/s
|
|
[MIT]: http://opensource.org/licenses/MIT
|