arc-hive-TechDocument-omeka.../README.md

29 lines
624 B
Markdown
Raw Normal View History

2021-05-24 22:18:43 +02:00
# A Simple Text for Omeka S
[Simple Text] is a module for [Omeka S] that integrates a simple text block
that does some markdown rendering.
## Install
```
cd ./modules
https://git.hangar.org/arcHIVE-tech/TechDocument/archive/main.zip
unzip main.zip
mv techdocument/ TechDocument
cd TechDocument
composer install
chmod -R a+w vendor/mpdf/mpdf/tmp
```
## LISENCE
The module is released under the [MIT] License.
[arc-hive]: https://arc-hive.zone/
[Simple Text]: https://git.hangar.org/arcHIVE-tech/TechDocument
[Pannellum]: https://pannellum.org/
[Omeka S]: https://omeka.org/s
[MIT]: http://opensource.org/licenses/MIT