Required by the Arc-hive theme
Go to file
buttle eeaed03d7d adds print.css 2021-09-13 12:53:12 +02:00
asset/css adds print.css 2021-09-13 12:53:12 +02:00
config updates documentation 2021-05-31 11:25:21 +02:00
src adds print.css 2021-09-13 12:53:12 +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 updates documentation 2021-05-31 11:25:21 +02:00
composer.json initial commit 2021-05-24 22:18:43 +02:00

README.md

A tecnical document generator for the Arc-hive project

TechnicalDocument is a module for Omeka S that generates a PDF

Install

cd ./modules
https://git.hangar.org/arcHIVE-tech/arc-hive-TechDocument-omeka-module/archive/main.zip
unzip main.zip
mv arc-hive-techdocument-omeka-module/ TechDocument
rm main.zip
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.