updates documentation
This commit is contained in:
parent
bb27d7b6c4
commit
3e14bdc40c
13
README.md
13
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue