Required by the Arc-hive theme
Go to file
buttle 310f1c531a Remove document_name from block data.
Fixes #2
2021-09-07 01:05:05 +02:00
config updates documentation 2021-05-31 11:25:21 +02:00
src Remove document_name from block data. 2021-09-07 01:05:05 +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.