Required by the Arc-hive theme
Go to file
buttle bb27d7b6c4 adds texts blocks. adds logo to pdf 2021-05-31 10:43:40 +02:00
config adds texts blocks. adds logo to pdf 2021-05-31 10:43:40 +02:00
src adds texts blocks. adds logo to pdf 2021-05-31 10:43:40 +02:00
vendor initial commit 2021-05-24 22:18:43 +02:00
.gitignore initial commit 2021-05-24 22:18:43 +02:00
LICENSE initial commit 2021-05-24 22:18:43 +02:00
Module.php initial commit 2021-05-24 22:18:43 +02:00
README.md hydrates markdown into pdf and saves the file 2021-05-25 14:09:59 +02:00
composer.json initial commit 2021-05-24 22:18:43 +02:00

README.md

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

Setup some permissions

cd omeka/files
mkdir docs
chown www-data docs

LISENCE

The module is released under the MIT License.