2021-05-04 10:55:27 +02:00
|
|
|
# Meta Site data for Omeka S
|
|
|
|
|
|
|
|
This module acompanies and is required by the Archive omeka theme
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
```
|
|
|
|
cd ./modules
|
2021-05-31 17:30:38 +02:00
|
|
|
get https://git.hangar.org/arcHIVE-tech/arc-hive-site-omeka-module/archive/main.zip
|
2021-05-04 10:55:27 +02:00
|
|
|
unzip main.zip
|
2021-05-31 17:30:38 +02:00
|
|
|
mv arc-hive-site-omeka-module/ ArchiveSiteMeta
|
2021-05-04 10:55:27 +02:00
|
|
|
rm main.zip
|
|
|
|
```
|
2021-05-31 17:30:38 +02:00
|
|
|
## Configure
|
2021-05-04 10:55:27 +02:00
|
|
|
|
2021-05-31 17:30:38 +02:00
|
|
|
```
|
|
|
|
Collection One = collection1
|
|
|
|
Collection Two = collection2
|
|
|
|
Collection Three = collection3
|
|
|
|
```
|
2021-05-25 14:11:50 +02:00
|
|
|
|
2021-05-04 10:55:27 +02:00
|
|
|
## LISENCE
|
|
|
|
The module is released under the [MIT] License.
|
|
|
|
|
|
|
|
[arc-hive]: https://arc-hive.zone/
|
|
|
|
[wheelzoom]: https://github.com/jackmoore/wheelzoom
|
|
|
|
[zoom]: https://github.com/jackmoore/zoom
|
|
|
|
[Omeka S]: https://omeka.org/s
|
|
|
|
[ArchiveSiteMeta]: https://git.hangar.org/arcHIVE-tech/ArchiveSiteMeta
|
|
|
|
[MIT]: http://opensource.org/licenses/MIT
|