From 3e14bdc40c62732bd9a35b1ba69f2dd3c27fd17b Mon Sep 17 00:00:00 2001 From: buttle Date: Mon, 31 May 2021 11:25:21 +0200 Subject: [PATCH] updates documentation --- README.md | 13 ++++++------- config/module.ini | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 400e9d7..aa188dd 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# A Simple Text for Omeka S +# A tecnical document generator for the Arc-hive project -[Simple Text] is a module for [Omeka S] that integrates a simple text block -that does some markdown rendering. +[TechnicalDocument] is a module for [Omeka S] that generates a PDF ## Install ``` cd ./modules -https://git.hangar.org/arcHIVE-tech/TechDocument/archive/main.zip +https://git.hangar.org/arcHIVE-tech/arc-hive-TechDocument-omeka-module/archive/main.zip unzip main.zip -mv techdocument/ TechDocument +mv arc-hive-techdocument-omeka-module/ TechDocument +rm main.zip cd TechDocument composer install chmod -R a+w vendor/mpdf/mpdf/tmp @@ -30,7 +30,6 @@ 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/ +[TechnicalDocument]: https://git.hangar.org/arcHIVE-tech/arc-hive-TechDocument-omeka-module [Omeka S]: https://omeka.org/s [MIT]: http://opensource.org/licenses/MIT diff --git a/config/module.ini b/config/module.ini index 82ff214..ca86e87 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,5 +1,5 @@ [info] -name = "Achive technical document" +name = "Arc-hive technical document" description = "Generates a PDF that describes a project" tags = "" license = "MIT"