SimpleMarkdown-omeka-module/README.md

28 lines
613 B
Markdown
Raw Permalink Normal View History

2021-05-08 18:54: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
2021-07-30 01:34:00 +02:00
```bash
2021-05-08 18:54:43 +02:00
cd ./modules
2021-07-30 01:34:00 +02:00
wget https://git.hangar.org/arcHIVE-tech/SimpleMDText/archive/main.zip
2021-05-08 18:54:43 +02:00
unzip main.zip
2021-07-30 01:34:00 +02:00
mv simplemarkdown-omeka-module SimpleMDText
2021-07-30 00:25:30 +02:00
cd SimpleMDText
2021-05-08 19:38:21 +02:00
composer install
2021-05-08 18:54:43 +02:00
```
## LISENCE
The module is released under the [MIT] License.
[arc-hive]: https://arc-hive.zone/
[Simple Text]: https://git.hangar.org/arcHIVE-tech/SimpleMDText
[Pannellum]: https://pannellum.org/
[Omeka S]: https://omeka.org/s
[MIT]: http://opensource.org/licenses/MIT