25 lines
570 B
Markdown
25 lines
570 B
Markdown
# Archive.org media for Omeka S
|
|
|
|
[Archive.org media] is a module for [Omeka S] that integrates [Archive.org]
|
|
video and audio media.
|
|
|
|
## Install
|
|
|
|
```
|
|
cd ./modules
|
|
https://git.hangar.org/arcHIVE-tech/ArchiveOrg/archive/main.zip
|
|
unzip main.zip
|
|
mv archive.org-omeka-module ArchiveOrg
|
|
rm main.zip
|
|
```
|
|
|
|
## LISENCE
|
|
The module is released under the [MIT] License.
|
|
|
|
|
|
[arc-hive]: https://arc-hive.zone/
|
|
[Archive.org media ]: https://git.hangar.org/arcHIVE-tech/ArchiveOrg
|
|
[Omeka S]: https://omeka.org/s
|
|
[Archive.org]: https://archive.org
|
|
[MIT]: http://opensource.org/licenses/MIT
|